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-12T03:57:33.807Z||main|||||INFO|500||The following profiles are active: basic 2023-01-12T03:57:49.116Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-12T03:57:49.116Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-12T03:57:49.266Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-12T03:57:54.572Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-12T03:57:55.044Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-12T03:57:55.804Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-12T03:57:55.851Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-12T03:57:56.089Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-12T03:57:56.442Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-12T03:57:57.131Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-12T03:57:59.687Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-12T03:58:02.881Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-12T03:58:02.962Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-12T03:58:03.651Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-12T03:58:03.951Z||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-12T03:58:05.528Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-12T03:58:06.752Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-12T03:58:06.774Z||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-12T03:58:06.775Z||main|||||WARN|500||The sdc end point is not alive 2023-01-12T03:58:10.981Z||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-12T03:58:14.630Z||main|||||WARN|500||--- 2023-01-12T03:58:14.632Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-12T03:58:14.632Z||main|||||WARN|500||--- 2023-01-12T03:58:15.230Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-12T03:58:21.410Z||main|||||INFO|500||Started Application in 51.428 seconds (JVM running for 54.301) 2023-01-12T03:58:21.446Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-12T03:58:21.460Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-12T03:58:21.479Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-12T03:58:21.522Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-12T03:58:21.597Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6b7588ef-4987-4e56-8341-3be47e2bbc68 url= /sdc/v1/artifactTypes 2023-01-12T03:58:21.598Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-12T03:58:21.907Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-12T03:58:21.951Z||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-12T03:58:21.995Z||scheduling-1|||||DEBUG|500||create keys 2023-01-12T03:58:22.010Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2023-01-12T03:58:22.118Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T03:58:22.149Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 57ab81e4-1321-4466-a871-382e5c6b33f4 url= /sdc/v1/registerForDistribution 2023-01-12T03:58:22.428Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 57ab81e4-1321-4466-a871-382e5c6b33f4 url= /sdc/v1/registerForDistribution 2023-01-12T03:58:22.429Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-12T03:58:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T03:58:22.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T03:58:22.454Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-12T03:58:22.457Z||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-12T03:58:22.457Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T03:58:22.458Z||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-12T03:58:22.458Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T03:58:33.250Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T03:58:33.337Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T03:59:22.440Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T03:59:22.441Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T03:59:22.442Z||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-12T03:59:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T03:59:22.450Z||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-12T03:59:22.450Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T03:59:32.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T03:59:32.051Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:00:22.440Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:00:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:00:22.441Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:00:22.442Z||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-12T04:00:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:00:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:00:32.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:00:32.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:01:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:01:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:01:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:01:22.441Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:01:22.442Z||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-12T04:01:22.457Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:01:32.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:01:32.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:02:22.438Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:02:22.439Z||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-12T04:02:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:02:22.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:02:22.451Z||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-12T04:02:22.452Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:02:32.008Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:02:32.008Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:03:22.438Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:03:22.439Z||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-12T04:03:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:03:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:03:22.442Z||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-12T04:03:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:03:32.009Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:03:32.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:04:22.438Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:04:22.439Z||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-12T04:04:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:04:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:04:22.442Z||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-12T04:04:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:04:32.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:04:32.036Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:05:22.438Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:05:22.440Z||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-12T04:05:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:05:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:05:22.445Z||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-12T04:05:22.446Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:05:32.010Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:05:32.011Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:06:22.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:06:22.442Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:06:22.446Z||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-12T04:06:22.446Z||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-12T04:06:22.447Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:06:22.447Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:06:32.010Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:06:32.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:07:22.438Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:07:22.440Z||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-12T04:07:22.441Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:07:22.442Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:07:22.443Z||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-12T04:07:22.444Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:07:32.010Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:07:32.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:07:33.959Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-12T04:08:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:08:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:08:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:08:22.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:08:22.443Z||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-12T04:08:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:08:32.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:08:32.037Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:09:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:09:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:09:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:09:22.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:09:22.444Z||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-12T04:09:22.444Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:09:32.003Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:09:32.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:10:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:10:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:10:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:10:22.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:10:22.443Z||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-12T04:10:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:10:31.996Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:10:31.998Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:11:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:11:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:11:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:11:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:11:22.443Z||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-12T04:11:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:11:32.012Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:11:32.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:12:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:12:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:12:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:12:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:12:22.443Z||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-12T04:12:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:12:32.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:12:32.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:13:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:13:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:13:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:13:22.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:13:22.443Z||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-12T04:13:22.444Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:13:32.001Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:13:32.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:14:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:14:22.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:14:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:14:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:14:22.442Z||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-12T04:14:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:14:32.006Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:14:32.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:15:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:15:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:15:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:15:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:15:22.442Z||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-12T04:15:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:15:32.000Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:15:32.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:16:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:16:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:16:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:16:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:16:22.444Z||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-12T04:16:22.444Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:16:31.999Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:16:32.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:17:22.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:17:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:17:22.443Z||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-12T04:17:22.443Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:17:22.443Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:17:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:17:32.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:17:32.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:18:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:18:22.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:18:22.441Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:18:22.442Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:18:22.443Z||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-12T04:18:22.444Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:18:32.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:18:32.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:19:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:19:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:19:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:19:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:19:22.442Z||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-12T04:19:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:19:32.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:19:32.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:20:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:20:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:20:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:20:22.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:20:22.443Z||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-12T04:20:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:20:32.026Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:20:32.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:21:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:21:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:21:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:21:22.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:21:22.442Z||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-12T04:21:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:21:32.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:21:32.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:22:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:22:22.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:22:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:22:22.442Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:22:22.443Z||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-12T04:22:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:22:32.000Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:22:32.016Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:23:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:23:22.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:23:22.440Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:23:22.442Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:23:22.443Z||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-12T04:23:22.444Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:23:32.020Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:23:32.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:24:22.441Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:24:22.443Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T04:24:22.443Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T04:24:22.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:24:22.445Z||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-12T04:24:22.445Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:24:32.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:24:32.038Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:25:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:25:22.440Z||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-12T04:25:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:25:22.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:25:22.445Z||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-12T04:25:22.446Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:25:32.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:25:32.039Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:26:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:26:22.440Z||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-12T04:26:22.441Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:26:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:26:22.442Z||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-12T04:26:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:26:32.002Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:26:32.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:27:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:27:22.441Z||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-12T04:27:22.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:27:22.446Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:27:22.447Z||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-12T04:27:22.448Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:27:32.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:27:32.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:28:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:28:22.441Z||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-12T04:28:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:28:22.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:28:22.445Z||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-12T04:28:22.446Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:28:32.019Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:28:32.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:29:22.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:29:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:29:22.443Z||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-12T04:29:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:29:22.443Z||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-12T04:29:22.444Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:29:32.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:29:32.046Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:30:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:30:22.441Z||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-12T04:30:22.441Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:30:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:30:22.442Z||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-12T04:30:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:30:32.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:30:32.011Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:31:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:31:22.440Z||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-12T04:31:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:31:22.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:31:22.442Z||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-12T04:31:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:31:32.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:31:32.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:32:22.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:32:22.441Z||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-12T04:32:22.441Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:32:22.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:32:22.443Z||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-12T04:32:22.444Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:32:32.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:32:32.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:33:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:33:22.440Z||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-12T04:33:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:33:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:33:22.442Z||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-12T04:33:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:33:32.006Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:33:32.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:34:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:34:22.440Z||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-12T04:34:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:34:22.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:34:22.443Z||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-12T04:34:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:34:32.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:34:32.023Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:35:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:35:22.440Z||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-12T04:35:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:35:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:35:22.442Z||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-12T04:35:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:35:32.006Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:35:32.014Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:36:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:36:22.440Z||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-12T04:36:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:36:22.441Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:36:22.442Z||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-12T04:36:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:36:32.012Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:36:32.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:37:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:37:22.439Z||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-12T04:37:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:37:22.441Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:37:22.442Z||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-12T04:37:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:37:32.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:37:32.002Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:38:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:38:22.440Z||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-12T04:38:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:38:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:38:22.443Z||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-12T04:38:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:38:32.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:38:32.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:39:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:39:22.439Z||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-12T04:39:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:39:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:39:22.442Z||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-12T04:39:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:39:32.006Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:39:32.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:40:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:40:22.439Z||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-12T04:40:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:40:22.441Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:40:22.442Z||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-12T04:40:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:40:32.012Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:40:32.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:41:22.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:41:22.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:41:22.442Z||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-12T04:41:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:41:22.443Z||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-12T04:41:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:41:32.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:41:32.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:42:22.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:42:22.441Z||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-12T04:42:22.441Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:42:22.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:42:22.442Z||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-12T04:42:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:42:32.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:42:32.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:43:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:43:22.439Z||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-12T04:43:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:43:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:43:22.442Z||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-12T04:43:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:43:32.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:43:32.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:44:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:44:22.439Z||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-12T04:44:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:44:22.441Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:44:22.442Z||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-12T04:44:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:44:31.998Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:44:32.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:45:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:45:22.439Z||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-12T04:45:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:45:22.441Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:45:22.442Z||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-12T04:45:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:45:32.007Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:45:32.008Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:46:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:46:22.439Z||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-12T04:46:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:46:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:46:22.442Z||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-12T04:46:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:46:31.997Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:46:31.999Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:47:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:47:22.439Z||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-12T04:47:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:47:22.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:47:22.443Z||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-12T04:47:22.446Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:47:32.012Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:47:32.019Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:48:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:48:22.439Z||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-12T04:48:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:48:22.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:48:22.443Z||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-12T04:48:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:48:32.007Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:48:32.019Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:49:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:49:22.439Z||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-12T04:49:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:49:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:49:22.443Z||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-12T04:49:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:49:32.002Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:49:32.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:50:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:50:22.439Z||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-12T04:50:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:50:22.441Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:50:22.442Z||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-12T04:50:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:50:32.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:50:32.020Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:51:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:51:22.441Z||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-12T04:51:22.441Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:51:22.442Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:51:22.442Z||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-12T04:51:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:51:32.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:51:32.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:52:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:52:22.439Z||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-12T04:52:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:52:22.441Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:52:22.442Z||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-12T04:52:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:52:32.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:52:32.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:53:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:53:22.439Z||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-12T04:53:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:53:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:53:22.442Z||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-12T04:53:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:53:32.007Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:53:32.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:54:22.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:54:22.440Z||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-12T04:54:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:54:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:54:22.442Z||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-12T04:54:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:54:32.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:54:32.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:55:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:55:22.439Z||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-12T04:55:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:55:22.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:55:22.443Z||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-12T04:55:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:55:32.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:55:32.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:56:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:56:22.439Z||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-12T04:56:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:56:22.442Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:56:22.444Z||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-12T04:56:22.444Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:56:32.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:56:32.012Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:57:22.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:57:22.441Z||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-12T04:57:22.441Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:57:22.441Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:57:22.442Z||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-12T04:57:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:57:32.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:57:32.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:58:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:58:22.439Z||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-12T04:58:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:58:22.441Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:58:22.442Z||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-12T04:58:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:58:32.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:58:32.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:59:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:59:22.439Z||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-12T04:59:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:59:22.442Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T04:59:22.443Z||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-12T04:59:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T04:59:32.000Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T04:59:32.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:00:22.438Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:00:22.440Z||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-12T05:00:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:00:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:00:22.443Z||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-12T05:00:22.444Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:00:32.027Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:00:32.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:01:22.438Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:01:22.440Z||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-12T05:01:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:01:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:01:22.443Z||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-12T05:01:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:01:32.011Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:01:32.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:02:22.438Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:02:22.440Z||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-12T05:02:22.441Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:02:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:02:22.442Z||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-12T05:02:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:02:32.033Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:02:32.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:03:22.438Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:03:22.440Z||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-12T05:03:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:03:22.441Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:03:22.442Z||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-12T05:03:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:03:32.038Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:03:32.038Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:04:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:04:22.440Z||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-12T05:04:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:04:22.442Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:04:22.443Z||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-12T05:04:22.444Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:04:32.009Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:04:32.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:05:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:05:22.439Z||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-12T05:05:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:05:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:05:22.442Z||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-12T05:05:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:05:31.998Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:05:32.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:06:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:06:22.439Z||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-12T05:06:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:06:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:06:22.442Z||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-12T05:06:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:06:32.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:06:32.015Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:07:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:07:22.439Z||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-12T05:07:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:07:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:07:22.444Z||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-12T05:07:22.444Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:07:32.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:07:32.049Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:08:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:08:22.439Z||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-12T05:08:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:08:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:08:22.442Z||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-12T05:08:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:08:32.006Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:08:32.007Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:09:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:09:22.439Z||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-12T05:09:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:09:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:09:22.442Z||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-12T05:09:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:09:32.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:09:32.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:10:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:10:22.439Z||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-12T05:10:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:10:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:10:22.442Z||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-12T05:10:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:10:32.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:10:32.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:11:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:11:22.439Z||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-12T05:11:22.441Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:11:22.442Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:11:22.442Z||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-12T05:11:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:11:32.066Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:11:32.086Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:12:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:12:22.439Z||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-12T05:12:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:12:22.441Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:12:22.443Z||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-12T05:12:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:12:32.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:12:32.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:13:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:13:22.440Z||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-12T05:13:22.441Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:13:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:13:22.442Z||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-12T05:13:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:13:32.065Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:13:32.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:22.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:14:22.439Z||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-12T05:14:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:14:22.442Z||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-12T05:14:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:25.254Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:25.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:14:25.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"78883831-272f-4b93-a972-730b5610dc33","serviceName":"vFW 2023-01-12 05-13-19","serviceVersion":"1.0","serviceUUID":"564361ac-91ae-40bd-98db-cf73c212a68b","serviceDescription":"catalog service description","serviceInvariantUUID":"3b14964c-3d19-4059-bd94-a5782cea9daf","resources":[{"resourceInstanceName":"vFW b537d212-f964 0","resourceName":"vFW b537d212-f964","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e371c59-97fb-49db-bf20-b4e3ea2f1a20","resourceInvariantUUID":"73c98ee6-c9bb-4f8a-8a27-c49484263a26","resourceCustomizationUUID":"a825dfa3-95e6-46aa-ba93-ece8e7e95908","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml","artifactChecksum":"ZDVmYzljMTVkNWEwYjkwMDg5NTg1ZmYwNDBmN2EwNGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8c4f0d4-17c2-4b39-9ccc-2f690fe74fad","artifactVersion":"1"},{"artifactName":"vfwb537d212f9640_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json","artifactChecksum":"OGY0ZWQ3ZGU0ZGJiZDc4OWRlNjM4YzU3MmYwMGJlZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ace247c1-b8f1-481a-bede-a9348f4d1051","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml","artifactChecksum":"ZmZkOGViZWU1ZGIwODA0ODUyNjA0MTYxNzRjYTZlY2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23186d58-23d6-4c8b-a51d-c1d5238da114","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"175d5e7b-e369-4915-a93d-3eda060e49d0","artifactVersion":"2","generatedFromUUID":"613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230112051319-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml","artifactChecksum":"NjljNDM4ZmRiZjgyMTRiNDM3NTg5YmZjNGVmNDhlNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47a45b8b-1942-40e8-83bb-c1b8887fd79b","artifactVersion":"1"},{"artifactName":"service-Vfw20230112051319-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar","artifactChecksum":"OTcxMWE2NzJhOGM2Y2EyODNmOTJlMGI1ODBhNzY3Njk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c99d733-b1f1-4450-8c85-426663a59b3f","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-12T05:14:25.277Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:14:25.288Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:14:25.321Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:14:25.322Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500462438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:14:25.400Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 68 ms 2023-01-12T05:14:25.405Z||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-12T05:14:25.405Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:25.436Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:25.437Z||pool-3-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":8,"count":1} 2023-01-12T05:14:25.606Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:25.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:14:25.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500462438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:14:25.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:14:25.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:14:25.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500458509, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:14:25.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:14:26.336Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:14:26.336Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:14:26.339Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:14:26.339Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500462438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json", "status": "NOTIFIED" } 2023-01-12T05:14:26.439Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:14:26.441Z||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-12T05:14:26.441Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:26.461Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:26.462Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:14:27.340Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:14:27.341Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:14:27.344Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:14:27.345Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500462438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-12T05:14:27.444Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T05:14:27.446Z||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-12T05:14:27.446Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:27.462Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:27.463Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:14:28.345Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:14:28.347Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:14:28.349Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:14:28.350Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500462438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:14:28.450Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T05:14:28.451Z||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-12T05:14:28.451Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:28.472Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:28.473Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:14:29.350Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:14:29.352Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:14:29.354Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:14:29.354Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500462438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-12T05:14:29.454Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:14:29.455Z||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-12T05:14:29.455Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:29.470Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:29.471Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:14:30.355Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:14:30.357Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:14:30.359Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:14:30.359Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500462438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:14:30.459Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T05:14:30.461Z||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-12T05:14:30.462Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:30.477Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:30.478Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:14:31.360Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:14:31.361Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:14:31.364Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:14:31.365Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500462438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:14:31.464Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T05:14:31.467Z||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-12T05:14:31.467Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:31.483Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:31.484Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:14:32.366Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "serviceName": "vFW 2023-01-12 05-13-19", "serviceVersion": "1.0", "serviceUUID": "564361ac-91ae-40bd-98db-cf73c212a68b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3b14964c-3d19-4059-bd94-a5782cea9daf", "resources": [ { "resourceInstanceName": "vFW b537d212-f964 0", "resourceCustomizationUUID": "a825dfa3-95e6-46aa-ba93-ece8e7e95908", "resourceName": "vFW b537d212-f964", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2e371c59-97fb-49db-bf20-b4e3ea2f1a20", "resourceInvariantUUID": "73c98ee6-c9bb-4f8a-8a27-c49484263a26", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb537d212f9640_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json", "artifactChecksum": "OGY0ZWQ3ZGU0ZGJiZDc4OWRlNjM4YzU3MmYwMGJlZDc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ace247c1-b8f1-481a-bede-a9348f4d1051", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "175d5e7b-e369-4915-a93d-3eda060e49d0", "generatedFromUUID": "613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "175d5e7b-e369-4915-a93d-3eda060e49d0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230112051319-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "artifactChecksum": "OTcxMWE2NzJhOGM2Y2EyODNmOTJlMGI1ODBhNzY3Njk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c99d733-b1f1-4450-8c85-426663a59b3f" } ], "workloadContext": "Production" } 2023-01-12T05:14:32.369Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-12T05:14:32.369Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 564361ac-91ae-40bd-98db-cf73c212a68b ASDC 2023-01-12T05:14:32.523Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:78883831-272f-4b93-a972-730b5610dc33 ServiceName:vFW 2023-01-12 05-13-19 ServiceVersion:1.0 ServiceUUID:564361ac-91ae-40bd-98db-cf73c212a68b ServiceInvariantUUID:3b14964c-3d19-4059-bd94-a5782cea9daf ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230112051319-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar ArtifactUUID:2c99d733-b1f1-4450-8c85-426663a59b3f ArtifactChecksum:OTcxMWE2NzJhOGM2Y2EyODNmOTJlMGI1ODBhNzY3Njk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b537d212-f964 0 ResourceCustomizationUUID:a825dfa3-95e6-46aa-ba93-ece8e7e95908 ResourceInvariantUUID:73c98ee6-c9bb-4f8a-8a27-c49484263a26 ResourceName:vFW b537d212-f964 ResourceType:VF ResourceUUID:2e371c59-97fb-49db-bf20-b4e3ea2f1a20 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb537d212f9640_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json ArtifactUUID:ace247c1-b8f1-481a-bede-a9348f4d1051 ArtifactChecksum:OGY0ZWQ3ZGU0ZGJiZDc4OWRlNjM4YzU3MmYwMGJlZDc= 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/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml ArtifactUUID:613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940 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/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env ArtifactUUID:175d5e7b-e369-4915-a93d-3eda060e49d0 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/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env ArtifactUUID:175d5e7b-e369-4915-a93d-3eda060e49d0 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-12T05:14:32.524Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 564361ac-91ae-40bd-98db-cf73c212a68b 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-12T05:14:32.874Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T05:14:32.876Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-12T05:14:32.879Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-12T05:14:32.879Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2c99d733-b1f1-4450-8c85-426663a59b3f from URL: /sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar 2023-01-12T05:14:32.880Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-12T05:14:32.881Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar 2023-01-12T05:14:33.010Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-12T05:14:33.029Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar 2c99d733-b1f1-4450-8c85-426663a59b3f 100732 2023-01-12T05:14:33.031Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar ASDC sendASDCNotification 2023-01-12T05:14:33.031Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar 2023-01-12T05:14:33.032Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:14:33.033Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:14:33.036Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:14:33.036Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500473029, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:14:33.137Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:14:33.138Z||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-12T05:14:33.138Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:33.155Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:33.156Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:14:34.037Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T05:14:34.039Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-12T05:14:34.039Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 2c99d733-b1f1-4450-8c85-426663a59b3f, URL: /sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar to file: /app/ASDC/1/service-Vfw20230112051319-csar.csar 2023-01-12T05:14:34.040Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230112051319-csar.csar 2023-01-12T05:14:34.121Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230112051319-csar.csar 2023-01-12T05:14:34.122Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230112051319-csar.csar 2023-01-12T05:14:34.842Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17120889755901500340/Definitions/service-Vfw20230112051319-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2023-01-12T05:14:38.991Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-12T05:14:38.997Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-12T05:14:38.998Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230112051319-csar.csar 2023-01-12T05:14:38.998Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-12T05:14:38.998Z|78883831-272f-4b93-a972-730b5610dc33|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-Vfw20230112051319-csar.csar 2023-01-12T05:14:38.998Z|78883831-272f-4b93-a972-730b5610dc33|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-Vfw20230112051319-csar.csar 2023-01-12T05:14:38.999Z|78883831-272f-4b93-a972-730b5610dc33|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-Vfw20230112051319-csar.csar 2023-01-12T05:14:38.999Z|78883831-272f-4b93-a972-730b5610dc33|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-Vfw20230112051319-csar.csar 2023-01-12T05:14:38.999Z|78883831-272f-4b93-a972-730b5610dc33|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-Vfw20230112051319-csar.csar 2023-01-12T05:14:38.999Z|78883831-272f-4b93-a972-730b5610dc33|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-Vfw20230112051319-csar.csar 2023-01-12T05:14:39.000Z|78883831-272f-4b93-a972-730b5610dc33|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-Vfw20230112051319-csar.csar 2023-01-12T05:14:39.000Z|78883831-272f-4b93-a972-730b5610dc33|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-Vfw20230112051319-csar.csar 2023-01-12T05:14:39.000Z|78883831-272f-4b93-a972-730b5610dc33|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-Vfw20230112051319-csar.csar 2023-01-12T05:14:39.000Z|78883831-272f-4b93-a972-730b5610dc33|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-Vfw20230112051319-csar.csar 2023-01-12T05:14:39.001Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b537d212-f964 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-Vfw20230112051319-csar.csar 2023-01-12T05:14:39.001Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-12T05:14:39.008Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:39.010Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:14:39.014Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria 2023-01-12T05:14:39.015Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-12T05:14:39.017Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T05:14:39.019Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:39.019Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:14:39.019Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria 2023-01-12T05:14:39.020Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-12T05:14:39.020Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T05:14:39.020Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:39.021Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:14:39.026Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:39.027Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is not matching search criteria 2023-01-12T05:14:39.027Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-12T05:14:39.027Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-12T05:14:39.027Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-12T05:14:39.028Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-12T05:14:39.028Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-12T05:14:39.028Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-12T05:14:39.028Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-12T05:14:39.029Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-12T05:14:39.029Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-12T05:14:39.029Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-12T05:14:39.029Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-12T05:14:39.030Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-12T05:14:39.030Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-12T05:14:39.030Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-12T05:14:39.030Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-12T05:14:39.031Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-12T05:14:39.031Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:39.031Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-12T05:14:39.033Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:39.033Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria 2023-01-12T05:14:39.033Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:14:39.034Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:39.034Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria 2023-01-12T05:14:39.034Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:14:39.035Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:39.035Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria 2023-01-12T05:14:39.035Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:14:39.036Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:39.036Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is not matching search criteria 2023-01-12T05:14:39.036Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-12T05:14:39.036Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-12T05:14:39.037Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-12T05:14:39.037Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-12T05:14:39.037Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-12T05:14:39.037Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-12T05:14:39.037Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-12T05:14:39.037Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-12T05:14:39.038Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-12T05:14:39.038Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-12T05:14:39.038Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-12T05:14:39.038Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6bff2a46-7c14-4feb-bdd5-a8c6f0fad65b 2023-01-12T05:14:39.039Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:39.039Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is not matching search criteria 2023-01-12T05:14:39.039Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-12T05:14:39.039Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-12T05:14:39.039Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-12T05:14:39.040Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-12T05:14:39.040Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-12T05:14:39.040Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-12T05:14:39.040Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-12T05:14:39.041Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-12T05:14:39.041Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-12T05:14:39.041Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-12T05:14:39.041Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-12T05:14:39.041Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-12T05:14:39.042Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=266622ad-32db-489c-adba-9d1904ebf440 2023-01-12T05:14:39.042Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:39.042Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is not matching search criteria 2023-01-12T05:14:39.042Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-12T05:14:39.043Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-12T05:14:39.043Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-12T05:14:39.043Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-12T05:14:39.043Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-12T05:14:39.043Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-12T05:14:39.044Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-12T05:14:39.044Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-12T05:14:39.044Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-12T05:14:39.044Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-12T05:14:39.044Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-12T05:14:39.045Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-12T05:14:39.045Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8677e539-d171-4631-97b2-abb556954718 2023-01-12T05:14:39.045Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:39.045Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:14:39.046Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:39.046Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:14:39.046Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:39.046Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:14:39.046Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:39.047Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:14:39.047Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-12 05-13-19 Description:catalog service description Model UUID:564361ac-91ae-40bd-98db-cf73c212a68b Model Version:NULL Model InvariantUuid:3b14964c-3d19-4059-bd94-a5782cea9daf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b537d212-f964 Model UUID:63725d9f-c937-4997-aa71-9a3930af399f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:73c98ee6-c9bb-4f8a-8a27-c49484263a26 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a825dfa3-95e6-46aa-ba93-ece8e7e95908 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d01dae93-4d7f-4091-ad4b-df53efbe4e6b ModelName:VfwB537d212F964..base_vfw..module-0 ModelUuid:353bb200-65ea-43e2-96a8-3c560f0653e0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6bff2a46-7c14-4feb-bdd5-a8c6f0fad65b ModelInvariantUuid:e8d72f71-fdb0-458f-92d5-364eb7fa747b ModelName:vFW b537d212-f964-nodes.vfwCvfc ModelUuid:f2825f7d-7628-4bf4-b6cd-e287d11995e3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a83fe31c-e482-4533-9311-e389d2edbf06 ModelInvariantUuid:99ce0827-868e-4d42-8a96-2243a69e0450 ModelName:VfwB537d212F964.compute.nodes.heat.vfw ModelUuid:fd36795e-4e6f-46eb-9e13-0dde137e024e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:266622ad-32db-489c-adba-9d1904ebf440 ModelInvariantUuid:6c58deda-b0e5-44a1-b9c3-3ab9034f22f4 ModelName:vFW b537d212-f964-nodes.vsnCvfc ModelUuid:63376c77-c544-405d-866b-ae04e335296c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:ea5a92db-8ac6-460e-9b5c-5f84f5dafb21 ModelInvariantUuid:97e96ab4-757c-4d46-808f-bde2f5ed8c1c ModelName:VfwB537d212F964.compute.nodes.heat.vsn ModelUuid:e80471a7-bc60-4433-b823-3ea5784cf65c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8677e539-d171-4631-97b2-abb556954718 ModelInvariantUuid:83791cff-ecba-45d1-b897-01a362ab51af ModelName:vFW b537d212-f964-nodes.vpgCvfc ModelUuid:94e7ffbe-efbe-4793-8040-aaccd5ff47c3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:0c9f3d62-982c-4593-9ba9-6122da362a1c ModelInvariantUuid:92e1d9f3-a6ad-4ad5-9bb6-8c70932e95b4 ModelName:VfwB537d212F964.compute.nodes.heat.vpg ModelUuid:462ac76d-d1cb-4bdf-9403-6227ec734c85 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-12T05:14:39.091Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e371c59-97fb-49db-bf20-b4e3ea2f1a20 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-12T05:14:39.220Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||vFW b537d212-f964 0 2023-01-12T05:14:39.229Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e371c59-97fb-49db-bf20-b4e3ea2f1a20 2023-01-12T05:14:39.230Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ace247c1-b8f1-481a-bede-a9348f4d1051 from URL: /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json 2023-01-12T05:14:39.230Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-12T05:14:39.230Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json 2023-01-12T05:14:39.295Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-12T05:14:39.297Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json ace247c1-b8f1-481a-bede-a9348f4d1051 785 2023-01-12T05:14:39.297Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json ASDC sendASDCNotification 2023-01-12T05:14:39.297Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json 2023-01-12T05:14:39.298Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:14:39.298Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:14:39.302Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:14:39.302Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500479297, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T05:14:39.402Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:14:39.404Z||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-12T05:14:39.404Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:39.416Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:39.417Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:14:40.304Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB537d212F964..base_vfw..module-0", "vfModuleModelInvariantUUID": "d01dae93-4d7f-4091-ad4b-df53efbe4e6b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "353bb200-65ea-43e2-96a8-3c560f0653e0", "vfModuleModelCustomizationUUID": "e8011765-d36f-4656-8b54-ad70a126b492", "isBase": true, "artifacts": [ "613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940", "175d5e7b-e369-4915-a93d-3eda060e49d0" ], "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-12T05:14:40.325Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB537d212F964..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:353bb200-65ea-43e2-96a8-3c560f0653e0 VfModuleModelInvariantUUID:d01dae93-4d7f-4091-ad4b-df53efbe4e6b VfModuleModelDescription:NULL Artifacts UUID List:{ 613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940 , 175d5e7b-e369-4915-a93d-3eda060e49d0 } 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-12T05:14:40.329Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB537d212F964..base_vfw..module-0", "vfModuleModelInvariantUUID": "d01dae93-4d7f-4091-ad4b-df53efbe4e6b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "353bb200-65ea-43e2-96a8-3c560f0653e0", "vfModuleModelCustomizationUUID": "e8011765-d36f-4656-8b54-ad70a126b492", "isBase": true, "artifacts": [ "613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940", "175d5e7b-e369-4915-a93d-3eda060e49d0" ], "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-12T05:14:40.329Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB537d212F964..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:353bb200-65ea-43e2-96a8-3c560f0653e0 VfModuleModelInvariantUUID:d01dae93-4d7f-4091-ad4b-df53efbe4e6b VfModuleModelDescription:NULL Artifacts UUID List:{ 613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940 , 175d5e7b-e369-4915-a93d-3eda060e49d0 } 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-12T05:14:40.329Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940 from URL: /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml 2023-01-12T05:14:40.330Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-12T05:14:40.330Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml 2023-01-12T05:14:40.403Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-12T05:14:40.405Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml 613bc5e1-7bf7-4a0d-9620-0f7fe9e1b940 20368 2023-01-12T05:14:40.405Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-12T05:14:40.405Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml 2023-01-12T05:14:40.406Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:14:40.406Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:14:40.409Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:14:40.409Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500480405, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T05:14:40.510Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T05:14:40.512Z||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-12T05:14:40.512Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:40.525Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:40.526Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:14:41.411Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 175d5e7b-e369-4915-a93d-3eda060e49d0 from URL: /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env 2023-01-12T05:14:41.411Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-12T05:14:41.412Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env 2023-01-12T05:14:41.480Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-12T05:14:41.481Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env 175d5e7b-e369-4915-a93d-3eda060e49d0 2098 2023-01-12T05:14:41.482Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-12T05:14:41.483Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env 2023-01-12T05:14:41.483Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:14:41.484Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:14:41.488Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:14:41.488Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500481481, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-12T05:14:41.587Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T05:14:41.588Z||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-12T05:14:41.589Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:41.618Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:41.618Z||pool-13-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:14:42.489Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 564361ac-91ae-40bd-98db-cf73c212a68b 2023-01-12T05:14:42.490Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b537d212-f964 0 2e371c59-97fb-49db-bf20-b4e3ea2f1a20 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-12T05:14:42.594Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14734c43, org.onap.sdc.toscaparser.api.parameters.Input@1297cb6c, org.onap.sdc.toscaparser.api.parameters.Input@413f498, org.onap.sdc.toscaparser.api.parameters.Input@179a62cd, org.onap.sdc.toscaparser.api.parameters.Input@19853529] 2023-01-12T05:14:42.600Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.601Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:14:42.601Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2023-01-12T05:14:42.601Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a825dfa3-95e6-46aa-ba93-ece8e7e95908 2023-01-12T05:14:42.601Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a825dfa3-95e6-46aa-ba93-ece8e7e95908 matches Tosca VF Customization UUID: a825dfa3-95e6-46aa-ba93-ece8e7e95908 2023-01-12T05:14:42.602Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a825dfa3-95e6-46aa-ba93-ece8e7e95908 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-12T05:14:42.615Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.616Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:14:42.617Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a825dfa3-95e6-46aa-ba93-ece8e7e95908: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-12T05:14:42.617Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@757d2772 2023-01-12T05:14:42.618Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.618Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-12T05:14:42.618Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e8011765-d36f-4656-8b54-ad70a126b492 2023-01-12T05:14:42.620Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e8011765-d36f-4656-8b54-ad70a126b492 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-12T05:14:42.629Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.630Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria 2023-01-12T05:14:42.630Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:14:42.632Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.632Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria 2023-01-12T05:14:42.632Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:14:42.632Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.633Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is not matching search criteria 2023-01-12T05:14:42.633Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-12T05:14:42.633Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-12T05:14:42.633Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-12T05:14:42.633Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-12T05:14:42.634Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-12T05:14:42.634Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-12T05:14:42.634Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-12T05:14:42.634Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-12T05:14:42.635Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-12T05:14:42.635Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-12T05:14:42.635Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-12T05:14:42.635Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6bff2a46-7c14-4feb-bdd5-a8c6f0fad65b 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-12T05:14:42.648Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.648Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria 2023-01-12T05:14:42.649Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:14:42.649Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is not matching search criteria 2023-01-12T05:14:42.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-12T05:14:42.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-12T05:14:42.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-12T05:14:42.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-12T05:14:42.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-12T05:14:42.651Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-12T05:14:42.651Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-12T05:14:42.651Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-12T05:14:42.651Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-12T05:14:42.651Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-12T05:14:42.652Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-12T05:14:42.652Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-12T05:14:42.652Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=266622ad-32db-489c-adba-9d1904ebf440 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-12T05:14:42.656Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.657Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria 2023-01-12T05:14:42.657Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:14:42.660Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.661Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is not matching search criteria 2023-01-12T05:14:42.661Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-12T05:14:42.661Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-12T05:14:42.661Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-12T05:14:42.662Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-12T05:14:42.662Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-12T05:14:42.662Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-12T05:14:42.662Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-12T05:14:42.663Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-12T05:14:42.663Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-12T05:14:42.663Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-12T05:14:42.663Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-12T05:14:42.663Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-12T05:14:42.664Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8677e539-d171-4631-97b2-abb556954718 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-12T05:14:42.673Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.673Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria 2023-01-12T05:14:42.674Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:14:42.674Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.674Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Node template vFW b537d212-f964 0 is matching search criteria 2023-01-12T05:14:42.674Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b537d212-f964 0] matching following query criteria: sdcType=VF, customizationUUID=a825dfa3-95e6-46aa-ba93-ece8e7e95908 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-12T05:14:42.683Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.683Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:14:42.684Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 564361ac-91ae-40bd-98db-cf73c212a68b: vFW b537d212-f964 2023-01-12T05:14:42.684Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.684Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:14:42.685Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.685Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:14:42.685Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.685Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:14:42.686Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.686Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:14:42.686Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:14:42.687Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-01-12 05-13-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:14:42.687Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2023-01-12 05-13-19 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-12T05:14:43.425Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b537d212-f964 2e371c59-97fb-49db-bf20-b4e3ea2f1a20 1 ASDC deployResourceStructure 2023-01-12T05:14:43.426Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json ASDC sendASDCNotification 2023-01-12T05:14:43.426Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json 2023-01-12T05:14:43.426Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:14:43.426Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:14:43.428Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:14:43.428Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500483426, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json", "status": "DEPLOY_OK" } 2023-01-12T05:14:43.529Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:14:43.530Z||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-12T05:14:43.530Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:43.549Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:43.550Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:14:44.430Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-12T05:14:44.431Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml 2023-01-12T05:14:44.431Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:14:44.431Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:14:44.434Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:14:44.435Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500484430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-12T05:14:44.535Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T05:14:44.536Z||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-12T05:14:44.536Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:44.554Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:44.554Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:14:45.436Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-12T05:14:45.436Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env 2023-01-12T05:14:45.436Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:14:45.437Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:14:45.439Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:14:45.439Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500485436, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-12T05:14:45.539Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T05:14:45.540Z||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-12T05:14:45.541Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:45.577Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:45.578Z||pool-16-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:14:46.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar ASDC sendASDCNotification 2023-01-12T05:14:46.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar 2023-01-12T05:14:46.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:14:46.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:14:46.443Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:14:46.444Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500486440, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:14:46.544Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:14:46.544Z||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-12T05:14:46.545Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:14:46.585Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:14:46.585Z||pool-17-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:14:47.446Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T05:14:47.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33 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-12T05:14:47.501Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T05:14:47.502Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T05:14:47.502Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T05:15:17.502Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T05:15:17.538Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33 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-12T05:15:17.540Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T05:15:17.541Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T05:15:17.541Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T05:15:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:15:22.442Z||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-12T05:15:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:15:22.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:15:22.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:15:22.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "cds", "timestamp": 1673500464602, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:15:22.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:15:47.541Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T05:15:47.559Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33 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-12T05:15:47.563Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T05:15:47.563Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T05:15:47.563Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T05:16:17.567Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T05:16:17.583Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33 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-12T05:16:17.586Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T05:16:17.586Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T05:16:17.586Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T05:16:22.443Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:16:22.444Z||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-12T05:16:22.444Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:16:22.985Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:16:22.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500458509, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:22.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500462438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json", "status": "NOTIFIED" } 2023-01-12T05:16:22.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "cds", "timestamp": 1673500464602, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:22.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500458509, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:22.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500462438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-12T05:16:22.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "cds", "timestamp": 1673500464602, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:22.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500458509, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:22.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500462438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:22.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "cds", "timestamp": 1673500464602, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:22.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "ves-openapi-manager", "timestamp": 1673500468782, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:22.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500458509, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:22.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500462438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-12T05:16:22.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "cds", "timestamp": 1673500464602, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:22.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "ves-openapi-manager", "timestamp": 1673500468782, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:22.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500458509, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:22.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500462438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:22.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "cds", "timestamp": 1673500464602, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:22.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:22.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "ves-openapi-manager", "timestamp": 1673500468782, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:22.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:22.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500458509, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:16:23.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500462438, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:16:23.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "cds", "timestamp": 1673500464602, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:16:23.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "ves-openapi-manager", "timestamp": 1673500468782, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:23.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "ves-openapi-manager", "timestamp": 1673500468782, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:23.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500472507, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:16:23.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "cds", "timestamp": 1673500472499, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:16:23.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500473029, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:16:23.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "multicloud-k8s-id", "timestamp": 1673500472452, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:23.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "aai-ml", "timestamp": 1673500473127, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:23.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "ves-openapi-manager", "timestamp": 1673500468782, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:23.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "cds", "timestamp": 1673500473517, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-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-12T05:16:23.020Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78883831-272f-4b93-a972-730b5610dc33 2023-01-12T05:16:23.021Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78883831-272f-4b93-a972-730b5610dc33 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-12T05:16:23.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "multicloud-k8s-id", "timestamp": 1673500472452, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json", "status": "NOTIFIED" } 2023-01-12T05:16:23.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "aai-ml", "timestamp": 1673500473127, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:23.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "ves-openapi-manager", "timestamp": 1673500468782, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:23.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "multicloud-k8s-id", "timestamp": 1673500472452, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-12T05:16:23.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "aai-ml", "timestamp": 1673500473127, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:23.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "multicloud-k8s-id", "timestamp": 1673500472452, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:23.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "aai-ml", "timestamp": 1673500473127, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:23.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "multicloud-k8s-id", "timestamp": 1673500472452, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-12T05:16:23.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "aai-ml", "timestamp": 1673500473127, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:23.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "multicloud-k8s-id", "timestamp": 1673500472452, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:23.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "aai-ml", "timestamp": 1673500473127, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:16:23.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500478198, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:16:23.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "multicloud-k8s-id", "timestamp": 1673500472452, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:16:23.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "aai-ml", "timestamp": 1673500473127, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:16:23.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:16:23.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500479204, "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-12T05:16:23.057Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78883831-272f-4b93-a972-730b5610dc33 2023-01-12T05:16:23.058Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78883831-272f-4b93-a972-730b5610dc33 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-12T05:16:23.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500479297, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T05:16:23.073Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "multicloud-k8s-id", "timestamp": 1673500480348, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T05:16:23.074Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500480405, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T05:16:23.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "aai-ml", "timestamp": 1673500481104, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:16:23.076Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "multicloud-k8s-id", "timestamp": 1673500481474, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T05:16:23.077Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500481481, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-12T05:16:23.077Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "multicloud-k8s-id", "timestamp": 1673500482585, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-12T05:16:23.078Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500483426, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json", "status": "DEPLOY_OK" } 2023-01-12T05:16:23.079Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "multicloud-k8s-id", "timestamp": 1673500483681, "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-12T05:16:23.096Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78883831-272f-4b93-a972-730b5610dc33 2023-01-12T05:16:23.096Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78883831-272f-4b93-a972-730b5610dc33 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-12T05:16:23.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500484430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-12T05:16:23.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "multicloud-k8s-id", "timestamp": 1673500484687, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/vfwb537d212f9640_modules.json", "status": "DEPLOY_OK" } 2023-01-12T05:16:23.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500485436, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/resourceInstances/vfwb537d212f9640/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-12T05:16:23.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500486440, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:16:23.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "aai-ml", "timestamp": 1673500498597, "artifactURL": "/sdc/v1/catalog/services/Vfw20230112051319/1.0/artifacts/service-Vfw20230112051319-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:16:23.112Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:16:23.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:16:23.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "aai-ml", "timestamp": 1673500499603, "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-12T05:16:23.121Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78883831-272f-4b93-a972-730b5610dc33 2023-01-12T05:16:23.121Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78883831-272f-4b93-a972-730b5610dc33 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-12T05:16:47.587Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T05:16:47.609Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78883831-272f-4b93-a972-730b5610dc33 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-12T05:16:47.618Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T05:16:47.618Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-12T05:16:47.618Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-12T05:16:47.619Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-12T05:16:47.619Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:16:47.619Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:16:47.619Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:16:47.619Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:16:47.619Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:16:47.619Z|78883831-272f-4b93-a972-730b5610dc33|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-12T05:16:47.638Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-12T05:17:17.639Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78883831-272f-4b93-a972-730b5610dc33 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-12T05:17:17.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78883831-272f-4b93-a972-730b5610dc33 and serviceModelVersionId: 564361ac-91ae-40bd-98db-cf73c212a68b 2023-01-12T05:17:17.650Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b14964c-3d19-4059-bd94-a5782cea9daf 2023-01-12T05:17:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:17:22.442Z||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-12T05:17:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:17:32.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:17:34.456Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0 2023-01-12T05:17:34.592Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-01-12T05:17:35.229Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0|INFO|500||Invoke 2023-01-12T05:17:35.238Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78883831-272f-4b93-a972-730b5610dc33], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[57759ef5-c934-482b-ae50-226e2df048a5], X-ECOMP-RequestID=[78883831-272f-4b93-a972-730b5610dc33], X-TransactionId=[], X-ONAP-RequestID=[78883831-272f-4b93-a972-730b5610dc33], Content-Type=[application/merge-patch+json]} 2023-01-12T05:17:35.380Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-12T05:17:35.643Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?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/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 05:17:36 GMT], content-length=[0], vertex-id=[589960], x-aai-txid=[2-aai-resources-230112-05:17:36:236-8438], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-12T05:17:35.646Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-12T05:17:35.648Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b14964c-3d19-4059-bd94-a5782cea9daf/model-vers/model-ver/564361ac-91ae-40bd-98db-cf73c212a68b?depth=0|INFO|500||InvokeReturn 2023-01-12T05:17:35.653Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-12T05:17:35.654Z|78883831-272f-4b93-a972-730b5610dc33|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-12T05:17:35.664Z|78883831-272f-4b93-a972-730b5610dc33|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-12T05:17:35.666Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78883831-272f-4b93-a972-730b5610dc33 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-12T05:17:35.668Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-12T05:17:35.669Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:17:35.672Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:17:35.673Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500655667, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T05:17:35.772Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T05:17:35.773Z||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-12T05:17:35.773Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:17:35.787Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:17:35.788Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-12T05:17:36.692Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:17:36.693Z||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-12T05:17:36.693Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:17:47.052Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:17:47.053Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:17:47.053Z||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-12T05:17:47.053Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:17:56.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:17:56.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:17:56.657Z||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-12T05:17:56.657Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:18:06.230Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:18:22.438Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:18:22.439Z||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-12T05:18:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:18:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:18:22.442Z||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-12T05:18:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:18:23.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:18:23.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:18:23.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78883831-272f-4b93-a972-730b5610dc33", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500655667, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T05:18:23.076Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:18:32.003Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:19:22.438Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:19:22.439Z||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-12T05:19:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:19:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:19:22.443Z||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-12T05:19:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:19:32.004Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:19:32.008Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:22.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:20:22.440Z||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-12T05:20:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:20:22.442Z||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-12T05:20:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:23.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:23.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:23.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"39a15379-abca-47bd-889b-bf4fa2528054","serviceName":"basic_onboard_NArkcO","serviceVersion":"1.0","serviceUUID":"c4dcf7eb-361b-41bc-9cd8-c3174fc74994","serviceDescription":"service","serviceInvariantUUID":"a76670d2-cb02-4b15-aa0d-e0999364446f","resources":[{"resourceInstanceName":"basic_onboard_NArkcO 0","resourceName":"basic_onboard_NArkcO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5b581048-633a-471f-a087-75a4b8fb249a","resourceInvariantUUID":"537a6a12-12bb-4276-a09d-35c21675e878","resourceCustomizationUUID":"939993e5-cf04-4e19-93a0-1f2846ed0c9c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml","artifactChecksum":"YTBmNWM5ZDJlYzhkZmYzZWY2YzU0MjczYTYzZmYwOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bea7edf0-1d52-4156-b585-999b4cf81e81","artifactVersion":"1"},{"artifactName":"basic_onboard_narkco0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json","artifactChecksum":"MzhlMzk4NjU5OTVjZDE5MWYyNzNiMjk2NmNiMmU4YmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0dff6f64-89f3-49c8-92e9-cb9f9bf000c1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a423b9ed-e396-4fe5-bf55-42952288acca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e50ce710-3976-4854-b3a2-a745a8acc837","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a37aa801-e33f-4698-85d1-702f0f51d941","artifactVersion":"2","generatedFromUUID":"a423b9ed-e396-4fe5-bf55-42952288acca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNarkco-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml","artifactChecksum":"MWE2YTA0NzBjZDM2N2U2OThhOGU5MzExYmRkZGY2OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed2635b1-2a6d-4ffe-9f4e-e989e5d3876a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNarkco-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar","artifactChecksum":"NDg5MDY4NWJlOWJmOWM1ZmRlODlmZjU5MTZlZTgyZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3fe368ce-6188-4606-a2b1-e89dd22dc753","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-12T05:20:23.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "multicloud-k8s-id", "timestamp": 1673500772452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "aai-ml", "timestamp": 1673500773127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.083Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:20:23.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.084Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:20:23.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "cds", "timestamp": 1673500779602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "multicloud-k8s-id", "timestamp": 1673500772452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json", "status": "NOTIFIED" } 2023-01-12T05:20:23.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "aai-ml", "timestamp": 1673500773127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "cds", "timestamp": 1673500779602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "multicloud-k8s-id", "timestamp": 1673500772452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-12T05:20:23.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "aai-ml", "timestamp": 1673500773127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "cds", "timestamp": 1673500779602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "multicloud-k8s-id", "timestamp": 1673500772452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "aai-ml", "timestamp": 1673500773127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "cds", "timestamp": 1673500779602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "multicloud-k8s-id", "timestamp": 1673500772452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-12T05:20:23.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.091Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:20:23.092Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500822439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "aai-ml", "timestamp": 1673500773127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "cds", "timestamp": 1673500779602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "multicloud-k8s-id", "timestamp": 1673500772452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "aai-ml", "timestamp": 1673500773127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "cds", "timestamp": 1673500779602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "multicloud-k8s-id", "timestamp": 1673500772452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:20:23.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "aai-ml", "timestamp": 1673500773127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:20:23.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "cds", "timestamp": 1673500779602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:20:23.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "aai-ml", "timestamp": 1673500787682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:20:23.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:20:23.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "multicloud-k8s-id", "timestamp": 1673500786997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T05:20:23.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:20:23.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "cds", "timestamp": 1673500787361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:20:23.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:20:23.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "multicloud-k8s-id", "timestamp": 1673500788232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T05:20:23.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:20:23.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "cds", "timestamp": 1673500788371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-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-12T05:20:23.145Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39a15379-abca-47bd-889b-bf4fa2528054 2023-01-12T05:20:23.146Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a15379-abca-47bd-889b-bf4fa2528054 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-12T05:20:23.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "ves-openapi-manager", "timestamp": 1673500788782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500788509, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "multicloud-k8s-id", "timestamp": 1673500789321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-12T05:20:23.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:20:23.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "ves-openapi-manager", "timestamp": 1673500788782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500788509, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "multicloud-k8s-id", "timestamp": 1673500790355, "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-12T05:20:23.183Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39a15379-abca-47bd-889b-bf4fa2528054 2023-01-12T05:20:23.183Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a15379-abca-47bd-889b-bf4fa2528054 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=? 2023-01-12T05:20:23.188Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-01-12T05:20:23.189Z||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-12T05:20:23.189Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-12T05:20:23.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "ves-openapi-manager", "timestamp": 1673500788782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500788509, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "multicloud-k8s-id", "timestamp": 1673500791361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json", "status": "DEPLOY_OK" } 2023-01-12T05:20:23.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:20:23.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "ves-openapi-manager", "timestamp": 1673500788782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500788509, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "ves-openapi-manager", "timestamp": 1673500788782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500788509, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "ves-openapi-manager", "timestamp": 1673500788782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500788509, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.219Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:23.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "ves-openapi-manager", "timestamp": 1673500788782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:23.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.220Z||pool-19-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:20:23.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500788509, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:20:23.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:20:23.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "aai-ml", "timestamp": 1673500796358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:20:23.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:20:23.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500796348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:20:23.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:20:23.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "aai-ml", "timestamp": 1673500797364, "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-12T05:20:23.230Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39a15379-abca-47bd-889b-bf4fa2528054 2023-01-12T05:20:23.230Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a15379-abca-47bd-889b-bf4fa2528054 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-12T05:20:23.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500798832, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:20:23.251Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:20:23.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:20:23.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673500799836, "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-12T05:20:23.264Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39a15379-abca-47bd-889b-bf4fa2528054 2023-01-12T05:20:23.264Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39a15379-abca-47bd-889b-bf4fa2528054 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-12T05:20:24.092Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:20:24.093Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:20:24.095Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:20:24.096Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500822439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json", "status": "NOTIFIED" } 2023-01-12T05:20:24.196Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:20:24.197Z||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-12T05:20:24.197Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:24.222Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:24.222Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:20:25.096Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:20:25.097Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:20:25.101Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:20:25.101Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500822439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-12T05:20:25.201Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:20:25.203Z||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-12T05:20:25.203Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:25.222Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:25.223Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:20:26.102Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:20:26.103Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:20:26.106Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:20:26.106Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500822439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:26.207Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T05:20:26.208Z||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-12T05:20:26.208Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:26.221Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:26.222Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:20:27.109Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:20:27.112Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:20:27.116Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:20:27.116Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500822439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-12T05:20:27.216Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:20:27.217Z||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-12T05:20:27.217Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:27.233Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:27.234Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:20:28.118Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:20:28.118Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:20:28.121Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:20:28.121Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500822439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:20:28.222Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T05:20:28.223Z||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-12T05:20:28.224Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:28.241Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:28.242Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:20:29.122Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:20:29.123Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:20:29.127Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:20:29.127Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500822439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:20:29.228Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:20:29.230Z||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-12T05:20:29.230Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:29.250Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:29.258Z||pool-25-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:20:30.139Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "serviceName": "basic_onboard_NArkcO", "serviceVersion": "1.0", "serviceUUID": "c4dcf7eb-361b-41bc-9cd8-c3174fc74994", "serviceDescription": "service", "serviceInvariantUUID": "a76670d2-cb02-4b15-aa0d-e0999364446f", "resources": [ { "resourceInstanceName": "basic_onboard_NArkcO 0", "resourceCustomizationUUID": "939993e5-cf04-4e19-93a0-1f2846ed0c9c", "resourceName": "basic_onboard_NArkcO", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5b581048-633a-471f-a087-75a4b8fb249a", "resourceInvariantUUID": "537a6a12-12bb-4276-a09d-35c21675e878", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_narkco0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json", "artifactChecksum": "MzhlMzk4NjU5OTVjZDE5MWYyNzNiMjk2NmNiMmU4YmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0dff6f64-89f3-49c8-92e9-cb9f9bf000c1", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a423b9ed-e396-4fe5-bf55-42952288acca", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a37aa801-e33f-4698-85d1-702f0f51d941", "generatedFromUUID": "a423b9ed-e396-4fe5-bf55-42952288acca" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a37aa801-e33f-4698-85d1-702f0f51d941", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNarkco-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "artifactChecksum": "NDg5MDY4NWJlOWJmOWM1ZmRlODlmZjU5MTZlZTgyZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3fe368ce-6188-4606-a2b1-e89dd22dc753" } ], "workloadContext": "Production" } 2023-01-12T05:20:30.142Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-12T05:20:30.143Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c4dcf7eb-361b-41bc-9cd8-c3174fc74994 ASDC 2023-01-12T05:20:30.143Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:39a15379-abca-47bd-889b-bf4fa2528054 ServiceName:basic_onboard_NArkcO ServiceVersion:1.0 ServiceUUID:c4dcf7eb-361b-41bc-9cd8-c3174fc74994 ServiceInvariantUUID:a76670d2-cb02-4b15-aa0d-e0999364446f ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNarkco-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar ArtifactUUID:3fe368ce-6188-4606-a2b1-e89dd22dc753 ArtifactChecksum:NDg5MDY4NWJlOWJmOWM1ZmRlODlmZjU5MTZlZTgyZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_NArkcO 0 ResourceCustomizationUUID:939993e5-cf04-4e19-93a0-1f2846ed0c9c ResourceInvariantUUID:537a6a12-12bb-4276-a09d-35c21675e878 ResourceName:basic_onboard_NArkcO ResourceType:VF ResourceUUID:5b581048-633a-471f-a087-75a4b8fb249a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_narkco0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json ArtifactUUID:0dff6f64-89f3-49c8-92e9-cb9f9bf000c1 ArtifactChecksum:MzhlMzk4NjU5OTVjZDE5MWYyNzNiMjk2NmNiMmU4YmU= 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/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml ArtifactUUID:a423b9ed-e396-4fe5-bf55-42952288acca 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/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env ArtifactUUID:a37aa801-e33f-4698-85d1-702f0f51d941 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/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env ArtifactUUID:a37aa801-e33f-4698-85d1-702f0f51d941 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-12T05:20:30.144Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4dcf7eb-361b-41bc-9cd8-c3174fc74994 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-12T05:20:30.214Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T05:20:30.215Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-12T05:20:30.215Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-12T05:20:30.215Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3fe368ce-6188-4606-a2b1-e89dd22dc753 from URL: /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:30.215Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-12T05:20:30.215Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:30.458Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-12T05:20:30.462Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar 3fe368ce-6188-4606-a2b1-e89dd22dc753 75288 2023-01-12T05:20:30.462Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar ASDC sendASDCNotification 2023-01-12T05:20:30.463Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:30.463Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:20:30.463Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:20:30.466Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:20:30.466Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500830462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:20:30.565Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T05:20:30.566Z||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-12T05:20:30.567Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:30.581Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:30.582Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:20:31.466Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T05:20:31.468Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-12T05:20:31.468Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3fe368ce-6188-4606-a2b1-e89dd22dc753, URL: /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar to file: /app/ASDC/1/service-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:31.469Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:31.469Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:31.470Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:31.731Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11884093142287886893/Definitions/service-BasicOnboardNarkco-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-12T05:20:33.422Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-12T05:20:33.423Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-12T05:20:33.423Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:33.423Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-12T05:20:33.423Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NArkcO 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-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||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-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||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-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||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-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||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-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-12T05:20:33.424Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:33.425Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:20:33.425Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria 2023-01-12T05:20:33.426Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-12T05:20:33.426Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T05:20:33.426Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:33.426Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:20:33.426Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria 2023-01-12T05:20:33.427Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-12T05:20:33.427Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T05:20:33.427Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:33.427Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:20:33.427Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:33.427Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is not matching search criteria 2023-01-12T05:20:33.428Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-12T05:20:33.428Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-12T05:20:33.428Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-12T05:20:33.428Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-12T05:20:33.428Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-12T05:20:33.429Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:33.429Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-12T05:20:33.429Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:33.429Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria 2023-01-12T05:20:33.430Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:20:33.430Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:33.430Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria 2023-01-12T05:20:33.430Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:20:33.430Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:33.430Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria 2023-01-12T05:20:33.431Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:20:33.431Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:33.431Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is not matching search criteria 2023-01-12T05:20:33.431Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-12T05:20:33.431Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-12T05:20:33.432Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6b8fb807-6ac5-4ecf-b739-f97ab319907e 2023-01-12T05:20:33.432Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:33.432Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:20:33.432Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:33.432Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:20:33.432Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:33.433Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:20:33.433Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:33.433Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:20:33.433Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_NArkcO Description:service Model UUID:c4dcf7eb-361b-41bc-9cd8-c3174fc74994 Model Version:NULL Model InvariantUuid:a76670d2-cb02-4b15-aa0d-e0999364446f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_NArkcO Model UUID:546f779c-be1c-41e2-8f94-593df0aba16e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:537a6a12-12bb-4276-a09d-35c21675e878 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:939993e5-cf04-4e19-93a0-1f2846ed0c9c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b64c9152-06cf-4e8b-b395-c790edd02514 ModelName:BasicOnboardNarkco..base_ubuntu18..module-0 ModelUuid:080d8232-547d-403a-b2d8-ff3aab4a2371 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6b8fb807-6ac5-4ecf-b739-f97ab319907e ModelInvariantUuid:aae499a8-a7d0-4351-8771-7df43dc63cff ModelName:basic_onboard_NArkcO-nodes.ubuntu18Cvfc ModelUuid:b0b5f97e-1955-4145-b8be-678ee00582b0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:5ad2ce9f-fe72-4ec4-9afa-b21017737a58 ModelInvariantUuid:d3872216-1af4-47c5-ab8d-d748cbe68564 ModelName:BasicOnboardNarkco.compute.nodes.heat.ubuntu18 ModelUuid:e357ff0f-abee-445a-b888-b5b63d0d639c 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-12T05:20:33.469Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5b581048-633a-471f-a087-75a4b8fb249a 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-12T05:20:33.475Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||basic_onboard_NArkcO 0 2023-01-12T05:20:33.475Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5b581048-633a-471f-a087-75a4b8fb249a 2023-01-12T05:20:33.476Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0dff6f64-89f3-49c8-92e9-cb9f9bf000c1 from URL: /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json 2023-01-12T05:20:33.476Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-12T05:20:33.476Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json 2023-01-12T05:20:33.541Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-12T05:20:33.543Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json 0dff6f64-89f3-49c8-92e9-cb9f9bf000c1 798 2023-01-12T05:20:33.544Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json ASDC sendASDCNotification 2023-01-12T05:20:33.545Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json 2023-01-12T05:20:33.545Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:20:33.547Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:20:33.552Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:20:33.553Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500833544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T05:20:33.652Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-12T05:20:33.654Z||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-12T05:20:33.654Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:33.670Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:33.671Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:20:34.554Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNarkco..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b64c9152-06cf-4e8b-b395-c790edd02514", "vfModuleModelVersion": "1", "vfModuleModelUUID": "080d8232-547d-403a-b2d8-ff3aab4a2371", "vfModuleModelCustomizationUUID": "1406c025-6a73-40d2-989c-2e4bb8f7d0d3", "isBase": true, "artifacts": [ "a423b9ed-e396-4fe5-bf55-42952288acca", "a37aa801-e33f-4698-85d1-702f0f51d941" ], "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-12T05:20:34.559Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNarkco..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:080d8232-547d-403a-b2d8-ff3aab4a2371 VfModuleModelInvariantUUID:b64c9152-06cf-4e8b-b395-c790edd02514 VfModuleModelDescription:NULL Artifacts UUID List:{ a423b9ed-e396-4fe5-bf55-42952288acca , a37aa801-e33f-4698-85d1-702f0f51d941 } 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-12T05:20:34.562Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNarkco..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b64c9152-06cf-4e8b-b395-c790edd02514", "vfModuleModelVersion": "1", "vfModuleModelUUID": "080d8232-547d-403a-b2d8-ff3aab4a2371", "vfModuleModelCustomizationUUID": "1406c025-6a73-40d2-989c-2e4bb8f7d0d3", "isBase": true, "artifacts": [ "a423b9ed-e396-4fe5-bf55-42952288acca", "a37aa801-e33f-4698-85d1-702f0f51d941" ], "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-12T05:20:34.562Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNarkco..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:080d8232-547d-403a-b2d8-ff3aab4a2371 VfModuleModelInvariantUUID:b64c9152-06cf-4e8b-b395-c790edd02514 VfModuleModelDescription:NULL Artifacts UUID List:{ a423b9ed-e396-4fe5-bf55-42952288acca , a37aa801-e33f-4698-85d1-702f0f51d941 } 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-12T05:20:34.562Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a423b9ed-e396-4fe5-bf55-42952288acca from URL: /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml 2023-01-12T05:20:34.562Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-12T05:20:34.563Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml 2023-01-12T05:20:34.738Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-12T05:20:34.739Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml a423b9ed-e396-4fe5-bf55-42952288acca 5033 2023-01-12T05:20:34.739Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-12T05:20:34.739Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml 2023-01-12T05:20:34.740Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:20:34.740Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:20:34.742Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:20:34.743Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500834739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T05:20:34.843Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:20:34.845Z||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-12T05:20:34.845Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:34.859Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:34.860Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:20:35.743Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a37aa801-e33f-4698-85d1-702f0f51d941 from URL: /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env 2023-01-12T05:20:35.744Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-12T05:20:35.746Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env 2023-01-12T05:20:35.833Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-12T05:20:35.833Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env a37aa801-e33f-4698-85d1-702f0f51d941 909 2023-01-12T05:20:35.833Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-12T05:20:35.834Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env 2023-01-12T05:20:35.834Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:20:35.834Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:20:35.837Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:20:35.837Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500835833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-12T05:20:35.938Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T05:20:35.940Z||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-12T05:20:35.940Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:35.965Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:35.965Z||pool-29-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:20:36.837Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c4dcf7eb-361b-41bc-9cd8-c3174fc74994 2023-01-12T05:20:36.838Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NArkcO 0 5b581048-633a-471f-a087-75a4b8fb249a 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-12T05:20:36.864Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ace15f, org.onap.sdc.toscaparser.api.parameters.Input@4157321, org.onap.sdc.toscaparser.api.parameters.Input@289506e6, org.onap.sdc.toscaparser.api.parameters.Input@5af94c01, org.onap.sdc.toscaparser.api.parameters.Input@3f3ae818] 2023-01-12T05:20:36.866Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:36.866Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:20:36.867Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-01-12T05:20:36.867Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 939993e5-cf04-4e19-93a0-1f2846ed0c9c 2023-01-12T05:20:36.867Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 939993e5-cf04-4e19-93a0-1f2846ed0c9c matches Tosca VF Customization UUID: 939993e5-cf04-4e19-93a0-1f2846ed0c9c 2023-01-12T05:20:36.868Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 939993e5-cf04-4e19-93a0-1f2846ed0c9c 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-12T05:20:36.871Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:36.872Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:20:36.872Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 939993e5-cf04-4e19-93a0-1f2846ed0c9c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-12T05:20:36.873Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b24124 2023-01-12T05:20:36.874Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:36.874Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-12T05:20:36.875Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1406c025-6a73-40d2-989c-2e4bb8f7d0d3 2023-01-12T05:20:36.875Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1406c025-6a73-40d2-989c-2e4bb8f7d0d3 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-12T05:20:36.880Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:36.880Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria 2023-01-12T05:20:36.880Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:20:36.881Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:36.882Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria 2023-01-12T05:20:36.882Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:20:36.882Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:36.883Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is not matching search criteria 2023-01-12T05:20:36.883Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-12T05:20:36.883Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-12T05:20:36.884Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6b8fb807-6ac5-4ecf-b739-f97ab319907e 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-12T05:20:36.893Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:36.893Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria 2023-01-12T05:20:36.894Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:20:36.894Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:36.895Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NArkcO 0 is matching search criteria 2023-01-12T05:20:36.895Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NArkcO 0] matching following query criteria: sdcType=VF, customizationUUID=939993e5-cf04-4e19-93a0-1f2846ed0c9c 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-12T05:20:36.900Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:36.928Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:20:36.930Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c4dcf7eb-361b-41bc-9cd8-c3174fc74994: basic_onboard_NArkcO 2023-01-12T05:20:36.930Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:36.930Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:20:36.931Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:36.931Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:20:36.931Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:36.931Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:20:36.932Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:36.932Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:20:36.932Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:20:36.932Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NArkcO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:20:36.933Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_NArkcO 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-12T05:20:37.133Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NArkcO 5b581048-633a-471f-a087-75a4b8fb249a 1 ASDC deployResourceStructure 2023-01-12T05:20:37.134Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json ASDC sendASDCNotification 2023-01-12T05:20:37.134Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json 2023-01-12T05:20:37.135Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:20:37.135Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:20:37.139Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:20:37.139Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500837134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json", "status": "DEPLOY_OK" } 2023-01-12T05:20:37.239Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:20:37.240Z||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-12T05:20:37.240Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:37.261Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:37.262Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:20:38.142Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-12T05:20:38.142Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml 2023-01-12T05:20:38.142Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:20:38.143Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:20:38.146Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:20:38.146Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500838141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-12T05:20:38.246Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:20:38.247Z||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-12T05:20:38.247Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:38.260Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:38.260Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:20:39.147Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-12T05:20:39.152Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env 2023-01-12T05:20:39.153Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:20:39.153Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:20:39.156Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:20:39.156Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500839147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-12T05:20:39.257Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T05:20:39.258Z||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-12T05:20:39.259Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:39.271Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:39.272Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:20:40.160Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar ASDC sendASDCNotification 2023-01-12T05:20:40.160Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar 2023-01-12T05:20:40.160Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:20:40.161Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:20:40.163Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:20:40.164Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500840160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:20:40.264Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:20:40.265Z||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-12T05:20:40.265Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:20:40.284Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:20:40.284Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:20:41.165Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39a15379-abca-47bd-889b-bf4fa2528054 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T05:20:41.179Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39a15379-abca-47bd-889b-bf4fa2528054 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-12T05:20:41.184Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T05:20:41.184Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-12T05:20:41.184Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-12T05:20:41.184Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-12T05:20:41.184Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:20:41.184Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:20:41.185Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:20:41.185Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:20:41.185Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:20:41.185Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||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-12T05:20:41.192Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-12T05:21:11.192Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39a15379-abca-47bd-889b-bf4fa2528054 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-12T05:21:11.203Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39a15379-abca-47bd-889b-bf4fa2528054 and serviceModelVersionId: c4dcf7eb-361b-41bc-9cd8-c3174fc74994 2023-01-12T05:21:11.203Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a76670d2-cb02-4b15-aa0d-e0999364446f 2023-01-12T05:21:11.204Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0 2023-01-12T05:21:11.213Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-01-12T05:21:11.339Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0|INFO|500||Invoke 2023-01-12T05:21:11.340Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39a15379-abca-47bd-889b-bf4fa2528054], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f3a2e4c1-83dd-4460-8e47-98a48109fa81], X-ECOMP-RequestID=[39a15379-abca-47bd-889b-bf4fa2528054], X-TransactionId=[], X-ONAP-RequestID=[39a15379-abca-47bd-889b-bf4fa2528054], Content-Type=[application/merge-patch+json]} 2023-01-12T05:21:11.379Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-12T05:21:11.588Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?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/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 05:21:12 GMT], content-length=[0], vertex-id=[167968], x-aai-txid=[2-aai-resources-230112-05:21:12:234-44928], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-12T05:21:11.589Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-12T05:21:11.590Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76670d2-cb02-4b15-aa0d-e0999364446f/model-vers/model-ver/c4dcf7eb-361b-41bc-9cd8-c3174fc74994?depth=0|INFO|500||InvokeReturn 2023-01-12T05:21:11.591Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-12T05:21:11.592Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||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-12T05:21:11.599Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||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-12T05:21:11.600Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39a15379-abca-47bd-889b-bf4fa2528054 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-12T05:21:11.600Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-12T05:21:11.601Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:21:11.603Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:21:11.603Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500871600, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T05:21:11.710Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2023-01-12T05:21:11.712Z||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-12T05:21:11.712Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:21:11.744Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:21:11.745Z||pool-34-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-12T05:21:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:21:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T05:21:22.441Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:21:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:21:22.442Z||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-12T05:21:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:21:22.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:21:22.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:21:22.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500822439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:21:22.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:21:32.015Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:22:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:22:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:22:22.443Z||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-12T05:22:22.443Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T05:22:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:22:22.443Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:22:22.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:22:22.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:22:22.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500822439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json", "status": "NOTIFIED" } 2023-01-12T05:22:22.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:22:22.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:22:22.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500822439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-12T05:22:22.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:22:22.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:22:22.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500822439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:22:22.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:22:22.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:22:22.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500822439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-12T05:22:22.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:22:22.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:22:22.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500822439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:22:22.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:22:22.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:22:22.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500822439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:22:22.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:22:22.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:22:22.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500830462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:22:22.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:22:22.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:22:22.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500833544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T05:22:22.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:22:22.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:22:22.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500834739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T05:22:22.986Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:22:22.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:22:22.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500835833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-12T05:22:22.986Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:22:22.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:22:22.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500837134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/basic_onboard_narkco0_modules.json", "status": "DEPLOY_OK" } 2023-01-12T05:22:22.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:22:22.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:22:22.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500838141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-12T05:22:22.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:22:22.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:22:22.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500839147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/resourceInstances/basic_onboard_narkco0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-12T05:22:22.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:22:22.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:22:22.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500840160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNarkco/1.0/artifacts/service-BasicOnboardNarkco-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:22:22.990Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:22:22.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:22:22.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "39a15379-abca-47bd-889b-bf4fa2528054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673500871600, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T05:22:22.990Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:22:32.045Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:23:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:23:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T05:23:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:23:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:23:22.442Z||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-12T05:23:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:23:32.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:23:32.015Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:24:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:24:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T05:24:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:24:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:24:22.442Z||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-12T05:24:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:24:32.011Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:24:32.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:25:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:25:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T05:25:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:25:22.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:25:22.443Z||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-12T05:25:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:25:32.000Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:25:32.035Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:26:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:26:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T05:26:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:26:22.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:26:22.442Z||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-12T05:26:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:26:32.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:26:32.017Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:27:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:27:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T05:27:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:27:22.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:27:22.442Z||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-12T05:27:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:27:32.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:27:32.003Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:28:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:28:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T05:28:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:28:22.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:28:22.443Z||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-12T05:28:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:28:32.041Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:28:32.051Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:29:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:29:22.439Z||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-12T05:29:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:29:22.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:29:22.443Z||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-12T05:29:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:29:32.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:29:32.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:30:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:30:22.439Z||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-12T05:30:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:30:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:30:22.442Z||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-12T05:30:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:30:32.103Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:30:32.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:31:22.438Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:31:22.439Z||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-12T05:31:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:31:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:31:22.442Z||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-12T05:31:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:31:22.831Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:31:22.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "ves-openapi-manager", "timestamp": 1673501448782, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:31:22.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-12T05:31:22.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501448509, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:31:22.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-12T05:31:22.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501448509, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:31:22.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-12T05:31:22.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "ves-openapi-manager", "timestamp": 1673501448782, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-12T05:31:22.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-12T05:31:22.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501452450, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:31:22.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:31:22.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "multicloud-k8s-id", "timestamp": 1673501452453, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:31:22.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-12T05:31:22.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "multicloud-k8s-id", "timestamp": 1673501452453, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:31:22.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-12T05:31:22.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501454538, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:31:22.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:31:22.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "cds", "timestamp": 1673501454602, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:31:22.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-12T05:31:22.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501455541, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-12T05:31:22.889Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8373fb2-c203-4f61-8dee-3d35701daf4b 2023-01-12T05:31:22.890Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8373fb2-c203-4f61-8dee-3d35701daf4b 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-12T05:31:22.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "cds", "timestamp": 1673501454602, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:31:22.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-12T05:31:22.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "cds", "timestamp": 1673501457368, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:31:22.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:31:22.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "cds", "timestamp": 1673501458376, "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-12T05:31:22.930Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8373fb2-c203-4f61-8dee-3d35701daf4b 2023-01-12T05:31:22.930Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8373fb2-c203-4f61-8dee-3d35701daf4b 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-12T05:31:22.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "aai-ml", "timestamp": 1673501463127, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:31:22.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-12T05:31:22.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "aai-ml", "timestamp": 1673501463127, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:31:22.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-12T05:31:22.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "aai-ml", "timestamp": 1673501465874, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:31:22.958Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:31:22.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "aai-ml", "timestamp": 1673501470570, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:31:22.958Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:31:22.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:22.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "aai-ml", "timestamp": 1673501471574, "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-12T05:31:22.966Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8373fb2-c203-4f61-8dee-3d35701daf4b 2023-01-12T05:31:22.967Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8373fb2-c203-4f61-8dee-3d35701daf4b 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-12T05:31:23.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:23.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "multicloud-k8s-id", "timestamp": 1673501472452, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:31:23.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-12T05:31:23.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-12T05:31:23.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501478509, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:31:23.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-12T05:31:23.102Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:31:23.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-12T05:31:23.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8373fb2-c203-4f61-8dee-3d35701daf4b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9441ebad-407f-46d3-90a9-b33ec412dbcf","serviceDescription":"service","serviceInvariantUUID":"97362061-975c-4aec-896e-4daf6e491de9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d35acd21-fd65-4b46-83dc-8e9d0492d64a","resourceInvariantUUID":"0af400ae-9c10-4f37-8743-9748bc4fc975","resourceCustomizationUUID":"8f479b5b-e295-419f-ae82-1824f02429aa","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":"MGZlNjZlNGEwNWEzNzgwZDZiZGRiODVkOTNlOGNmZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7eed66b-4f0c-47c0-89cd-1c8708d4c15c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2YyZGU1OTliZDBmMzVlZGNhYTdmMDQzZjRjZmU4MmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34953fef-7b5a-4aa9-8025-4130b74b2d08","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-12T05:31:23.109Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:31:23.110Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:31:23.113Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:31:23.113Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:31:23.213Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:31:23.214Z||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-12T05:31:23.215Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:31:23.248Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:31:23.250Z||pool-35-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:31:24.114Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:31:24.115Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:31:24.119Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:31:24.119Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:31:24.219Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:31:24.220Z||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-12T05:31:24.221Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:31:24.250Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:31:24.251Z||pool-36-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:31:25.120Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "9441ebad-407f-46d3-90a9-b33ec412dbcf", "serviceDescription": "service", "serviceInvariantUUID": "97362061-975c-4aec-896e-4daf6e491de9", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "8f479b5b-e295-419f-ae82-1824f02429aa", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "d35acd21-fd65-4b46-83dc-8e9d0492d64a", "resourceInvariantUUID": "0af400ae-9c10-4f37-8743-9748bc4fc975", "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": "N2YyZGU1OTliZDBmMzVlZGNhYTdmMDQzZjRjZmU4MmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "34953fef-7b5a-4aa9-8025-4130b74b2d08" } ], "workloadContext": "Production" } 2023-01-12T05:31:25.121Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-12T05:31:25.121Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9441ebad-407f-46d3-90a9-b33ec412dbcf ASDC 2023-01-12T05:31:25.122Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:a8373fb2-c203-4f61-8dee-3d35701daf4b ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:9441ebad-407f-46d3-90a9-b33ec412dbcf ServiceInvariantUUID:97362061-975c-4aec-896e-4daf6e491de9 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:34953fef-7b5a-4aa9-8025-4130b74b2d08 ArtifactChecksum:N2YyZGU1OTliZDBmMzVlZGNhYTdmMDQzZjRjZmU4MmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:8f479b5b-e295-419f-ae82-1824f02429aa ResourceInvariantUUID:0af400ae-9c10-4f37-8743-9748bc4fc975 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:d35acd21-fd65-4b46-83dc-8e9d0492d64a ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-12T05:31:25.123Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9441ebad-407f-46d3-90a9-b33ec412dbcf 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-12T05:31:25.161Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T05:31:25.164Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-12T05:31:25.164Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-12T05:31:25.164Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 34953fef-7b5a-4aa9-8025-4130b74b2d08 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-12T05:31:25.165Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-12T05:31:25.165Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-12T05:31:25.260Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-12T05:31:25.264Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 34953fef-7b5a-4aa9-8025-4130b74b2d08 57657 2023-01-12T05:31:25.265Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:25.265Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:25.265Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:31:25.266Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:31:25.269Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:31:25.269Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501485265, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:31:25.369Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T05:31:25.370Z||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-12T05:31:25.371Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:31:25.391Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:31:25.392Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:31:26.271Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T05:31:26.272Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-12T05:31:26.273Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 34953fef-7b5a-4aa9-8025-4130b74b2d08, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-12T05:31:26.274Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-12T05:31:26.274Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-12T05:31:26.275Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-12T05:31:26.538Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17853808968281174172/Definitions/service-BasicNetwork-template.yml 2023-01-12T05:31:27.253Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-12T05:31:27.254Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-12T05:31:27.255Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-12T05:31:27.255Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-12T05:31:27.256Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.256Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.256Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.256Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.257Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|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-BasicNetwork-csar.csar 2023-01-12T05:31:27.257Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.258Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.258Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.258Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-12T05:31:27.260Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:31:27.260Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:31:27.260Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-12T05:31:27.261Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-12T05:31:27.261Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T05:31:27.261Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:31:27.262Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:31:27.262Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-12T05:31:27.262Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-12T05:31:27.262Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T05:31:27.263Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:31:27.263Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:31:27.263Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:31:27.263Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:31:27.264Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:31:27.264Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:31:27.264Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:31:27.265Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:31:27.265Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:31:27.265Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:31:27.265Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:9441ebad-407f-46d3-90a9-b33ec412dbcf Model Version:NULL Model InvariantUuid:97362061-975c-4aec-896e-4daf6e491de9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:0af400ae-9c10-4f37-8743-9748bc4fc975 Model UUID:570695b1-1deb-458d-bf9d-49e26f95031e Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:8f479b5b-e295-419f-ae82-1824f02429aa 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-12T05:31:27.275Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: d35acd21-fd65-4b46-83dc-8e9d0492d64a 2023-01-12T05:31:27.275Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||No resources found for Service: 9441ebad-407f-46d3-90a9-b33ec412dbcf 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-12T05:31:27.283Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500|| 2023-01-12T05:31:27.283Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-12T05:31:27.285Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 9441ebad-407f-46d3-90a9-b33ec412dbcf 2023-01-12T05:31:27.285Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9441ebad-407f-46d3-90a9-b33ec412dbcf 2023-01-12T05:31:27.285Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-12T05:31:27.285Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.292Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c2278c2, org.onap.sdc.toscaparser.api.parameters.Input@6f817b24, org.onap.sdc.toscaparser.api.parameters.Input@3effa87a, org.onap.sdc.toscaparser.api.parameters.Input@72e2470e, org.onap.sdc.toscaparser.api.parameters.Input@3dc9c5f8] 2023-01-12T05:31:27.294Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:31:27.294Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:31:27.295Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:31:27.295Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:31:27.295Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9441ebad-407f-46d3-90a9-b33ec412dbcf: Generic NeutronNet 2023-01-12T05:31:27.295Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:31:27.296Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:31:27.296Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:31:27.296Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.376Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:31:27.377Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:31:27.378Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:31:27.378Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:31:27.379Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:31:27.380Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:31:27.380Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.534Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-12T05:31:27.535Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.535Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||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-12T05:31:27.535Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:31:27.536Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:31:27.538Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:31:27.539Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501487535, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:31:27.639Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:31:27.640Z||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-12T05:31:27.641Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:31:27.664Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:31:27.665Z||pool-38-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:31:28.541Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8373fb2-c203-4f61-8dee-3d35701daf4b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T05:31:28.561Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8373fb2-c203-4f61-8dee-3d35701daf4b 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-12T05:31:28.566Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T05:31:28.566Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-12T05:31:28.567Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-12T05:31:28.567Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-12T05:31:28.567Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:31:28.568Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:31:28.568Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:31:28.568Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:31:28.568Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|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-12T05:31:28.592Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-12T05:31:58.593Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8373fb2-c203-4f61-8dee-3d35701daf4b 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-12T05:31:58.618Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8373fb2-c203-4f61-8dee-3d35701daf4b and serviceModelVersionId: 9441ebad-407f-46d3-90a9-b33ec412dbcf 2023-01-12T05:31:58.618Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97362061-975c-4aec-896e-4daf6e491de9 2023-01-12T05:31:58.620Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97362061-975c-4aec-896e-4daf6e491de9/model-vers/model-ver/9441ebad-407f-46d3-90a9-b33ec412dbcf?depth=0 2023-01-12T05:31:58.626Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-12T05:31:58.713Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|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/97362061-975c-4aec-896e-4daf6e491de9/model-vers/model-ver/9441ebad-407f-46d3-90a9-b33ec412dbcf?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-12T05:31:58.715Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97362061-975c-4aec-896e-4daf6e491de9/model-vers/model-ver/9441ebad-407f-46d3-90a9-b33ec412dbcf?depth=0|INFO|500||Invoke 2023-01-12T05:31:58.749Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97362061-975c-4aec-896e-4daf6e491de9/model-vers/model-ver/9441ebad-407f-46d3-90a9-b33ec412dbcf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-12T05:31:59.214Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97362061-975c-4aec-896e-4daf6e491de9/model-vers/model-ver/9441ebad-407f-46d3-90a9-b33ec412dbcf?depth=0|INFO|500||InvokeReturn 2023-01-12T05:31:59.216Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|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/97362061-975c-4aec-896e-4daf6e491de9/model-vers/model-ver/9441ebad-407f-46d3-90a9-b33ec412dbcf?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 05:31:59 GMT], content-length=[0], vertex-id=[192656], x-aai-txid=[2-aai-resources-230112-05:31:59:645-20486], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-12T05:31:59.216Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-01-12T05:31:59.217Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-12T05:31:59.217Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|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-12T05:31:59.233Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|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-12T05:31:59.233Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8373fb2-c203-4f61-8dee-3d35701daf4b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-12T05:31:59.234Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-12T05:31:59.234Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:31:59.236Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:31:59.236Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501519234, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T05:31:59.337Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:31:59.338Z||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-12T05:31:59.338Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:31:59.374Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:31:59.376Z||pool-39-thread-1|||||INFO|500||cambria reply ok (38 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-12T05:32:00.282Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-12T05:32:00.283Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"aa5fcba8-89cf-4ae6-b842-1908b7aa54a7","serviceName":"Demo_pNF_1s6k6FOkWXL7Hf7OBRTG","serviceVersion":"1.0","serviceUUID":"f6831fc5-aca2-47a6-adee-c34dfd3abfef","serviceDescription":"catalog service description","serviceInvariantUUID":"3bd0e1d0-944d-4548-baf7-578cca9bb70d","resources":[{"resourceInstanceName":"pNF e4dedafe-fe2a 0","resourceName":"pNF e4dedafe-fe2a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b22435e7-1430-432b-8873-b45868dc4f48","resourceInvariantUUID":"341416e1-fa77-411f-8956-13ac5bd94781","resourceCustomizationUUID":"5ff2fd5e-49dd-442e-a0e0-782ba285503f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vf-license-model.xml","artifactChecksum":"ZWRlY2U5MDQzMzk5NmUyMDhlMDcxZDVhNTFlY2ZlODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ada9630c-2fb3-48da-8c9d-d241c9c7274f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/pNF.csar","artifactChecksum":"ZWY3MGIyYTBhMTNkNGZmNDFmMDdiNzA4NDFhMWQxODM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9bdd6e46-463a-4f5f-a508-76706d209e70","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21a8e854-7551-47fa-a38c-283d9aa3ef08","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDQ0Yzg2MzQ1YjM1NGYyYjE5YzdlN2RmZjliNzhlNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ca620d6-58f6-4f50-8cf5-dae84d43fa5c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1d6c9db-ce7d-4c52-87a2-c502a4138c0b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"678a807e-f231-4870-80c1-df4df34acba2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1s6k6fokwxl7hf7obrtg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-template.yml","artifactChecksum":"OWIwZmFiZjRlYzJiODA5OTNmNWVlNGI2NDA1ODc0NzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63881ca6-570b-4c1f-961f-1d751cf7c4a7","artifactVersion":"1"},{"artifactName":"service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar","artifactChecksum":"MmFjMjExNTliZjg3MGJmOGQ4ZGM4NDYxNjNhNmI1ODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8764ab43-2eb6-48dd-a4ee-704c8e17636d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-12T05:32:00.284Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:32:00.285Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:32:00.288Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:32:00.288Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:32:00.388Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:32:00.389Z||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-12T05:32:00.389Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:32:00.440Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:32:00.441Z||pool-40-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:32:01.289Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:32:01.290Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:32:01.295Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:32:01.295Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-12T05:32:01.395Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:32:01.397Z||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-12T05:32:01.397Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:32:01.413Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:32:01.413Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:32:02.296Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:32:02.297Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:32:02.301Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:32:02.301Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-12T05:32:02.401Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T05:32:02.402Z||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-12T05:32:02.402Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:32:02.422Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:32:02.423Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:32:03.303Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:32:03.306Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:32:03.314Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:32:03.314Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:32:03.416Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T05:32:03.418Z||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-12T05:32:03.418Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:32:03.447Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:32:03.448Z||pool-43-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:32:04.315Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:32:04.316Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:32:04.318Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:32:04.319Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:32:04.419Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:32:04.421Z||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-12T05:32:04.422Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:32:04.493Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:32:04.494Z||pool-44-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:32:05.319Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:32:05.323Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:32:05.328Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:32:05.329Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:32:05.429Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:32:05.430Z||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-12T05:32:05.430Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:32:05.490Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:32:05.491Z||pool-45-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:32:06.340Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:32:06.341Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:32:06.344Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:32:06.344Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:32:06.444Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:32:06.445Z||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-12T05:32:06.445Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:32:06.468Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:32:06.469Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:32:07.355Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:32:07.356Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:32:07.360Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:32:07.360Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:32:07.460Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:32:07.462Z||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-12T05:32:07.462Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:32:07.481Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:32:07.483Z||pool-47-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:32:08.362Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "serviceName": "Demo_pNF_1s6k6FOkWXL7Hf7OBRTG", "serviceVersion": "1.0", "serviceUUID": "f6831fc5-aca2-47a6-adee-c34dfd3abfef", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3bd0e1d0-944d-4548-baf7-578cca9bb70d", "resources": [ { "resourceInstanceName": "pNF e4dedafe-fe2a 0", "resourceCustomizationUUID": "5ff2fd5e-49dd-442e-a0e0-782ba285503f", "resourceName": "pNF e4dedafe-fe2a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b22435e7-1430-432b-8873-b45868dc4f48", "resourceInvariantUUID": "341416e1-fa77-411f-8956-13ac5bd94781", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "artifactChecksum": "MmFjMjExNTliZjg3MGJmOGQ4ZGM4NDYxNjNhNmI1ODQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8764ab43-2eb6-48dd-a4ee-704c8e17636d" } ], "workloadContext": "Production" } 2023-01-12T05:32:08.365Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-12T05:32:08.365Z|a8373fb2-c203-4f61-8dee-3d35701daf4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f6831fc5-aca2-47a6-adee-c34dfd3abfef ASDC 2023-01-12T05:32:08.366Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 ServiceName:Demo_pNF_1s6k6FOkWXL7Hf7OBRTG ServiceVersion:1.0 ServiceUUID:f6831fc5-aca2-47a6-adee-c34dfd3abfef ServiceInvariantUUID:3bd0e1d0-944d-4548-baf7-578cca9bb70d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar ArtifactUUID:8764ab43-2eb6-48dd-a4ee-704c8e17636d ArtifactChecksum:MmFjMjExNTliZjg3MGJmOGQ4ZGM4NDYxNjNhNmI1ODQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e4dedafe-fe2a 0 ResourceCustomizationUUID:5ff2fd5e-49dd-442e-a0e0-782ba285503f ResourceInvariantUUID:341416e1-fa77-411f-8956-13ac5bd94781 ResourceName:pNF e4dedafe-fe2a ResourceType:PNF ResourceUUID:b22435e7-1430-432b-8873-b45868dc4f48 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-12T05:32:08.366Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6831fc5-aca2-47a6-adee-c34dfd3abfef 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-12T05:32:08.496Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T05:32:08.498Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-12T05:32:08.499Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-12T05:32:08.499Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8764ab43-2eb6-48dd-a4ee-704c8e17636d from URL: /sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:08.499Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-12T05:32:08.500Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:08.634Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-12T05:32:08.640Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 8764ab43-2eb6-48dd-a4ee-704c8e17636d 87789 2023-01-12T05:32:08.640Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar ASDC sendASDCNotification 2023-01-12T05:32:08.640Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:08.640Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:32:08.641Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:32:08.643Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:32:08.643Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501528640, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:32:08.743Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:32:08.744Z||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-12T05:32:08.744Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:32:08.787Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:32:08.788Z||pool-48-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:32:09.651Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T05:32:09.653Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-12T05:32:09.653Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8764ab43-2eb6-48dd-a4ee-704c8e17636d, URL: /sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar to file: /app/ASDC/1/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:09.654Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:09.654Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:09.655Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:09.908Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3849879444281297059/Definitions/service-DemoPnf1s6k6fokwxl7hf7obrtg-template.yml 2023-01-12T05:32:11.081Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-12T05:32:11.081Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-12T05:32:11.082Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:11.082Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-12T05:32:11.082Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|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-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:11.082Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|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-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:11.083Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|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-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:11.083Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|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-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:11.083Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|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-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:11.083Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e4dedafe-fe2a 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-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:11.084Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|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-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:11.084Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-12T05:32:11.084Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:32:11.085Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:32:11.085Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Node template pNF e4dedafe-fe2a 0 is matching search criteria 2023-01-12T05:32:11.086Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-12T05:32:11.086Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF e4dedafe-fe2a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T05:32:11.086Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:32:11.087Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:32:11.087Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Node template pNF e4dedafe-fe2a 0 is matching search criteria 2023-01-12T05:32:11.087Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-12T05:32:11.087Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF e4dedafe-fe2a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T05:32:11.088Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:32:11.088Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:32:11.088Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:32:11.089Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:32:11.089Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:32:11.089Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:32:11.090Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:32:11.090Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:32:11.090Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:32:11.090Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:32:11.091Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_1s6k6FOkWXL7Hf7OBRTG Description:catalog service description Model UUID:f6831fc5-aca2-47a6-adee-c34dfd3abfef Model Version:NULL Model InvariantUuid:3bd0e1d0-944d-4548-baf7-578cca9bb70d 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-12T05:32:11.120Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: b22435e7-1430-432b-8873-b45868dc4f48 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-12T05:32:11.125Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||pNF e4dedafe-fe2a 0 2023-01-12T05:32:11.125Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b22435e7-1430-432b-8873-b45868dc4f48 2023-01-12T05:32:11.125Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||No resources found for Service: f6831fc5-aca2-47a6-adee-c34dfd3abfef 2023-01-12T05:32:11.125Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f6831fc5-aca2-47a6-adee-c34dfd3abfef 2023-01-12T05:32:11.125Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e4dedafe-fe2a 0 b22435e7-1430-432b-8873-b45868dc4f48 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-12T05:32:11.131Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@232c753a, org.onap.sdc.toscaparser.api.parameters.Input@1b808974, org.onap.sdc.toscaparser.api.parameters.Input@51f862c2, org.onap.sdc.toscaparser.api.parameters.Input@42177108, org.onap.sdc.toscaparser.api.parameters.Input@2d259d5] 2023-01-12T05:32:11.132Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:32:11.132Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:32:11.132Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f6831fc5-aca2-47a6-adee-c34dfd3abfef: pNF e4dedafe-fe2a 2023-01-12T05:32:11.132Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||Processing PNF resource: b22435e7-1430-432b-8873-b45868dc4f48 2023-01-12T05:32:11.133Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:32:11.133Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1s6k6FOkWXL7Hf7OBRTG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:32:11.133Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||Resource customization UUID: 5ff2fd5e-49dd-442e-a0e0-782ba285503f is the same as notified resource customizationUUID: 5ff2fd5e-49dd-442e-a0e0-782ba285503f 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-12T05:32:11.291Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e4dedafe-fe2a b22435e7-1430-432b-8873-b45868dc4f48 0 ASDC deployResourceStructure 2023-01-12T05:32:11.292Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar ASDC sendASDCNotification 2023-01-12T05:32:11.294Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar 2023-01-12T05:32:11.294Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:32:11.294Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:32:11.298Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:32:11.298Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501531292, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:32:11.398Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:32:11.399Z||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-12T05:32:11.400Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:32:11.503Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:32:11.504Z||pool-49-thread-1|||||INFO|500||cambria reply ok (105 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:32:12.299Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T05:32:12.366Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 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-12T05:32:12.383Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T05:32:12.384Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T05:32:12.384Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T05:32:22.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:32:22.443Z||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-12T05:32:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:32:22.507Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:32:22.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T05:32:22.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "multicloud-k8s-id", "timestamp": 1673501472452, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-12T05:32:22.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T05:32:42.385Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T05:32:42.399Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 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-12T05:32:42.402Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T05:32:42.402Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T05:32:42.403Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T05:33:12.403Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T05:33:12.428Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 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-12T05:33:12.432Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T05:33:12.432Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T05:33:12.432Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T05:33:22.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:33:22.443Z||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-12T05:33:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:33:22.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:33:22.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T05:33:22.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501478509, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-12T05:33:22.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T05:33:42.433Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T05:33:42.449Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 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-12T05:33:42.460Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T05:33:42.460Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T05:33:42.460Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T05:34:12.460Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T05:34:12.505Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 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-12T05:34:12.513Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T05:34:12.513Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T05:34:12.513Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T05:34:22.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:34:22.443Z||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-12T05:34:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:34:22.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:34:22.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "multicloud-k8s-id", "timestamp": 1673501472452, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501478509, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:34:22.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "multicloud-k8s-id", "timestamp": 1673501472452, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501478509, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501485265, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.501Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "cds", "timestamp": 1673501484602, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "multicloud-k8s-id", "timestamp": 1673501472452, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501478509, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "cds", "timestamp": 1673501484602, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501478509, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "multicloud-k8s-id", "timestamp": 1673501472452, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "cds", "timestamp": 1673501484602, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501487535, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:34:22.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501478509, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "multicloud-k8s-id", "timestamp": 1673501472452, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "cds", "timestamp": 1673501484602, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "ves-openapi-manager", "timestamp": 1673501488782, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501478509, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:34:22.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "multicloud-k8s-id", "timestamp": 1673501472452, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:34:22.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "cds", "timestamp": 1673501484602, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "ves-openapi-manager", "timestamp": 1673501488782, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501489738, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.526Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "cds", "timestamp": 1673501484602, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "ves-openapi-manager", "timestamp": 1673501488782, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "cds", "timestamp": 1673501484602, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "ves-openapi-manager", "timestamp": 1673501488782, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501491609, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:34:22.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "cds", "timestamp": 1673501484602, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:34:22.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "ves-openapi-manager", "timestamp": 1673501488782, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501492613, "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-12T05:34:22.565Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 2023-01-12T05:34:22.565Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 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-12T05:34:22.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "aai-ml", "timestamp": 1673501493127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "ves-openapi-manager", "timestamp": 1673501488782, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-12T05:34:22.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "cds", "timestamp": 1673501493410, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.583Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "aai-ml", "timestamp": 1673501493127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "ves-openapi-manager", "timestamp": 1673501488782, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "cds", "timestamp": 1673501494416, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-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-12T05:34:22.591Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 2023-01-12T05:34:22.591Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 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-12T05:34:22.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "aai-ml", "timestamp": 1673501493127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "ves-openapi-manager", "timestamp": 1673501488782, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "aai-ml", "timestamp": 1673501493127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "ves-openapi-manager", "timestamp": 1673501497615, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "aai-ml", "timestamp": 1673501493127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "ves-openapi-manager", "timestamp": 1673501498826, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-12T05:34:22.624Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "aai-ml", "timestamp": 1673501493127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "ves-openapi-manager", "timestamp": 1673501499831, "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-12T05:34:22.642Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 2023-01-12T05:34:22.643Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 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-12T05:34:22.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "aai-ml", "timestamp": 1673501493127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "aai-ml", "timestamp": 1673501493127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:34:22.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "cds", "timestamp": 1673501499602, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "multicloud-k8s-id", "timestamp": 1673501492452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "aai-ml", "timestamp": 1673501501878, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "cds", "timestamp": 1673501499602, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "multicloud-k8s-id", "timestamp": 1673501492452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-12T05:34:22.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "cds", "timestamp": 1673501499602, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "multicloud-k8s-id", "timestamp": 1673501492452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-12T05:34:22.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "cds", "timestamp": 1673501499602, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "multicloud-k8s-id", "timestamp": 1673501492452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "cds", "timestamp": 1673501499602, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "multicloud-k8s-id", "timestamp": 1673501492452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-12T05:34:22.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "cds", "timestamp": 1673501499602, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "multicloud-k8s-id", "timestamp": 1673501492452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "aai-ml", "timestamp": 1673501507617, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:34:22.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "cds", "timestamp": 1673501499602, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:34:22.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "multicloud-k8s-id", "timestamp": 1673501492452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:34:22.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "aai-ml", "timestamp": 1673501508621, "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-12T05:34:22.696Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 2023-01-12T05:34:22.696Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 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-12T05:34:22.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "cds", "timestamp": 1673501508028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "multicloud-k8s-id", "timestamp": 1673501508238, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "ves-openapi-manager", "timestamp": 1673501508782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "cds", "timestamp": 1673501509034, "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-12T05:34:22.752Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32dadb79-8137-4bbd-a42a-a7a088294e1c 2023-01-12T05:34:22.752Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32dadb79-8137-4bbd-a42a-a7a088294e1c 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-12T05:34:22.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501508509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "multicloud-k8s-id", "timestamp": 1673501509313, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "ves-openapi-manager", "timestamp": 1673501508782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501508509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "multicloud-k8s-id", "timestamp": 1673501510372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "ves-openapi-manager", "timestamp": 1673501508782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501508509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "multicloud-k8s-id", "timestamp": 1673501511395, "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-12T05:34:22.813Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32dadb79-8137-4bbd-a42a-a7a088294e1c 2023-01-12T05:34:22.813Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32dadb79-8137-4bbd-a42a-a7a088294e1c 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-12T05:34:22.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "ves-openapi-manager", "timestamp": 1673501508782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501508509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "multicloud-k8s-id", "timestamp": 1673501512399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-12T05:34:22.846Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "ves-openapi-manager", "timestamp": 1673501508782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501508509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "ves-openapi-manager", "timestamp": 1673501508782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501508509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "ves-openapi-manager", "timestamp": 1673501508782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501508509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:34:22.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501516349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "multicloud-k8s-id", "timestamp": 1673501513404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "cds", "timestamp": 1673501514602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "multicloud-k8s-id", "timestamp": 1673501513404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-12T05:34:22.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "cds", "timestamp": 1673501514602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "multicloud-k8s-id", "timestamp": 1673501513404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-12T05:34:22.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "cds", "timestamp": 1673501514602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501518886, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:34:22.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8373fb2-c203-4f61-8dee-3d35701daf4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501519234, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T05:34:22.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "multicloud-k8s-id", "timestamp": 1673501513404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-12T05:34:22.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "cds", "timestamp": 1673501514602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501519891, "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-12T05:34:22.863Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32dadb79-8137-4bbd-a42a-a7a088294e1c 2023-01-12T05:34:22.864Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32dadb79-8137-4bbd-a42a-a7a088294e1c 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-12T05:34:22.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "multicloud-k8s-id", "timestamp": 1673501513404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-12T05:34:22.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "cds", "timestamp": 1673501514602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "multicloud-k8s-id", "timestamp": 1673501513404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "cds", "timestamp": 1673501514602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "multicloud-k8s-id", "timestamp": 1673501513404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-12T05:34:22.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "cds", "timestamp": 1673501514602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "multicloud-k8s-id", "timestamp": 1673501513404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "cds", "timestamp": 1673501514602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "multicloud-k8s-id", "timestamp": 1673501513404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:34:22.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "cds", "timestamp": 1673501514602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:34:22.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/resourceInstances/pnfe4dedafefe2a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "cds", "timestamp": 1673501525878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "multicloud-k8s-id", "timestamp": 1673501526012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "cds", "timestamp": 1673501526884, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-12T05:34:22.937Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fd5806e3-ef3e-4eed-81d0-a72684297ec2 2023-01-12T05:34:22.938Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd5806e3-ef3e-4eed-81d0-a72684297ec2 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-12T05:34:22.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "multicloud-k8s-id", "timestamp": 1673501527196, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501482438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:34:22.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "multicloud-k8s-id", "timestamp": 1673501528365, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "ves-openapi-manager", "timestamp": 1673501528782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501528640, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.973Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:34:22.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "multicloud-k8s-id", "timestamp": 1673501529502, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.975Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "ves-openapi-manager", "timestamp": 1673501528782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "aai-ml", "timestamp": 1673501530974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:34:22.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:22.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "ves-openapi-manager", "timestamp": 1673501528782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:22.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:22.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:22.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "multicloud-k8s-id", "timestamp": 1673501530596, "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-12T05:34:22.990Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd5806e3-ef3e-4eed-81d0-a72684297ec2 2023-01-12T05:34:22.990Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd5806e3-ef3e-4eed-81d0-a72684297ec2 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-12T05:34:23.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:23.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501531292, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1s6k6fokwxl7hf7obrtg/1.0/artifacts/service-DemoPnf1s6k6fokwxl7hf7obrtg-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:34:23.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:23.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:23.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "ves-openapi-manager", "timestamp": 1673501528782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:23.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:23.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:23.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "multicloud-k8s-id", "timestamp": 1673501531601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-12T05:34:23.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:23.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:23.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "ves-openapi-manager", "timestamp": 1673501528782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:23.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:23.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:23.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "ves-openapi-manager", "timestamp": 1673501528782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:23.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:23.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:23.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "ves-openapi-manager", "timestamp": 1673501528782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:23.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:23.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:23.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "ves-openapi-manager", "timestamp": 1673501528782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:23.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:23.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:23.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "ves-openapi-manager", "timestamp": 1673501528782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:23.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:23.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:23.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501538509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:23.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:23.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:23.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501538509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:23.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:23.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:23.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "aai-ml", "timestamp": 1673501541740, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:34:23.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:34:23.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:23.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501538509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-12T05:34:23.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-12T05:34:23.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-12T05:34:23.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "aai-ml", "timestamp": 1673501542750, "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-12T05:34:23.041Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32dadb79-8137-4bbd-a42a-a7a088294e1c 2023-01-12T05:34:23.041Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32dadb79-8137-4bbd-a42a-a7a088294e1c 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-12T05:34:42.514Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T05:34:50.221Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 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-12T05:34:50.236Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T05:34:50.237Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-12T05:34:50.237Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-12T05:34:50.237Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-12T05:34:50.237Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:34:50.238Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:34:50.238Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:34:50.238Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:34:50.238Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:34:50.239Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|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-12T05:34:50.267Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-12T05:35:20.267Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 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-12T05:35:20.308Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 and serviceModelVersionId: f6831fc5-aca2-47a6-adee-c34dfd3abfef 2023-01-12T05:35:20.309Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3bd0e1d0-944d-4548-baf7-578cca9bb70d 2023-01-12T05:35:20.310Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3bd0e1d0-944d-4548-baf7-578cca9bb70d/model-vers/model-ver/f6831fc5-aca2-47a6-adee-c34dfd3abfef?depth=0 2023-01-12T05:35:20.315Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-12T05:35:20.377Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|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/3bd0e1d0-944d-4548-baf7-578cca9bb70d/model-vers/model-ver/f6831fc5-aca2-47a6-adee-c34dfd3abfef?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-12T05:35:20.379Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bd0e1d0-944d-4548-baf7-578cca9bb70d/model-vers/model-ver/f6831fc5-aca2-47a6-adee-c34dfd3abfef?depth=0|INFO|500||Invoke 2023-01-12T05:35:20.425Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bd0e1d0-944d-4548-baf7-578cca9bb70d/model-vers/model-ver/f6831fc5-aca2-47a6-adee-c34dfd3abfef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-12T05:35:20.745Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bd0e1d0-944d-4548-baf7-578cca9bb70d/model-vers/model-ver/f6831fc5-aca2-47a6-adee-c34dfd3abfef?depth=0|INFO|500||InvokeReturn 2023-01-12T05:35:20.746Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|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/3bd0e1d0-944d-4548-baf7-578cca9bb70d/model-vers/model-ver/f6831fc5-aca2-47a6-adee-c34dfd3abfef?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 05:35:21 GMT], content-length=[0], vertex-id=[196752], x-aai-txid=[1-aai-resources-230112-05:35:21:306-83373], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-12T05:35:20.746Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-01-12T05:35:20.747Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-12T05:35:20.747Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|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-12T05:35:20.761Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|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-12T05:35:20.761Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aa5fcba8-89cf-4ae6-b842-1908b7aa54a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-12T05:35:20.761Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-12T05:35:20.761Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:20.764Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:20.764Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501720761, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T05:35:20.864Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:35:20.865Z||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-12T05:35:20.865Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:20.910Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:20.911Z||pool-50-thread-1|||||INFO|500||cambria reply ok (47 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-12T05:35:21.781Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:35:21.782Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|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-12T05:35:21.782Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:22.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:35:22.443Z||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-12T05:35:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:22.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:22.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501538509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:22.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:35:22.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:22.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:35:22.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501538509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:22.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:35:22.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:22.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:35:22.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501538509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:22.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:35:22.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:22.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:35:22.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501538509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:22.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:35:22.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:22.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:35:22.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501538509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:22.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:35:22.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:22.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:35:22.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501538509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:35:22.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:35:22.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:22.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:35:22.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501548374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:35:22.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:35:22.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:22.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:35:22.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:22.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:35:22.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501550623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:35:22.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:35:22.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "aai-ml", "timestamp": 1673501523127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:35:22.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-12T05:35:22.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673501551626, "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-12T05:35:22.531Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd5806e3-ef3e-4eed-81d0-a72684297ec2 2023-01-12T05:35:22.532Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd5806e3-ef3e-4eed-81d0-a72684297ec2 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-12T05:35:22.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "aai-ml", "timestamp": 1673501552841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:35:22.606Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:35:22.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "aai-ml", "timestamp": 1673501560868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:35:22.607Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:35:22.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-12T05:35:22.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "aai-ml", "timestamp": 1673501561871, "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-12T05:35:22.642Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd5806e3-ef3e-4eed-81d0-a72684297ec2 2023-01-12T05:35:22.643Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd5806e3-ef3e-4eed-81d0-a72684297ec2 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-12T05:35:26.570Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:26.572Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-12T05:35:26.572Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"32dadb79-8137-4bbd-a42a-a7a088294e1c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e5d302ab-372b-44ee-bf9f-18f8208b41e1","serviceDescription":"service","serviceInvariantUUID":"a5402414-30a6-4bac-818e-bc902c782c96","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"25930ae0-9cf6-4851-90b4-8d8ebf673b0a","resourceInvariantUUID":"ed30bfc2-2813-41fd-9d45-5753dbe97a52","resourceCustomizationUUID":"671c0acc-42c1-4857-a81e-ff6c85982471","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":"MWRkZDJlMWE1NTc1NDAzMjIwODg1YjUxYjA2NDQyZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0023b056-b38b-4649-8f94-46957c13db21","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":"MDk1MGE0ZDU1OWE5ZWYyZTZlNjI3YmUyM2RmMTIxN2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"01b69d04-7931-4b7b-bbaf-c82f6b6318cd","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":"de0bff7b-8e78-4756-b24a-314e1cefa89e","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":"3bcf17e1-c965-4639-a048-7807b1d53619","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":"dbbb0636-4bc8-4bc2-8efb-5aa9e2ddbbda","artifactVersion":"2","generatedFromUUID":"de0bff7b-8e78-4756-b24a-314e1cefa89e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjI1OGM0MWVlNTcwY2FlNWY0OGVjNDQ3NjI4MTk2MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c9e60e0-f381-4788-bcd6-999d01903ce9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWY4NjE0MGI5ZThhNDFhMzhkMTY2MGFhNGI2NjY5YWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a031940-fd11-472c-a76b-ead7ce92ebd2","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-12T05:35:26.575Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:35:26.578Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:26.580Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:26.581Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:26.681Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:35:26.682Z||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-12T05:35:26.682Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:26.731Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:26.732Z||pool-51-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:35:27.581Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:35:27.583Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:27.585Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:27.585Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-12T05:35:27.686Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T05:35:27.687Z||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-12T05:35:27.688Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:27.726Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:27.726Z||pool-52-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:35:28.585Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:35:28.586Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:28.588Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:28.588Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-12T05:35:28.701Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms 2023-01-12T05:35:28.703Z||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-12T05:35:28.703Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:28.788Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:28.789Z||pool-53-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:35:29.597Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:35:29.598Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:29.601Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:29.601Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:29.701Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:35:29.702Z||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-12T05:35:29.702Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:29.740Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:29.740Z||pool-54-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:35:30.602Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:35:30.603Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:30.606Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:30.606Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-12T05:35:30.707Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T05:35:30.708Z||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-12T05:35:30.708Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:30.753Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:30.754Z||pool-55-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:35:31.607Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:35:31.608Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:31.610Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:31.610Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:35:31.710Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:35:31.711Z||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-12T05:35:31.711Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:31.744Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:31.744Z||pool-56-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:35:32.611Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:35:32.612Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:32.614Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:32.614Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:35:32.714Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:35:32.715Z||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-12T05:35:32.715Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:32.740Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:32.740Z||pool-57-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:35:33.615Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "e5d302ab-372b-44ee-bf9f-18f8208b41e1", "serviceDescription": "service", "serviceInvariantUUID": "a5402414-30a6-4bac-818e-bc902c782c96", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "671c0acc-42c1-4857-a81e-ff6c85982471", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "25930ae0-9cf6-4851-90b4-8d8ebf673b0a", "resourceInvariantUUID": "ed30bfc2-2813-41fd-9d45-5753dbe97a52", "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": "MDk1MGE0ZDU1OWE5ZWYyZTZlNjI3YmUyM2RmMTIxN2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "01b69d04-7931-4b7b-bbaf-c82f6b6318cd", "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": "de0bff7b-8e78-4756-b24a-314e1cefa89e", "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": "dbbb0636-4bc8-4bc2-8efb-5aa9e2ddbbda", "generatedFromUUID": "de0bff7b-8e78-4756-b24a-314e1cefa89e" }, "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": "dbbb0636-4bc8-4bc2-8efb-5aa9e2ddbbda", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZWY4NjE0MGI5ZThhNDFhMzhkMTY2MGFhNGI2NjY5YWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7a031940-fd11-472c-a76b-ead7ce92ebd2" } ], "workloadContext": "Production" } 2023-01-12T05:35:33.616Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-12T05:35:33.617Z|aa5fcba8-89cf-4ae6-b842-1908b7aa54a7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5d302ab-372b-44ee-bf9f-18f8208b41e1 ASDC 2023-01-12T05:35:33.618Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:32dadb79-8137-4bbd-a42a-a7a088294e1c ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:e5d302ab-372b-44ee-bf9f-18f8208b41e1 ServiceInvariantUUID:a5402414-30a6-4bac-818e-bc902c782c96 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:7a031940-fd11-472c-a76b-ead7ce92ebd2 ArtifactChecksum:ZWY4NjE0MGI5ZThhNDFhMzhkMTY2MGFhNGI2NjY5YWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:671c0acc-42c1-4857-a81e-ff6c85982471 ResourceInvariantUUID:ed30bfc2-2813-41fd-9d45-5753dbe97a52 ResourceName:basic_vm ResourceType:VF ResourceUUID:25930ae0-9cf6-4851-90b4-8d8ebf673b0a 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:01b69d04-7931-4b7b-bbaf-c82f6b6318cd ArtifactChecksum:MDk1MGE0ZDU1OWE5ZWYyZTZlNjI3YmUyM2RmMTIxN2Q= 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:de0bff7b-8e78-4756-b24a-314e1cefa89e 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:dbbb0636-4bc8-4bc2-8efb-5aa9e2ddbbda 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:dbbb0636-4bc8-4bc2-8efb-5aa9e2ddbbda ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-12T05:35:33.618Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5d302ab-372b-44ee-bf9f-18f8208b41e1 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-12T05:35:33.790Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T05:35:33.791Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-12T05:35:33.791Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-12T05:35:33.792Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7a031940-fd11-472c-a76b-ead7ce92ebd2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-12T05:35:33.792Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-12T05:35:33.792Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-12T05:35:33.983Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-12T05:35:33.987Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7a031940-fd11-472c-a76b-ead7ce92ebd2 74814 2023-01-12T05:35:33.988Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:33.988Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:33.988Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:35:33.989Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:33.991Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:33.991Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501733988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:35:34.091Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:35:34.092Z||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-12T05:35:34.092Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:34.127Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:34.128Z||pool-58-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:35:34.991Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T05:35:34.992Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-12T05:35:34.993Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7a031940-fd11-472c-a76b-ead7ce92ebd2, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-12T05:35:34.993Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-12T05:35:34.994Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-12T05:35:34.994Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-12T05:35:35.219Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6112130292807885169/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-12T05:35:36.585Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-12T05:35:36.585Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-12T05:35:36.585Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-12T05:35:36.585Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-12T05:35:36.586Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|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-BasicVm-csar.csar 2023-01-12T05:35:36.586Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|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-BasicVm-csar.csar 2023-01-12T05:35:36.586Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:36.586Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|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-BasicVm-csar.csar 2023-01-12T05:35:36.586Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|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-BasicVm-csar.csar 2023-01-12T05:35:36.587Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|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-BasicVm-csar.csar 2023-01-12T05:35:36.587Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|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-BasicVm-csar.csar 2023-01-12T05:35:36.587Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-12T05:35:36.587Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:36.587Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:35:36.588Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-12T05:35:36.588Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-12T05:35:36.588Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T05:35:36.589Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:36.589Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:35:36.589Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-12T05:35:36.589Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-12T05:35:36.590Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T05:35:36.590Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:36.590Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:35:36.590Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:36.590Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-12T05:35:36.591Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-12T05:35:36.591Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-12T05:35:36.592Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-12T05:35:36.593Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-12T05:35:36.593Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-12T05:35:36.593Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:36.593Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-12T05:35:36.594Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:36.594Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-12T05:35:36.595Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:35:36.595Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:36.596Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-12T05:35:36.596Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:35:36.596Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:36.596Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-12T05:35:36.597Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:35:36.597Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:36.597Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-12T05:35:36.598Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-12T05:35:36.598Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-12T05:35:36.598Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6a93e4cf-85f8-422f-a49d-cdc82cf7e7f7 2023-01-12T05:35:36.598Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:36.599Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:35:36.599Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:36.599Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:35:36.599Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:36.599Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:35:36.600Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:36.600Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:35:36.600Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:e5d302ab-372b-44ee-bf9f-18f8208b41e1 Model Version:NULL Model InvariantUuid:a5402414-30a6-4bac-818e-bc902c782c96 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:0bfbad8d-ec37-48db-9f07-2b1b2ad4e683 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ed30bfc2-2813-41fd-9d45-5753dbe97a52 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:671c0acc-42c1-4857-a81e-ff6c85982471 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c48da56f-bb4d-413f-853b-00fcb7b7339b ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:bdc452e2-ca65-40b1-816f-886ab1cafa3e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6a93e4cf-85f8-422f-a49d-cdc82cf7e7f7 ModelInvariantUuid:f2362293-c900-47e0-9764-73a9361bf443 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:a5c7e36d-606b-46b5-84a3-8f42e7f1e4d5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:323513bb-a411-4e28-ad77-bc610313fa3b ModelInvariantUuid:7b53149f-1794-4caa-b7c9-7819aa0c082c ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:87fee39b-bf86-4389-af63-4304e830308a 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-12T05:35:36.608Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 25930ae0-9cf6-4851-90b4-8d8ebf673b0a 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-12T05:35:36.611Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||basic_vm 0 2023-01-12T05:35:36.611Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 25930ae0-9cf6-4851-90b4-8d8ebf673b0a 2023-01-12T05:35:36.611Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 01b69d04-7931-4b7b-bbaf-c82f6b6318cd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-12T05:35:36.612Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-12T05:35:36.612Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:36.680Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-12T05:35:36.681Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 01b69d04-7931-4b7b-bbaf-c82f6b6318cd 787 2023-01-12T05:35:36.682Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:36.682Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:36.682Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:35:36.683Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:36.687Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:36.687Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501736682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T05:35:36.788Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:35:36.789Z||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-12T05:35:36.790Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:36.848Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:36.849Z||pool-59-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:35:37.691Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c48da56f-bb4d-413f-853b-00fcb7b7339b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bdc452e2-ca65-40b1-816f-886ab1cafa3e", "vfModuleModelCustomizationUUID": "ef82006a-c992-4806-a933-0d4e70477af5", "isBase": true, "artifacts": [ "de0bff7b-8e78-4756-b24a-314e1cefa89e", "dbbb0636-4bc8-4bc2-8efb-5aa9e2ddbbda" ], "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-12T05:35:37.699Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bdc452e2-ca65-40b1-816f-886ab1cafa3e VfModuleModelInvariantUUID:c48da56f-bb4d-413f-853b-00fcb7b7339b VfModuleModelDescription:NULL Artifacts UUID List:{ de0bff7b-8e78-4756-b24a-314e1cefa89e , dbbb0636-4bc8-4bc2-8efb-5aa9e2ddbbda } 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-12T05:35:37.703Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c48da56f-bb4d-413f-853b-00fcb7b7339b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bdc452e2-ca65-40b1-816f-886ab1cafa3e", "vfModuleModelCustomizationUUID": "ef82006a-c992-4806-a933-0d4e70477af5", "isBase": true, "artifacts": [ "de0bff7b-8e78-4756-b24a-314e1cefa89e", "dbbb0636-4bc8-4bc2-8efb-5aa9e2ddbbda" ], "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-12T05:35:37.703Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bdc452e2-ca65-40b1-816f-886ab1cafa3e VfModuleModelInvariantUUID:c48da56f-bb4d-413f-853b-00fcb7b7339b VfModuleModelDescription:NULL Artifacts UUID List:{ de0bff7b-8e78-4756-b24a-314e1cefa89e , dbbb0636-4bc8-4bc2-8efb-5aa9e2ddbbda } 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-12T05:35:37.704Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: de0bff7b-8e78-4756-b24a-314e1cefa89e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-12T05:35:37.704Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-12T05:35:37.704Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:37.758Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-12T05:35:37.758Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml de0bff7b-8e78-4756-b24a-314e1cefa89e 5033 2023-01-12T05:35:37.759Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:37.759Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:37.759Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:35:37.760Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:37.763Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:37.763Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501737759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T05:35:37.863Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms 2023-01-12T05:35:37.864Z||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-12T05:35:37.864Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:37.891Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:37.892Z||pool-60-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:35:38.789Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dbbb0636-4bc8-4bc2-8efb-5aa9e2ddbbda from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-12T05:35:38.790Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-12T05:35:38.791Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:38.861Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-12T05:35:38.862Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env dbbb0636-4bc8-4bc2-8efb-5aa9e2ddbbda 903 2023-01-12T05:35:38.863Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:38.863Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:38.863Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:35:38.865Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:38.868Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:38.868Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501738862, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-12T05:35:38.969Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T05:35:38.970Z||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-12T05:35:38.971Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:39.007Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:39.007Z||pool-61-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:35:39.872Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e5d302ab-372b-44ee-bf9f-18f8208b41e1 2023-01-12T05:35:39.872Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 25930ae0-9cf6-4851-90b4-8d8ebf673b0a 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-12T05:35:39.906Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d4216d8, org.onap.sdc.toscaparser.api.parameters.Input@13e25c72, org.onap.sdc.toscaparser.api.parameters.Input@2c33c1d5, org.onap.sdc.toscaparser.api.parameters.Input@4620d57d, org.onap.sdc.toscaparser.api.parameters.Input@4bd9ffb7] 2023-01-12T05:35:39.908Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:39.908Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:35:39.909Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-01-12T05:35:39.909Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 671c0acc-42c1-4857-a81e-ff6c85982471 2023-01-12T05:35:39.909Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 671c0acc-42c1-4857-a81e-ff6c85982471 matches Tosca VF Customization UUID: 671c0acc-42c1-4857-a81e-ff6c85982471 2023-01-12T05:35:39.909Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 671c0acc-42c1-4857-a81e-ff6c85982471 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-12T05:35:39.912Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:39.913Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:35:39.914Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 671c0acc-42c1-4857-a81e-ff6c85982471: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-12T05:35:39.914Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@381ddfcf 2023-01-12T05:35:39.914Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:39.915Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-12T05:35:39.915Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ef82006a-c992-4806-a933-0d4e70477af5 2023-01-12T05:35:39.915Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ef82006a-c992-4806-a933-0d4e70477af5 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-12T05:35:39.918Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:39.919Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-12T05:35:39.919Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:35:39.919Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:39.920Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-12T05:35:39.920Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:35:39.920Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:39.920Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-12T05:35:39.921Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-12T05:35:39.921Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-12T05:35:39.921Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6a93e4cf-85f8-422f-a49d-cdc82cf7e7f7 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-12T05:35:39.924Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:39.924Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-12T05:35:39.924Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:35:39.925Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:39.925Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-12T05:35:39.925Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=671c0acc-42c1-4857-a81e-ff6c85982471 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-12T05:35:39.929Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:39.929Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:35:39.929Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e5d302ab-372b-44ee-bf9f-18f8208b41e1: basic_vm 2023-01-12T05:35:39.930Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:39.930Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:35:39.930Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:39.931Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:35:39.931Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:39.931Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:35:39.931Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:39.932Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:35:39.932Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:35:39.932Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:35:39.933Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:40.149Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 25930ae0-9cf6-4851-90b4-8d8ebf673b0a 1 ASDC deployResourceStructure 2023-01-12T05:35:40.150Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:40.150Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:40.151Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:35:40.151Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:40.153Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:40.154Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501740150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-12T05:35:40.254Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:35:40.255Z||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-12T05:35:40.256Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:40.316Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:40.317Z||pool-62-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:35:41.156Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:41.156Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:41.156Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:35:41.157Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:41.159Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:41.159Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501741156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-12T05:35:41.259Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:35:41.260Z||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-12T05:35:41.261Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:41.305Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:41.306Z||pool-63-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:35:42.160Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:42.160Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:42.160Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:35:42.161Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:42.163Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:42.163Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501742160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-12T05:35:42.264Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T05:35:42.284Z||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-12T05:35:42.284Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:42.354Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:42.355Z||pool-64-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:35:43.164Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:43.164Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||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-12T05:35:43.165Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:35:43.165Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:35:43.167Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:35:43.168Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501743163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:35:43.268Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:35:43.271Z||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-12T05:35:43.272Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:35:43.307Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:35:43.308Z||pool-65-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:35:44.169Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32dadb79-8137-4bbd-a42a-a7a088294e1c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T05:35:44.239Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32dadb79-8137-4bbd-a42a-a7a088294e1c 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-12T05:35:44.255Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T05:35:44.255Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-12T05:35:44.255Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-12T05:35:44.256Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-12T05:35:44.256Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:35:44.256Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:35:44.257Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:35:44.257Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:35:44.257Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:35:44.257Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|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-12T05:35:44.278Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-12T05:36:14.278Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32dadb79-8137-4bbd-a42a-a7a088294e1c 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-12T05:36:14.309Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32dadb79-8137-4bbd-a42a-a7a088294e1c and serviceModelVersionId: e5d302ab-372b-44ee-bf9f-18f8208b41e1 2023-01-12T05:36:14.309Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5402414-30a6-4bac-818e-bc902c782c96 2023-01-12T05:36:14.310Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5402414-30a6-4bac-818e-bc902c782c96/model-vers/model-ver/e5d302ab-372b-44ee-bf9f-18f8208b41e1?depth=0 2023-01-12T05:36:14.314Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-12T05:36:14.365Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|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/a5402414-30a6-4bac-818e-bc902c782c96/model-vers/model-ver/e5d302ab-372b-44ee-bf9f-18f8208b41e1?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-12T05:36:14.366Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5402414-30a6-4bac-818e-bc902c782c96/model-vers/model-ver/e5d302ab-372b-44ee-bf9f-18f8208b41e1?depth=0|INFO|500||Invoke 2023-01-12T05:36:14.399Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5402414-30a6-4bac-818e-bc902c782c96/model-vers/model-ver/e5d302ab-372b-44ee-bf9f-18f8208b41e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-12T05:36:14.608Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5402414-30a6-4bac-818e-bc902c782c96/model-vers/model-ver/e5d302ab-372b-44ee-bf9f-18f8208b41e1?depth=0|INFO|500||InvokeReturn 2023-01-12T05:36:14.608Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|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/a5402414-30a6-4bac-818e-bc902c782c96/model-vers/model-ver/e5d302ab-372b-44ee-bf9f-18f8208b41e1?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 05:36:15 GMT], content-length=[0], vertex-id=[184352], x-aai-txid=[0-aai-resources-230112-05:36:15:257-5752], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-12T05:36:14.609Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-01-12T05:36:14.609Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-12T05:36:14.609Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|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-12T05:36:14.623Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|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-12T05:36:14.623Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32dadb79-8137-4bbd-a42a-a7a088294e1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-12T05:36:14.623Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-12T05:36:14.624Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:14.626Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:14.626Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501774623, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T05:36:14.726Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:36:14.727Z||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-12T05:36:14.727Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:14.791Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:14.792Z||pool-66-thread-1|||||INFO|500||cambria reply ok (66 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-12T05:36:15.692Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-12T05:36:15.692Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fd5806e3-ef3e-4eed-81d0-a72684297ec2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7a1b10eb-db54-4047-8599-16a17049ac7e","serviceDescription":"service","serviceInvariantUUID":"497a3f20-f749-4d45-8e12-467a33b9a43e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ebc8359-0a27-4bed-bfa7-c88a9d4e6e3b","resourceInvariantUUID":"859d43c0-81b8-45be-8a9c-3b554267ec90","resourceCustomizationUUID":"69c17623-9477-424f-a834-fea3cfe4fb0a","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":"NGZmZTY0NWEyYmM1MzRiNTQwMDc2YWVmMjYwMjUyNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66d7d881-d65a-4569-9daf-ec579fbd4912","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":"cb8f8b4f-6388-4c75-9158-50daba9816b9","artifactVersion":"2","generatedFromUUID":"f6217bc0-2791-43aa-8e83-9ad617a1e1ee"},{"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":"f6217bc0-2791-43aa-8e83-9ad617a1e1ee","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":"MzYyN2Y2YTU2YzRlZTdmMDlkODkzZjJhMWExMDk4YjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f537a8da-fd64-4a7b-a506-6cf053563b0b","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":"faddaabb-ddfe-4651-805a-a8928566345d","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":"7af07f5a-31ee-48a1-bb65-2e6256c56bfd","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":"4922b62a-6030-4a67-bf78-04f3b99ff162","artifactVersion":"2","generatedFromUUID":"faddaabb-ddfe-4651-805a-a8928566345d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzIxZDZhYjY3YjhiZWM1ZjRhYzBiYmM0MDk1NGNlZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2aa1dd58-296b-44b4-a1f6-f21e912a9a4f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjUzZTUxNmMyNjZjYWU1MDQ1YjQ1Zjg4YTkyYTg2MDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0eb40ee8-b074-4408-850e-91df037cf16e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-12T05:36:15.693Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:36:15.694Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:15.697Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:15.697Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:36:15.797Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:36:15.799Z||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-12T05:36:15.799Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:15.821Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:15.822Z||pool-67-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:16.697Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:36:16.699Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:16.701Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:16.701Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-12T05:36:16.801Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:36:16.802Z||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-12T05:36:16.802Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:16.819Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:16.820Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:36:17.702Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:36:17.703Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:17.707Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:17.707Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-12T05:36:17.807Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T05:36:17.808Z||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-12T05:36:17.808Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:17.822Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:17.822Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:18.708Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:36:18.709Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:18.712Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:18.712Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-12T05:36:18.812Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:36:18.813Z||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-12T05:36:18.813Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:18.858Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:18.859Z||pool-70-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:19.712Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:36:19.713Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:19.743Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:19.743Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-12T05:36:19.816Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms 2023-01-12T05:36:19.817Z||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-12T05:36:19.817Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:19.835Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:19.835Z||pool-71-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:20.744Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:36:20.745Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:20.747Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:20.748Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:36:20.848Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:36:20.849Z||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-12T05:36:20.849Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:20.895Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:20.896Z||pool-72-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:21.749Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:36:21.750Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:21.752Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:21.752Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-12T05:36:21.852Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:36:21.853Z||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-12T05:36:21.854Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:21.882Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:21.883Z||pool-73-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:22.442Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:36:22.443Z|78883831-272f-4b93-a972-730b5610dc33|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-12T05:36:22.444Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:22.484Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:22.486Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:36:22.486Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aa5fcba8-89cf-4ae6-b842-1908b7aa54a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501720761, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T05:36:22.487Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:36:22.752Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:36:22.754Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:22.756Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:22.757Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:36:22.857Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:36:22.857Z||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-12T05:36:22.858Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:22.881Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:22.881Z||pool-74-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:23.757Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T05:36:23.759Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:23.761Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:23.761Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:36:23.862Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T05:36:23.862Z||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-12T05:36:23.863Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:23.891Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:23.891Z||pool-75-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:24.763Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "7a1b10eb-db54-4047-8599-16a17049ac7e", "serviceDescription": "service", "serviceInvariantUUID": "497a3f20-f749-4d45-8e12-467a33b9a43e", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "69c17623-9477-424f-a834-fea3cfe4fb0a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2ebc8359-0a27-4bed-bfa7-c88a9d4e6e3b", "resourceInvariantUUID": "859d43c0-81b8-45be-8a9c-3b554267ec90", "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": "cb8f8b4f-6388-4c75-9158-50daba9816b9", "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": "f6217bc0-2791-43aa-8e83-9ad617a1e1ee", "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": "MzYyN2Y2YTU2YzRlZTdmMDlkODkzZjJhMWExMDk4YjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f537a8da-fd64-4a7b-a506-6cf053563b0b", "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": "faddaabb-ddfe-4651-805a-a8928566345d", "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": "4922b62a-6030-4a67-bf78-04f3b99ff162", "generatedFromUUID": "faddaabb-ddfe-4651-805a-a8928566345d" }, "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": "4922b62a-6030-4a67-bf78-04f3b99ff162", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YjUzZTUxNmMyNjZjYWU1MDQ1YjQ1Zjg4YTkyYTg2MDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0eb40ee8-b074-4408-850e-91df037cf16e" } ], "workloadContext": "Production" } 2023-01-12T05:36:24.764Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-12T05:36:24.764Z|32dadb79-8137-4bbd-a42a-a7a088294e1c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7a1b10eb-db54-4047-8599-16a17049ac7e ASDC 2023-01-12T05:36:24.764Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:fd5806e3-ef3e-4eed-81d0-a72684297ec2 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:7a1b10eb-db54-4047-8599-16a17049ac7e ServiceInvariantUUID:497a3f20-f749-4d45-8e12-467a33b9a43e 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:0eb40ee8-b074-4408-850e-91df037cf16e ArtifactChecksum:YjUzZTUxNmMyNjZjYWU1MDQ1YjQ1Zjg4YTkyYTg2MDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:69c17623-9477-424f-a834-fea3cfe4fb0a ResourceInvariantUUID:859d43c0-81b8-45be-8a9c-3b554267ec90 ResourceName:basic_cnf ResourceType:VF ResourceUUID:2ebc8359-0a27-4bed-bfa7-c88a9d4e6e3b 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:cb8f8b4f-6388-4c75-9158-50daba9816b9 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:f6217bc0-2791-43aa-8e83-9ad617a1e1ee 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:f537a8da-fd64-4a7b-a506-6cf053563b0b ArtifactChecksum:MzYyN2Y2YTU2YzRlZTdmMDlkODkzZjJhMWExMDk4YjU= 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:faddaabb-ddfe-4651-805a-a8928566345d 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:4922b62a-6030-4a67-bf78-04f3b99ff162 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:4922b62a-6030-4a67-bf78-04f3b99ff162 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-12T05:36:24.764Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a1b10eb-db54-4047-8599-16a17049ac7e 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-12T05:36:24.856Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T05:36:24.857Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-12T05:36:24.857Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-12T05:36:24.858Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0eb40ee8-b074-4408-850e-91df037cf16e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-12T05:36:24.858Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-12T05:36:24.858Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-12T05:36:25.023Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-12T05:36:25.026Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0eb40ee8-b074-4408-850e-91df037cf16e 73682 2023-01-12T05:36:25.027Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:25.027Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:25.027Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:36:25.027Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:25.029Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:25.029Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501785027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:36:25.129Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:36:25.130Z||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-12T05:36:25.130Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:25.162Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:25.162Z||pool-76-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:26.031Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T05:36:26.032Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-12T05:36:26.033Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0eb40ee8-b074-4408-850e-91df037cf16e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-12T05:36:26.033Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-12T05:36:26.033Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-12T05:36:26.033Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-12T05:36:26.197Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11210451331852292723/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-12T05:36:27.740Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-12T05:36:27.741Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-12T05:36:27.741Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-12T05:36:27.741Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-12T05:36:27.741Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:27.742Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:27.742Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:27.742Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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-BasicCnf-csar.csar 2023-01-12T05:36:27.742Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-12T05:36:27.742Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:27.743Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:36:27.743Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-12T05:36:27.743Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-12T05:36:27.743Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T05:36:27.743Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:27.744Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:36:27.744Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-12T05:36:27.744Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-12T05:36:27.744Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T05:36:27.744Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:27.745Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:36:27.745Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:27.745Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-12T05:36:27.745Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-12T05:36:27.745Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-12T05:36:27.746Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-12T05:36:27.746Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:27.746Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-12T05:36:27.746Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:27.746Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-12T05:36:27.747Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:36:27.747Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:27.747Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-12T05:36:27.747Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:36:27.748Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:27.748Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-12T05:36:27.748Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:36:27.748Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:27.748Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-12T05:36:27.749Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-12T05:36:27.749Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=871899c7-a634-496a-b3d7-ee30819dc336 2023-01-12T05:36:27.749Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:27.749Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:36:27.749Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:27.750Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:36:27.750Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:27.750Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:36:27.750Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:27.750Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:36:27.751Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:7a1b10eb-db54-4047-8599-16a17049ac7e Model Version:NULL Model InvariantUuid:497a3f20-f749-4d45-8e12-467a33b9a43e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:70277b29-d188-45db-a07a-00ac0829875a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:859d43c0-81b8-45be-8a9c-3b554267ec90 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:69c17623-9477-424f-a834-fea3cfe4fb0a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a14592ac-9990-44f4-92c3-8c8f8127ae6e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:ceb8482c-3c9a-4a66-8510-63506b45b005 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:871899c7-a634-496a-b3d7-ee30819dc336 ModelInvariantUuid:998c4147-bd83-4096-aeab-dc7ab93ac53a ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:31b53205-972a-41e2-89c6-fc8a39c3ffbb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:0db34552-a8fb-4979-a44a-0253f94e135f ModelInvariantUuid:4684b1f6-e7fd-4bfc-8e37-38c461518ce3 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:f8159cbf-890b-452c-985a-86ba86b48c5f 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-12T05:36:27.757Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ebc8359-0a27-4bed-bfa7-c88a9d4e6e3b 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-12T05:36:27.761Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||basic_cnf 0 2023-01-12T05:36:27.761Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ebc8359-0a27-4bed-bfa7-c88a9d4e6e3b 2023-01-12T05:36:27.761Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cb8f8b4f-6388-4c75-9158-50daba9816b9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-12T05:36:27.761Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-12T05:36:27.761Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:27.813Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-12T05:36:27.814Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env cb8f8b4f-6388-4c75-9158-50daba9816b9 12 2023-01-12T05:36:27.814Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:27.814Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:27.814Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:36:27.814Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:27.816Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:27.817Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501787814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-12T05:36:27.917Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:36:27.918Z||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-12T05:36:27.918Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:27.970Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:27.971Z||pool-77-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":2,"count":1} 2023-01-12T05:36:28.817Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f6217bc0-2791-43aa-8e83-9ad617a1e1ee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-12T05:36:28.818Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-12T05:36:28.818Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:28.861Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-12T05:36:28.861Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz f6217bc0-2791-43aa-8e83-9ad617a1e1ee 2688 2023-01-12T05:36:28.862Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:28.862Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:28.862Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:36:28.863Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:28.864Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:28.864Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501788862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-12T05:36:28.965Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:36:28.966Z||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-12T05:36:28.966Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:28.992Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:28.992Z||pool-78-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:36:29.866Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f537a8da-fd64-4a7b-a506-6cf053563b0b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-12T05:36:29.867Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-12T05:36:29.867Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:29.911Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-12T05:36:29.911Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f537a8da-fd64-4a7b-a506-6cf053563b0b 828 2023-01-12T05:36:29.912Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:29.912Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:29.912Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:36:29.912Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:29.914Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:29.915Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501789911, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T05:36:30.014Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T05:36:30.015Z||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-12T05:36:30.015Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:30.036Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:30.037Z||pool-79-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:30.915Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a14592ac-9990-44f4-92c3-8c8f8127ae6e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ceb8482c-3c9a-4a66-8510-63506b45b005", "vfModuleModelCustomizationUUID": "91b7010a-d73d-4188-9deb-6c46a54623a0", "isBase": true, "artifacts": [ "faddaabb-ddfe-4651-805a-a8928566345d", "f6217bc0-2791-43aa-8e83-9ad617a1e1ee", "4922b62a-6030-4a67-bf78-04f3b99ff162" ], "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-12T05:36:30.919Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ceb8482c-3c9a-4a66-8510-63506b45b005 VfModuleModelInvariantUUID:a14592ac-9990-44f4-92c3-8c8f8127ae6e VfModuleModelDescription:NULL Artifacts UUID List:{ faddaabb-ddfe-4651-805a-a8928566345d , f6217bc0-2791-43aa-8e83-9ad617a1e1ee , 4922b62a-6030-4a67-bf78-04f3b99ff162 } 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-12T05:36:30.921Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a14592ac-9990-44f4-92c3-8c8f8127ae6e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ceb8482c-3c9a-4a66-8510-63506b45b005", "vfModuleModelCustomizationUUID": "91b7010a-d73d-4188-9deb-6c46a54623a0", "isBase": true, "artifacts": [ "faddaabb-ddfe-4651-805a-a8928566345d", "f6217bc0-2791-43aa-8e83-9ad617a1e1ee", "4922b62a-6030-4a67-bf78-04f3b99ff162" ], "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-12T05:36:30.921Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ceb8482c-3c9a-4a66-8510-63506b45b005 VfModuleModelInvariantUUID:a14592ac-9990-44f4-92c3-8c8f8127ae6e VfModuleModelDescription:NULL Artifacts UUID List:{ faddaabb-ddfe-4651-805a-a8928566345d , f6217bc0-2791-43aa-8e83-9ad617a1e1ee , 4922b62a-6030-4a67-bf78-04f3b99ff162 } 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-12T05:36:30.921Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: faddaabb-ddfe-4651-805a-a8928566345d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-12T05:36:30.921Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-12T05:36:30.921Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:30.965Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-12T05:36:30.966Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml faddaabb-ddfe-4651-805a-a8928566345d 1164 2023-01-12T05:36:30.966Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:30.966Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:30.966Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:36:30.966Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:30.968Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:30.968Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501790966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T05:36:31.069Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T05:36:31.070Z||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-12T05:36:31.071Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:31.087Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:31.089Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:31.969Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4922b62a-6030-4a67-bf78-04f3b99ff162 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-12T05:36:31.970Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-12T05:36:31.970Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:32.026Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-12T05:36:32.027Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4922b62a-6030-4a67-bf78-04f3b99ff162 200 2023-01-12T05:36:32.027Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:32.027Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:32.027Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T05:36:32.027Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:32.030Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:32.030Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501792027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-12T05:36:32.130Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:36:32.131Z||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-12T05:36:32.131Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:32.153Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:32.155Z||pool-81-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:33.031Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7a1b10eb-db54-4047-8599-16a17049ac7e 2023-01-12T05:36:33.031Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2ebc8359-0a27-4bed-bfa7-c88a9d4e6e3b ASDC 2023-01-12T05:36:33.043Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-12T05:36:33.057Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e89e626, org.onap.sdc.toscaparser.api.parameters.Input@5c4f1906, org.onap.sdc.toscaparser.api.parameters.Input@1c8d2fa3, org.onap.sdc.toscaparser.api.parameters.Input@a4fef3, org.onap.sdc.toscaparser.api.parameters.Input@51cd8017] 2023-01-12T05:36:33.059Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:33.059Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:36:33.059Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-01-12T05:36:33.060Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 69c17623-9477-424f-a834-fea3cfe4fb0a 2023-01-12T05:36:33.060Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 69c17623-9477-424f-a834-fea3cfe4fb0a matches Tosca VF Customization UUID: 69c17623-9477-424f-a834-fea3cfe4fb0a 2023-01-12T05:36:33.060Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 69c17623-9477-424f-a834-fea3cfe4fb0a 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-12T05:36:33.063Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:33.064Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:36:33.064Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 69c17623-9477-424f-a834-fea3cfe4fb0a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-12T05:36:33.065Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@279fc8a0 2023-01-12T05:36:33.065Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:33.065Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-12T05:36:33.065Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 91b7010a-d73d-4188-9deb-6c46a54623a0 2023-01-12T05:36:33.065Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 91b7010a-d73d-4188-9deb-6c46a54623a0 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-12T05:36:33.069Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:33.070Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-12T05:36:33.070Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:36:33.070Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:33.070Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-12T05:36:33.071Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:36:33.071Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:33.071Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-12T05:36:33.071Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-12T05:36:33.071Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=871899c7-a634-496a-b3d7-ee30819dc336 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-12T05:36:33.073Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:33.074Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-12T05:36:33.074Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T05:36:33.074Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:33.074Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-12T05:36:33.075Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=69c17623-9477-424f-a834-fea3cfe4fb0a 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-12T05:36:33.077Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:33.077Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:36:33.077Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7a1b10eb-db54-4047-8599-16a17049ac7e: basic_cnf 2023-01-12T05:36:33.077Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:33.077Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:36:33.078Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:33.078Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:36:33.078Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:33.078Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:36:33.078Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:33.078Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:36:33.079Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T05:36:33.079Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T05:36:33.079Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:33.210Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2ebc8359-0a27-4bed-bfa7-c88a9d4e6e3b 1 ASDC deployResourceStructure 2023-01-12T05:36:33.211Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:33.211Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:33.212Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-12T05:36:33.212Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:33.214Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:33.214Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501793210, "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-12T05:36:33.315Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T05:36:33.316Z||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-12T05:36:33.316Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:33.334Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:33.334Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:34.215Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:34.216Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:34.216Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-12T05:36:34.216Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:34.218Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:34.218Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501794215, "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-12T05:36:34.318Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:36:34.319Z||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-12T05:36:34.319Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:34.373Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:34.374Z||pool-83-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:35.219Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:35.220Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:35.220Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:36:35.220Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:35.222Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:35.222Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501795219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-12T05:36:35.323Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:36:35.324Z||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-12T05:36:35.324Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:35.360Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:35.360Z||pool-84-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:36:36.223Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:36.224Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:36.225Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:36:36.225Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:36.228Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:36.228Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501796223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-12T05:36:36.329Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T05:36:36.330Z||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-12T05:36:36.330Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:36.361Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:36.361Z||pool-85-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2023-01-12T05:36:37.229Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:37.230Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:37.230Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:36:37.230Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:37.234Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:37.234Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501797229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-12T05:36:37.334Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:36:37.335Z||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-12T05:36:37.335Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:37.385Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:37.386Z||pool-86-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:38.235Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:38.236Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||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-12T05:36:38.236Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T05:36:38.236Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:36:38.239Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:36:38.239Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501798235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:36:38.339Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:36:38.340Z||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-12T05:36:38.340Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:36:38.367Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:36:38.368Z||pool-87-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-01-12T05:36:39.240Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd5806e3-ef3e-4eed-81d0-a72684297ec2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T05:36:39.268Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd5806e3-ef3e-4eed-81d0-a72684297ec2 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-12T05:36:39.281Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T05:36:39.281Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-12T05:36:39.281Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-12T05:36:39.281Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-12T05:36:39.281Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:36:39.282Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:36:39.282Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:36:39.282Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:36:39.282Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T05:36:39.282Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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-12T05:36:39.291Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-12T05:37:09.293Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd5806e3-ef3e-4eed-81d0-a72684297ec2 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-12T05:37:12.228Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd5806e3-ef3e-4eed-81d0-a72684297ec2 and serviceModelVersionId: 7a1b10eb-db54-4047-8599-16a17049ac7e 2023-01-12T05:37:12.236Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 497a3f20-f749-4d45-8e12-467a33b9a43e 2023-01-12T05:37:12.237Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/497a3f20-f749-4d45-8e12-467a33b9a43e/model-vers/model-ver/7a1b10eb-db54-4047-8599-16a17049ac7e?depth=0 2023-01-12T05:37:12.244Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-12T05:37:12.322Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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/497a3f20-f749-4d45-8e12-467a33b9a43e/model-vers/model-ver/7a1b10eb-db54-4047-8599-16a17049ac7e?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-12T05:37:12.323Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/497a3f20-f749-4d45-8e12-467a33b9a43e/model-vers/model-ver/7a1b10eb-db54-4047-8599-16a17049ac7e?depth=0|INFO|500||Invoke 2023-01-12T05:37:12.347Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/497a3f20-f749-4d45-8e12-467a33b9a43e/model-vers/model-ver/7a1b10eb-db54-4047-8599-16a17049ac7e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-12T05:37:12.709Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/497a3f20-f749-4d45-8e12-467a33b9a43e/model-vers/model-ver/7a1b10eb-db54-4047-8599-16a17049ac7e?depth=0|INFO|500||InvokeReturn 2023-01-12T05:37:12.710Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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/497a3f20-f749-4d45-8e12-467a33b9a43e/model-vers/model-ver/7a1b10eb-db54-4047-8599-16a17049ac7e?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 05:37:13 GMT], content-length=[0], vertex-id=[684168], x-aai-txid=[2-aai-resources-230112-05:37:13:204-76971], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-12T05:37:12.710Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-01-12T05:37:12.710Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-12T05:37:12.711Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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-12T05:37:12.723Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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-12T05:37:12.723Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd5806e3-ef3e-4eed-81d0-a72684297ec2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-12T05:37:12.723Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-12T05:37:12.724Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-12T05:37:12.726Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T05:37:12.726Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501832723, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T05:37:12.826Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T05:37:12.827Z||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-12T05:37:12.827Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:37:12.874Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:37:12.874Z||pool-88-thread-1|||||INFO|500||cambria reply ok (47 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-12T05:37:13.756Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:37:13.757Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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-12T05:37:13.757Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:37:22.442Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:37:22.443Z|78883831-272f-4b93-a972-730b5610dc33|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-12T05:37:22.443Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:37:22.482Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:37:22.483Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.484Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:37:22.485Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T05:37:22.485Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.485Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-12T05:37:22.486Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T05:37:22.486Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.486Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-12T05:37:22.486Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T05:37:22.487Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.487Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:37:22.487Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T05:37:22.487Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.487Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-12T05:37:22.487Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T05:37:22.487Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.488Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:37:22.488Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T05:37:22.488Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.488Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:37:22.488Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T05:37:22.488Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.488Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501733988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:37:22.489Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:37:22.489Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.489Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501736682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T05:37:22.489Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:37:22.489Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.489Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501737759, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T05:37:22.489Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:37:22.490Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.490Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501738862, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-12T05:37:22.490Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:37:22.490Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.490Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501740150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-12T05:37:22.490Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:37:22.490Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.491Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501741156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-12T05:37:22.491Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:37:22.491Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.491Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501742160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-12T05:37:22.491Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:37:22.491Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.491Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501743163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:37:22.492Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:37:22.492Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.492Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "32dadb79-8137-4bbd-a42a-a7a088294e1c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501774623, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T05:37:22.492Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:37:22.492Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.492Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:37:22.495Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T05:37:22.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-12T05:37:22.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T05:37:22.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-12T05:37:22.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T05:37:22.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.497Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-12T05:37:22.497Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T05:37:22.497Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.497Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-12T05:37:22.497Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T05:37:22.497Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.497Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T05:37:22.498Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T05:37:22.498Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T05:37:22.498Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-12T05:37:22.498Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T05:37:23.359Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:37:23.360Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:37:23.360Z||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-12T05:37:23.360Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:37:32.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:37:32.964Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:37:32.964Z||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-12T05:37:32.964Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:37:42.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:37:42.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:37:42.557Z||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-12T05:37:42.558Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:37:52.135Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:37:52.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:37:52.138Z||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-12T05:37:52.138Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:38:01.748Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:38:22.438Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:38:22.439Z||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-12T05:38:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:38:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:38:22.442Z||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-12T05:38:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:38:22.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:38:22.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T05:38:22.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T05:38:22.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-12T05:38:32.052Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:39:22.438Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:39:22.439Z||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-12T05:39:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:39:22.441Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:39:22.442Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T05:39:22.443Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:39:22.977Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:39:22.978Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-12T05:39:22.978Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501721781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-12T05:39:22.979Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-12T05:39:22.979Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-12T05:39:22.979Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501785027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T05:39:22.979Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:39:22.979Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-12T05:39:22.979Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501787814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-12T05:39:22.979Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:39:22.980Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-12T05:39:22.980Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501788862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-12T05:39:22.980Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:39:22.980Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-12T05:39:22.980Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501789911, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T05:39:22.980Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:39:22.980Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-12T05:39:22.980Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501790966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T05:39:22.980Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:39:22.980Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-12T05:39:22.981Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501792027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-12T05:39:22.981Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:39:22.981Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-12T05:39:22.981Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501793210, "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-12T05:39:22.981Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:39:22.981Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-12T05:39:22.981Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501794215, "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-12T05:39:22.981Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:39:22.982Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-12T05:39:22.982Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501795219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-12T05:39:22.982Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:39:22.982Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-12T05:39:22.982Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501796223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-12T05:39:22.982Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:39:22.982Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-12T05:39:22.982Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501797229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-12T05:39:22.982Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:39:22.983Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-12T05:39:22.983Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501798235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T05:39:22.983Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:39:22.983Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-12T05:39:22.983Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd5806e3-ef3e-4eed-81d0-a72684297ec2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673501832723, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T05:39:22.983Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T05:39:32.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:40:22.438Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:40:22.439Z||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-12T05:40:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:40:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:40:22.442Z||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-12T05:40:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:40:32.003Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:40:32.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:41:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:41:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T05:41:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:41:22.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:41:22.442Z||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-12T05:41:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:41:32.005Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:41:32.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:42:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:42:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T05:42:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:42:22.441Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:42:22.442Z||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-12T05:42:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:42:32.013Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:42:32.023Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:43:22.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:43:22.443Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:43:22.445Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T05:43:22.445Z||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-12T05:43:22.446Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:43:22.446Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:43:32.018Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:43:32.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:44:22.438Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:44:22.439Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T05:44:22.440Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:44:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:44:22.442Z||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-12T05:44:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:44:32.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:44:32.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:45:22.439Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:45:22.441Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T05:45:22.441Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:45:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:45:22.442Z||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-12T05:45:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:45:32.000Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:45:32.034Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:46:22.438Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:46:22.439Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T05:46:22.439Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:46:22.442Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:46:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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-12T05:46:22.443Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:46:32.010Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:46:32.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:47:22.438Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:47:22.439Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T05:47:22.439Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:47:22.441Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:47:22.442Z||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-12T05:47:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:47:32.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:47:32.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:48:22.438Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:48:22.439Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T05:48:22.439Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:48:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:48:22.442Z||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-12T05:48:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:48:32.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:48:32.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:49:22.438Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:49:22.439Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T05:49:22.440Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:49:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:49:22.442Z||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-12T05:49:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:49:32.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:49:32.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:50:22.438Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:50:22.439Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T05:50:22.439Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:50:22.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:50:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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-12T05:50:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:50:32.020Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:50:32.023Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:51:22.438Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:51:22.440Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T05:51:22.440Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:51:22.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:51:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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-12T05:51:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:51:32.015Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:51:32.015Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:52:22.438Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:52:22.439Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T05:52:22.439Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:52:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:52:22.442Z||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-12T05:52:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:52:32.016Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:52:32.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:53:22.438Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:53:22.440Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T05:53:22.440Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T05:53:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:53:22.443Z||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-12T05:53:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:53:32.002Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:53:32.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:54:22.438Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:54:22.439Z||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-12T05:54:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:54:22.442Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:54:22.443Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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-12T05:54:22.443Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:54:32.002Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:54:32.007Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:55:22.438Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:55:22.439Z||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-12T05:55:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:55:22.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:55:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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-12T05:55:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:55:32.043Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:55:32.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:56:22.438Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:56:22.441Z||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-12T05:56:22.441Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:56:22.441Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:56:22.442Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T05:56:22.442Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:56:32.011Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:56:32.011Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:57:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:57:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T05:57:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:57:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:57:22.442Z||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-12T05:57:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:57:31.998Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:57:32.005Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:58:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:58:22.440Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T05:58:22.441Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:58:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:58:22.442Z||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-12T05:58:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:58:32.038Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:58:32.039Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:59:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:59:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T05:59:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:59:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T05:59:22.442Z||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-12T05:59:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T05:59:31.999Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T05:59:32.050Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:00:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:00:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T06:00:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:00:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:00:22.442Z||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-12T06:00:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:00:32.010Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:00:32.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:01:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:01:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T06:01:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:01:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:01:22.443Z||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-12T06:01:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:01:32.016Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:01:32.021Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:02:22.438Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:02:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T06:02:22.439Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:02:22.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:02:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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-12T06:02:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:02:31.995Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:02:32.009Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:22.438Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:03:22.439Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:03:22.440Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:22.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:03:22.443Z||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-12T06:03:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:22.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:22.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:03:22.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "multicloud-k8s-id", "timestamp": 1673503392452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:03:22.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:03:22.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:03:22.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503398509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:03:22.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:03:22.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:03:22.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "multicloud-k8s-id", "timestamp": 1673503392452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-12T06:03:22.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:03:22.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:03:22.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503398509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T06:03:22.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:03:23.142Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:23.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T06:03:23.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"42e932d4-ae42-4b55-bd7a-cb39f0699a10","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0b850968-07ec-4239-b07f-90da9350bdff","serviceDescription":"service","serviceInvariantUUID":"d4cff7de-c833-46f4-8ba2-cc498e9d382e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1851d7f4-9a36-4341-bbba-eaa46fb62a0e","resourceInvariantUUID":"34a0d275-9d06-4e4b-8619-c218139c7d66","resourceCustomizationUUID":"f153f09f-bfcd-4adf-83b5-f85e814bfe17","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":"NzJmMGQwNjlmNjYxZDUxMzRmZTAzNTg1NDcyZTdiMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bea39804-a459-4c5b-bfd8-e42e51a20b75","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":"NDA0NDZiZWExZWM0YmMzNzRiZjYyYTdkMzdhMmVkNDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"48e0b067-2f26-424c-8b24-8181366372bc","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":"3db3371d-dbc7-40f2-9eb3-e882f9d5ad93","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":"19fdbaa2-91f5-42ff-a5b9-278281b0d4c3","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":"79a020f1-3e32-4670-909c-01cd26b06ca8","artifactVersion":"2","generatedFromUUID":"3db3371d-dbc7-40f2-9eb3-e882f9d5ad93"},{"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":"NWE4OWEyMzg0MzA1OTQyZDZiOGMyMjcxNjQ1ZGQxOWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9fc5f742-4aca-4772-9d0d-2ebf1fcd55ba","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":"NGFkZjk3YWJiY2I1YjhlNjFjM2YxYzM1YTg3NjA0YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32f17e81-e7e0-40af-90e1-8a13a758a87c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDkwODAwY2IwOTg0YmU3NmQ2NjYyNzQwMTk0ZTY5NjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65b9f192-9d75-4cf8-8cfc-647c0091dac7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-12T06:03:23.146Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:03:23.146Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:23.150Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:23.150Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:03:23.251Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T06:03:23.252Z||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-12T06:03:23.252Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:23.266Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:23.267Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:03:24.151Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:03:24.152Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:24.155Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:24.155Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-12T06:03:24.255Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:03:24.257Z||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-12T06:03:24.257Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:24.272Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:24.273Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:03:25.156Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:03:25.157Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:25.159Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:25.159Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-12T06:03:25.260Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:03:25.261Z||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-12T06:03:25.261Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:25.275Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:25.276Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:03:26.161Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:03:26.162Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:26.165Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:26.166Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:03:26.266Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T06:03:26.267Z||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-12T06:03:26.267Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:26.287Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:26.288Z||pool-92-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2023-01-12T06:03:27.166Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:03:27.168Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:27.170Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:27.171Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-12T06:03:27.271Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:03:27.273Z||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-12T06:03:27.274Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:27.302Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:27.303Z||pool-93-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:03:28.172Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:03:28.173Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:28.175Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:28.175Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:03:28.276Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:03:28.277Z||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-12T06:03:28.277Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:28.290Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:28.291Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-12T06:03:29.176Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:03:29.177Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:29.179Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:29.179Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:03:29.279Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:03:29.280Z||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-12T06:03:29.280Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:29.292Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:29.293Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:03:30.180Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:03:30.181Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:30.183Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:30.183Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:03:30.283Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:03:30.284Z||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-12T06:03:30.284Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:30.316Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:30.317Z||pool-96-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2023-01-12T06:03:31.184Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "0b850968-07ec-4239-b07f-90da9350bdff", "serviceDescription": "service", "serviceInvariantUUID": "d4cff7de-c833-46f4-8ba2-cc498e9d382e", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f153f09f-bfcd-4adf-83b5-f85e814bfe17", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1851d7f4-9a36-4341-bbba-eaa46fb62a0e", "resourceInvariantUUID": "34a0d275-9d06-4e4b-8619-c218139c7d66", "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": "NDA0NDZiZWExZWM0YmMzNzRiZjYyYTdkMzdhMmVkNDc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "48e0b067-2f26-424c-8b24-8181366372bc", "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": "3db3371d-dbc7-40f2-9eb3-e882f9d5ad93", "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": "79a020f1-3e32-4670-909c-01cd26b06ca8", "generatedFromUUID": "3db3371d-dbc7-40f2-9eb3-e882f9d5ad93" }, "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": "79a020f1-3e32-4670-909c-01cd26b06ca8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MDkwODAwY2IwOTg0YmU3NmQ2NjYyNzQwMTk0ZTY5NjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65b9f192-9d75-4cf8-8cfc-647c0091dac7" } ], "workloadContext": "Production" } 2023-01-12T06:03:31.185Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-12T06:03:31.185Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0b850968-07ec-4239-b07f-90da9350bdff ASDC 2023-01-12T06:03:31.186Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:42e932d4-ae42-4b55-bd7a-cb39f0699a10 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:0b850968-07ec-4239-b07f-90da9350bdff ServiceInvariantUUID:d4cff7de-c833-46f4-8ba2-cc498e9d382e 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:65b9f192-9d75-4cf8-8cfc-647c0091dac7 ArtifactChecksum:MDkwODAwY2IwOTg0YmU3NmQ2NjYyNzQwMTk0ZTY5NjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f153f09f-bfcd-4adf-83b5-f85e814bfe17 ResourceInvariantUUID:34a0d275-9d06-4e4b-8619-c218139c7d66 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:1851d7f4-9a36-4341-bbba-eaa46fb62a0e 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:48e0b067-2f26-424c-8b24-8181366372bc ArtifactChecksum:NDA0NDZiZWExZWM0YmMzNzRiZjYyYTdkMzdhMmVkNDc= 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:3db3371d-dbc7-40f2-9eb3-e882f9d5ad93 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:79a020f1-3e32-4670-909c-01cd26b06ca8 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:79a020f1-3e32-4670-909c-01cd26b06ca8 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-12T06:03:31.186Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b850968-07ec-4239-b07f-90da9350bdff 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-12T06:03:31.234Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T06:03:31.235Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-12T06:03:31.235Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-12T06:03:31.235Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 65b9f192-9d75-4cf8-8cfc-647c0091dac7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-12T06:03:31.235Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-12T06:03:31.236Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-12T06:03:31.320Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-12T06:03:31.324Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 65b9f192-9d75-4cf8-8cfc-647c0091dac7 82629 2023-01-12T06:03:31.325Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:31.325Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:31.325Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T06:03:31.325Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:31.327Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:31.327Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503411325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T06:03:31.428Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T06:03:31.429Z||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-12T06:03:31.429Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:31.442Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:31.443Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:03:32.328Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T06:03:32.331Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-12T06:03:32.336Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 65b9f192-9d75-4cf8-8cfc-647c0091dac7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-12T06:03:32.337Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-12T06:03:32.338Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-12T06:03:32.338Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-12T06:03:32.594Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9221647127630517494/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-12T06:03:34.094Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-12T06:03:34.095Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-12T06:03:34.095Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-12T06:03:34.095Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-12T06:03:34.096Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:34.096Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-12T06:03:34.096Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:34.096Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-12T06:03:34.096Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-12T06:03:34.096Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-12T06:03:34.096Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:34.097Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-12T06:03:34.097Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:34.097Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:03:34.097Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-12T06:03:34.098Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-12T06:03:34.098Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T06:03:34.098Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:34.098Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:03:34.098Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-12T06:03:34.099Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-12T06:03:34.099Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T06:03:34.099Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:34.099Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:03:34.099Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:34.100Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-12T06:03:34.100Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-12T06:03:34.100Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-12T06:03:34.100Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-12T06:03:34.100Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-12T06:03:34.100Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-12T06:03:34.101Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:34.101Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-12T06:03:34.101Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:34.101Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-12T06:03:34.101Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T06:03:34.102Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:34.102Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-12T06:03:34.102Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T06:03:34.102Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:34.102Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-12T06:03:34.103Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T06:03:34.103Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:34.103Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-12T06:03:34.103Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-12T06:03:34.103Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-12T06:03:34.104Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4feb6e11-4620-40a1-a2d3-b35b894b626f 2023-01-12T06:03:34.104Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:34.104Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:03:34.104Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:34.104Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:03:34.105Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:34.105Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:03:34.105Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:34.105Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:03:34.105Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:0b850968-07ec-4239-b07f-90da9350bdff Model Version:NULL Model InvariantUuid:d4cff7de-c833-46f4-8ba2-cc498e9d382e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:7cda0d31-60ec-4ed7-a254-8e2768a89c68 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:34a0d275-9d06-4e4b-8619-c218139c7d66 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f153f09f-bfcd-4adf-83b5-f85e814bfe17 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ef18041c-c915-4bfc-9c01-2f8f173d3890 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:ea4e3829-c8a4-4556-964c-e69335b53fc6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4feb6e11-4620-40a1-a2d3-b35b894b626f ModelInvariantUuid:1efb0b55-7951-4b83-8fd9-3094ea5d8b9e ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:2873b71d-81b4-4016-b161-d7bb3eec0875 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:88beb8d7-15de-45ad-825b-e03acea97df8 ModelInvariantUuid:b38e3896-3254-47f9-9f56-6f278572d030 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:60eeb524-b0a9-463f-b066-b38f0f728ba6 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-12T06:03:34.117Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1851d7f4-9a36-4341-bbba-eaa46fb62a0e 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-12T06:03:34.123Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2023-01-12T06:03:34.123Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1851d7f4-9a36-4341-bbba-eaa46fb62a0e 2023-01-12T06:03:34.123Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 48e0b067-2f26-424c-8b24-8181366372bc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-12T06:03:34.123Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-12T06:03:34.123Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:34.185Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-12T06:03:34.186Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 48e0b067-2f26-424c-8b24-8181366372bc 792 2023-01-12T06:03:34.186Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:34.187Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:34.187Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T06:03:34.187Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:34.189Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:34.189Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503414186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T06:03:34.289Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T06:03:34.290Z||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-12T06:03:34.290Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:34.308Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:34.308Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-12T06:03:35.190Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ef18041c-c915-4bfc-9c01-2f8f173d3890", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ea4e3829-c8a4-4556-964c-e69335b53fc6", "vfModuleModelCustomizationUUID": "ecb8a343-4791-4dde-abc2-5f58cdd34e5b", "isBase": true, "artifacts": [ "3db3371d-dbc7-40f2-9eb3-e882f9d5ad93", "79a020f1-3e32-4670-909c-01cd26b06ca8" ], "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-12T06:03:35.195Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ea4e3829-c8a4-4556-964c-e69335b53fc6 VfModuleModelInvariantUUID:ef18041c-c915-4bfc-9c01-2f8f173d3890 VfModuleModelDescription:NULL Artifacts UUID List:{ 3db3371d-dbc7-40f2-9eb3-e882f9d5ad93 , 79a020f1-3e32-4670-909c-01cd26b06ca8 } 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-12T06:03:35.204Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ef18041c-c915-4bfc-9c01-2f8f173d3890", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ea4e3829-c8a4-4556-964c-e69335b53fc6", "vfModuleModelCustomizationUUID": "ecb8a343-4791-4dde-abc2-5f58cdd34e5b", "isBase": true, "artifacts": [ "3db3371d-dbc7-40f2-9eb3-e882f9d5ad93", "79a020f1-3e32-4670-909c-01cd26b06ca8" ], "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-12T06:03:35.205Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ea4e3829-c8a4-4556-964c-e69335b53fc6 VfModuleModelInvariantUUID:ef18041c-c915-4bfc-9c01-2f8f173d3890 VfModuleModelDescription:NULL Artifacts UUID List:{ 3db3371d-dbc7-40f2-9eb3-e882f9d5ad93 , 79a020f1-3e32-4670-909c-01cd26b06ca8 } 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-12T06:03:35.205Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3db3371d-dbc7-40f2-9eb3-e882f9d5ad93 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-12T06:03:35.205Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-12T06:03:35.205Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:35.361Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-12T06:03:35.362Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3db3371d-dbc7-40f2-9eb3-e882f9d5ad93 5033 2023-01-12T06:03:35.362Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:35.363Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:35.363Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T06:03:35.363Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:35.366Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:35.367Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503415362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T06:03:35.469Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-12T06:03:35.470Z||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-12T06:03:35.470Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:35.486Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:35.487Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:03:36.367Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79a020f1-3e32-4670-909c-01cd26b06ca8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-12T06:03:36.373Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-12T06:03:36.374Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:36.483Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-12T06:03:36.484Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 79a020f1-3e32-4670-909c-01cd26b06ca8 903 2023-01-12T06:03:36.484Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:36.484Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:36.484Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T06:03:36.485Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:36.487Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:36.488Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503416484, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-12T06:03:36.587Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T06:03:36.588Z||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-12T06:03:36.589Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:36.604Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:36.605Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:03:37.488Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0b850968-07ec-4239-b07f-90da9350bdff 2023-01-12T06:03:37.489Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1851d7f4-9a36-4341-bbba-eaa46fb62a0e 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-12T06:03:37.504Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a42de3e, org.onap.sdc.toscaparser.api.parameters.Input@58772420, org.onap.sdc.toscaparser.api.parameters.Input@155703f5, org.onap.sdc.toscaparser.api.parameters.Input@1b8dffea, org.onap.sdc.toscaparser.api.parameters.Input@67c2618b] 2023-01-12T06:03:37.507Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:37.507Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:03:37.507Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-01-12T06:03:37.508Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f153f09f-bfcd-4adf-83b5-f85e814bfe17 2023-01-12T06:03:37.508Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f153f09f-bfcd-4adf-83b5-f85e814bfe17 matches Tosca VF Customization UUID: f153f09f-bfcd-4adf-83b5-f85e814bfe17 2023-01-12T06:03:37.508Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f153f09f-bfcd-4adf-83b5-f85e814bfe17 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-12T06:03:37.515Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:37.516Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:03:37.517Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f153f09f-bfcd-4adf-83b5-f85e814bfe17: {\"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-12T06:03:37.517Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f9624d0 2023-01-12T06:03:37.518Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:37.518Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-12T06:03:37.518Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ecb8a343-4791-4dde-abc2-5f58cdd34e5b 2023-01-12T06:03:37.519Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ecb8a343-4791-4dde-abc2-5f58cdd34e5b 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-12T06:03:37.522Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:37.522Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-12T06:03:37.523Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T06:03:37.523Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:37.523Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-12T06:03:37.524Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T06:03:37.524Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:37.524Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-12T06:03:37.524Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-12T06:03:37.525Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-12T06:03:37.525Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4feb6e11-4620-40a1-a2d3-b35b894b626f 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-12T06:03:37.532Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:37.533Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-12T06:03:37.533Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T06:03:37.534Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:37.534Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-12T06:03:37.534Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f153f09f-bfcd-4adf-83b5-f85e814bfe17 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-12T06:03:37.536Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:37.537Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:03:37.537Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0b850968-07ec-4239-b07f-90da9350bdff: basic_vm_macro 2023-01-12T06:03:37.537Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:37.537Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:03:37.538Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:37.538Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:03:37.538Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:37.539Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:03:37.539Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:37.539Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:03:37.539Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:03:37.540Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:03:37.540Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:37.710Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1851d7f4-9a36-4341-bbba-eaa46fb62a0e 1 ASDC deployResourceStructure 2023-01-12T06:03:37.710Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:37.711Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:37.711Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T06:03:37.712Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:37.714Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:37.714Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503417710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-12T06:03:37.814Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T06:03:37.815Z||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-12T06:03:37.815Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:37.838Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:37.839Z||pool-101-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2023-01-12T06:03:38.720Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:38.721Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:38.721Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T06:03:38.721Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:38.723Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:38.723Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503418720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-12T06:03:38.824Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:03:38.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-12T06:03:38.824Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:38.836Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:38.836Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:03:39.727Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:39.728Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:39.728Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T06:03:39.728Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:39.744Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:39.744Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503419727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-12T06:03:39.831Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2023-01-12T06:03:39.838Z||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-12T06:03:39.839Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:39.865Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:39.865Z||pool-103-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:03:40.745Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:40.745Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||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-12T06:03:40.746Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T06:03:40.746Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:03:40.748Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:03:40.748Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503420745, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T06:03:40.848Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:03:40.849Z||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-12T06:03:40.849Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:03:40.871Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:03:40.871Z||pool-104-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:03:41.750Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42e932d4-ae42-4b55-bd7a-cb39f0699a10 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:03:41.762Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42e932d4-ae42-4b55-bd7a-cb39f0699a10 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-12T06:03:41.764Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T06:03:41.764Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T06:03:41.765Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T06:04:11.765Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42e932d4-ae42-4b55-bd7a-cb39f0699a10 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:04:11.778Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42e932d4-ae42-4b55-bd7a-cb39f0699a10 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-12T06:04:11.780Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T06:04:11.781Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T06:04:11.781Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T06:04:22.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:04:22.443Z||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-12T06:04:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:04:22.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:04:22.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:04:22.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "multicloud-k8s-id", "timestamp": 1673503392452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-12T06:04:22.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:04:22.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:04:22.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503398509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:04:22.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:04:41.781Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42e932d4-ae42-4b55-bd7a-cb39f0699a10 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:04:41.794Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42e932d4-ae42-4b55-bd7a-cb39f0699a10 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-12T06:04:41.798Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T06:04:41.798Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T06:04:41.799Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T06:05:11.799Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42e932d4-ae42-4b55-bd7a-cb39f0699a10 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:05:11.812Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42e932d4-ae42-4b55-bd7a-cb39f0699a10 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-12T06:05:11.820Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T06:05:11.823Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T06:05:11.824Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T06:05:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:05:22.442Z||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-12T06:05:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:05:22.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:05:23.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "multicloud-k8s-id", "timestamp": 1673503392452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503398509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-12T06:05:23.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "multicloud-k8s-id", "timestamp": 1673503392452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-12T06:05:23.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503398509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-12T06:05:23.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503398509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "multicloud-k8s-id", "timestamp": 1673503392452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "cds", "timestamp": 1673503404602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503398509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "multicloud-k8s-id", "timestamp": 1673503392452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "cds", "timestamp": 1673503404602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-12T06:05:23.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503398509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:05:23.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "multicloud-k8s-id", "timestamp": 1673503392452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:05:23.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "cds", "timestamp": 1673503404602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "cds", "timestamp": 1673503404602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "ves-openapi-manager", "timestamp": 1673503408782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "multicloud-k8s-id", "timestamp": 1673503408549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T06:05:23.024Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503408440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T06:05:23.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "cds", "timestamp": 1673503404602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "ves-openapi-manager", "timestamp": 1673503408782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "multicloud-k8s-id", "timestamp": 1673503409609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T06:05:23.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503402438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:05:23.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "cds", "timestamp": 1673503404602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "ves-openapi-manager", "timestamp": 1673503408782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "multicloud-k8s-id", "timestamp": 1673503410665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-12T06:05:23.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503410923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T06:05:23.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503411325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T06:05:23.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "cds", "timestamp": 1673503404602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "ves-openapi-manager", "timestamp": 1673503408782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "multicloud-k8s-id", "timestamp": 1673503411695, "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-12T06:05:23.043Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42e932d4-ae42-4b55-bd7a-cb39f0699a10 2023-01-12T06:05:23.043Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42e932d4-ae42-4b55-bd7a-cb39f0699a10 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-12T06:05:23.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503411927, "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-12T06:05:23.066Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 42e932d4-ae42-4b55-bd7a-cb39f0699a10 2023-01-12T06:05:23.067Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42e932d4-ae42-4b55-bd7a-cb39f0699a10 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-12T06:05:23.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "cds", "timestamp": 1673503404602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:05:23.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "ves-openapi-manager", "timestamp": 1673503408782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "multicloud-k8s-id", "timestamp": 1673503412700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-12T06:05:23.083Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "aai-ml", "timestamp": 1673503413127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "ves-openapi-manager", "timestamp": 1673503408782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "cds", "timestamp": 1673503413373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T06:05:23.084Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "aai-ml", "timestamp": 1673503413127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503414186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T06:05:23.085Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "ves-openapi-manager", "timestamp": 1673503408782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "aai-ml", "timestamp": 1673503413127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503415362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T06:05:23.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "ves-openapi-manager", "timestamp": 1673503408782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "cds", "timestamp": 1673503415850, "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=? 2023-01-12T06:05:23.099Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 42e932d4-ae42-4b55-bd7a-cb39f0699a10 2023-01-12T06:05:23.100Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42e932d4-ae42-4b55-bd7a-cb39f0699a10 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-12T06:05:23.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "aai-ml", "timestamp": 1673503413127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503416484, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-12T06:05:23.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "aai-ml", "timestamp": 1673503413127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503417710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-12T06:05:23.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "aai-ml", "timestamp": 1673503413127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503418720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-12T06:05:23.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "aai-ml", "timestamp": 1673503413127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "multicloud-k8s-id", "timestamp": 1673503413711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503419727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-12T06:05:23.117Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "aai-ml", "timestamp": 1673503413127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:05:23.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "multicloud-k8s-id", "timestamp": 1673503413711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "cds", "timestamp": 1673503419602, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.118Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503420745, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T06:05:23.119Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "multicloud-k8s-id", "timestamp": 1673503413711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.119Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "aai-ml", "timestamp": 1673503421961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T06:05:23.119Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "cds", "timestamp": 1673503419602, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "multicloud-k8s-id", "timestamp": 1673503413711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "cds", "timestamp": 1673503419602, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "multicloud-k8s-id", "timestamp": 1673503413711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.120Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "cds", "timestamp": 1673503419602, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "multicloud-k8s-id", "timestamp": 1673503413711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "cds", "timestamp": 1673503419602, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "multicloud-k8s-id", "timestamp": 1673503413711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "cds", "timestamp": 1673503419602, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "multicloud-k8s-id", "timestamp": 1673503413711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "cds", "timestamp": 1673503419602, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "multicloud-k8s-id", "timestamp": 1673503413711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:05:23.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "cds", "timestamp": 1673503419602, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "cds", "timestamp": 1673503419602, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:05:23.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "ves-openapi-manager", "timestamp": 1673503428782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503428509, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "ves-openapi-manager", "timestamp": 1673503428782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "aai-ml", "timestamp": 1673503430214, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T06:05:23.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "cds", "timestamp": 1673503429397, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T06:05:23.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503428509, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "ves-openapi-manager", "timestamp": 1673503428782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "aai-ml", "timestamp": 1673503431217, "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-12T06:05:23.134Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 42e932d4-ae42-4b55-bd7a-cb39f0699a10 2023-01-12T06:05:23.134Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42e932d4-ae42-4b55-bd7a-cb39f0699a10 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-12T06:05:23.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "cds", "timestamp": 1673503430662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-12T06:05:23.170Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 493f2152-4b74-4963-a614-e267efa3f5c1 2023-01-12T06:05:23.171Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 493f2152-4b74-4963-a614-e267efa3f5c1 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-12T06:05:23.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503428509, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "ves-openapi-manager", "timestamp": 1673503428782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503428509, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "ves-openapi-manager", "timestamp": 1673503428782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503428509, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "ves-openapi-manager", "timestamp": 1673503428782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503428509, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "ves-openapi-manager", "timestamp": 1673503428782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-12T06:05:23.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503428509, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "ves-openapi-manager", "timestamp": 1673503428782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503428509, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "ves-openapi-manager", "timestamp": 1673503428782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503428509, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:05:23.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "ves-openapi-manager", "timestamp": 1673503438539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T06:05:23.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503438336, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T06:05:23.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "ves-openapi-manager", "timestamp": 1673503439587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-12T06:05:23.190Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "ves-openapi-manager", "timestamp": 1673503440591, "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-12T06:05:23.199Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 493f2152-4b74-4963-a614-e267efa3f5c1 2023-01-12T06:05:23.199Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 493f2152-4b74-4963-a614-e267efa3f5c1 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-12T06:05:23.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503440203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T06:05:23.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503441207, "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-12T06:05:23.229Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 493f2152-4b74-4963-a614-e267efa3f5c1 2023-01-12T06:05:23.229Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 493f2152-4b74-4963-a614-e267efa3f5c1 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-12T06:05:23.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "aai-ml", "timestamp": 1673503443127, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "aai-ml", "timestamp": 1673503443127, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "aai-ml", "timestamp": 1673503443127, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "aai-ml", "timestamp": 1673503443127, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "aai-ml", "timestamp": 1673503443127, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "aai-ml", "timestamp": 1673503443127, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "aai-ml", "timestamp": 1673503443127, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "aai-ml", "timestamp": 1673503443127, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:05:23.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "aai-ml", "timestamp": 1673503443127, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:05:23.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-12T06:05:23.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "aai-ml", "timestamp": 1673503452872, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T06:05:23.251Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "aai-ml", "timestamp": 1673503458441, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T06:05:23.252Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:05:23.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-12T06:05:23.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "aai-ml", "timestamp": 1673503459444, "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-12T06:05:23.262Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 493f2152-4b74-4963-a614-e267efa3f5c1 2023-01-12T06:05:23.263Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 493f2152-4b74-4963-a614-e267efa3f5c1 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-12T06:05:41.824Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42e932d4-ae42-4b55-bd7a-cb39f0699a10 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:05:41.844Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42e932d4-ae42-4b55-bd7a-cb39f0699a10 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-12T06:05:41.848Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T06:05:41.848Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-12T06:05:41.848Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-12T06:05:41.848Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-12T06:05:41.849Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T06:05:41.849Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T06:05:41.849Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T06:05:41.850Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T06:05:41.850Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T06:05:41.850Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-12T06:05:41.858Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-12T06:06:11.859Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 42e932d4-ae42-4b55-bd7a-cb39f0699a10 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-12T06:06:11.868Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 42e932d4-ae42-4b55-bd7a-cb39f0699a10 and serviceModelVersionId: 0b850968-07ec-4239-b07f-90da9350bdff 2023-01-12T06:06:11.870Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4cff7de-c833-46f4-8ba2-cc498e9d382e 2023-01-12T06:06:11.873Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4cff7de-c833-46f4-8ba2-cc498e9d382e/model-vers/model-ver/0b850968-07ec-4239-b07f-90da9350bdff?depth=0 2023-01-12T06:06:11.880Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-12T06:06:11.969Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4cff7de-c833-46f4-8ba2-cc498e9d382e/model-vers/model-ver/0b850968-07ec-4239-b07f-90da9350bdff?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-12T06:06:11.978Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4cff7de-c833-46f4-8ba2-cc498e9d382e/model-vers/model-ver/0b850968-07ec-4239-b07f-90da9350bdff?depth=0|INFO|500||Invoke 2023-01-12T06:06:12.005Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4cff7de-c833-46f4-8ba2-cc498e9d382e/model-vers/model-ver/0b850968-07ec-4239-b07f-90da9350bdff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-12T06:06:12.206Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4cff7de-c833-46f4-8ba2-cc498e9d382e/model-vers/model-ver/0b850968-07ec-4239-b07f-90da9350bdff?depth=0|INFO|500||InvokeReturn 2023-01-12T06:06:12.207Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4cff7de-c833-46f4-8ba2-cc498e9d382e/model-vers/model-ver/0b850968-07ec-4239-b07f-90da9350bdff?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 06:06:12 GMT], content-length=[0], vertex-id=[270464], x-aai-txid=[2-aai-resources-230112-06:06:12:859-16615], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-12T06:06:12.207Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-01-12T06:06:12.208Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-12T06:06:12.208Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-12T06:06:12.213Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-12T06:06:12.213Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 42e932d4-ae42-4b55-bd7a-cb39f0699a10 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-12T06:06:12.213Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-12T06:06:12.213Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:06:12.215Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:06:12.216Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503572213, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T06:06:12.328Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms 2023-01-12T06:06:12.329Z||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-12T06:06:12.329Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:06:12.350Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:06:12.351Z||pool-105-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-12T06:06:13.236Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:06:13.237Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:06:13.237Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:06:17.792Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:06:17.793Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T06:06:17.793Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"493f2152-4b74-4963-a614-e267efa3f5c1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"91f8db24-53cd-4f03-a87f-7f3e87ab70b3","serviceDescription":"service","serviceInvariantUUID":"529948c2-5df0-4520-a362-21575e228f05","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f653a6f2-5394-42e9-bd32-4bd24b1a6a9b","resourceInvariantUUID":"6ce6041c-7092-497b-92f5-31e3573707ee","resourceCustomizationUUID":"76cbc65e-4078-4d0e-89b3-0d44cbe12d91","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":"ODZkMTcyNzZiZmRkYjlkMTc1NTE2OWIwZTI3N2M2MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"20599851-c57c-48ca-9185-5425343e386b","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":"dd52f9f1-c2b3-4d80-985c-2ccfb40ceeae","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":"bf2bd068-8de4-414d-b385-9282d0a8c0b9","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":"NjZmYjI0ZjM4YTg1ZTdjYTg2NGU3MzQ5ZjFiZmFiZmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"36a2a0aa-d370-49a8-980a-ce80be31a835","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":"a96e0cf0-abe3-4f73-aa20-1b89a9fcbde0","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":"112d0e00-571f-4bdd-a3cb-583c07eef62d","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":"aad29229-46c1-4247-b711-effb64a2275b","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":"MjQ2ZWIzNWIwMDQ2OWExN2M4OWY3YjExNzA1ODg5MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"703946fe-746a-48e9-a5a2-4514de6f3c99","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmNlNTBkYzNlYTliODgzMDgzODM1YmRjM2E3Mzg2OTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbc25ee5-5d5b-4d2c-ac26-d80acffa4ec9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-12T06:06:17.796Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:06:17.796Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:06:17.798Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:06:17.798Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:17.902Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-01-12T06:06:17.904Z||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-12T06:06:17.904Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:06:17.953Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:06:17.954Z||pool-106-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:06:18.799Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:06:18.800Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:06:18.801Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:06:18.802Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:18.902Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:06:18.903Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-12T06:06:18.903Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:06:18.967Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:06:18.968Z||pool-107-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":1,"count":1} 2023-01-12T06:06:19.804Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:06:19.805Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:06:19.807Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:06:19.808Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:19.908Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:06:19.908Z||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-12T06:06:19.909Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:06:19.922Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:06:19.923Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:06:20.809Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:06:20.810Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:06:20.813Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:06:20.813Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:20.918Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-01-12T06:06:20.919Z||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-12T06:06:20.920Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:06:20.946Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:06:20.947Z||pool-109-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:06:21.814Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:06:21.816Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:06:21.818Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:06:21.818Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:21.918Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:06:21.919Z||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-12T06:06:21.919Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:06:21.936Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:06:21.937Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-12T06:06:22.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:06:22.442Z||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-12T06:06:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:06:22.819Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:06:22.820Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:06:22.822Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:06:22.822Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.932Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2023-01-12T06:06:22.933Z||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-12T06:06:22.933Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:06:22.958Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:06:22.958Z||pool-111-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:06:22.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:06:22.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "cds", "timestamp": 1673503554602, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503552452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "cds", "timestamp": 1673503554602, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503552452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-12T06:06:22.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "cds", "timestamp": 1673503554602, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503552452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-12T06:06:22.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "cds", "timestamp": 1673503554602, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503552452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "aai-ml", "timestamp": 1673503563127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "cds", "timestamp": 1673503554602, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503552452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-12T06:06:22.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "aai-ml", "timestamp": 1673503563127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "cds", "timestamp": 1673503554602, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503552452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-12T06:06:22.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "aai-ml", "timestamp": 1673503563127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "cds", "timestamp": 1673503554602, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503552452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-12T06:06:22.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "aai-ml", "timestamp": 1673503563127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "cds", "timestamp": 1673503554602, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503552452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "aai-ml", "timestamp": 1673503563127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "cds", "timestamp": 1673503554602, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503552452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "aai-ml", "timestamp": 1673503563127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "cds", "timestamp": 1673503554602, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:06:22.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503552452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:06:22.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "ves-openapi-manager", "timestamp": 1673503568782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "aai-ml", "timestamp": 1673503563127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "ves-openapi-manager", "timestamp": 1673503568782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "cds", "timestamp": 1673503569437, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T06:06:22.993Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:06:22.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503569606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T06:06:22.993Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:06:22.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "aai-ml", "timestamp": 1673503563127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "ves-openapi-manager", "timestamp": 1673503568782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:22.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:22.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503570752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T06:06:22.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:06:22.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:22.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "cds", "timestamp": 1673503570879, "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-12T06:06:23.016Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77653ad6-c58d-43e1-b69f-f70f7273dfd8 2023-01-12T06:06:23.017Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77653ad6-c58d-43e1-b69f-f70f7273dfd8 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-12T06:06:23.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "aai-ml", "timestamp": 1673503563127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "ves-openapi-manager", "timestamp": 1673503568782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503571848, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-12T06:06:23.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:06:23.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "aai-ml", "timestamp": 1673503563127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:06:23.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "42e932d4-ae42-4b55-bd7a-cb39f0699a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503572213, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T06:06:23.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:06:23.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "ves-openapi-manager", "timestamp": 1673503568782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503572996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-12T06:06:23.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:06:23.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "aai-ml", "timestamp": 1673503573929, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T06:06:23.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:06:23.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "ves-openapi-manager", "timestamp": 1673503568782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503574089, "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-12T06:06:23.039Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77653ad6-c58d-43e1-b69f-f70f7273dfd8 2023-01-12T06:06:23.040Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77653ad6-c58d-43e1-b69f-f70f7273dfd8 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-12T06:06:23.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "ves-openapi-manager", "timestamp": 1673503568782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1673503575098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-12T06:06:23.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:06:23.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "ves-openapi-manager", "timestamp": 1673503568782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "ves-openapi-manager", "timestamp": 1673503568782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "ves-openapi-manager", "timestamp": 1673503568782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503578509, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503578509, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503578509, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "aai-ml", "timestamp": 1673503582713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T06:06:23.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:06:23.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:06:23.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503578509, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:06:23.823Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:06:23.823Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:06:23.826Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:06:23.826Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:23.926Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:06:23.927Z||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-12T06:06:23.927Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:06:23.941Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:06:23.941Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:06:24.827Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:06:24.828Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:06:24.830Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:06:24.830Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:06:24.938Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2023-01-12T06:06:24.939Z||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-12T06:06:24.939Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:06:24.967Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:06:24.968Z||pool-113-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2023-01-12T06:06:25.831Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:06:25.832Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:06:25.834Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:06:25.834Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:06:25.934Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T06:06:25.935Z||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-12T06:06:25.935Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:06:25.961Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:06:25.961Z||pool-114-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:06:26.835Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "91f8db24-53cd-4f03-a87f-7f3e87ab70b3", "serviceDescription": "service", "serviceInvariantUUID": "529948c2-5df0-4520-a362-21575e228f05", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "76cbc65e-4078-4d0e-89b3-0d44cbe12d91", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f653a6f2-5394-42e9-bd32-4bd24b1a6a9b", "resourceInvariantUUID": "6ce6041c-7092-497b-92f5-31e3573707ee", "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": "YmNlNTBkYzNlYTliODgzMDgzODM1YmRjM2E3Mzg2OTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dbc25ee5-5d5b-4d2c-ac26-d80acffa4ec9" } ], "workloadContext": "Production" } 2023-01-12T06:06:26.836Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-12T06:06:26.836Z|42e932d4-ae42-4b55-bd7a-cb39f0699a10|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91f8db24-53cd-4f03-a87f-7f3e87ab70b3 ASDC 2023-01-12T06:06:26.837Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:493f2152-4b74-4963-a614-e267efa3f5c1 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:91f8db24-53cd-4f03-a87f-7f3e87ab70b3 ServiceInvariantUUID:529948c2-5df0-4520-a362-21575e228f05 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:dbc25ee5-5d5b-4d2c-ac26-d80acffa4ec9 ArtifactChecksum:YmNlNTBkYzNlYTliODgzMDgzODM1YmRjM2E3Mzg2OTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:76cbc65e-4078-4d0e-89b3-0d44cbe12d91 ResourceInvariantUUID:6ce6041c-7092-497b-92f5-31e3573707ee ResourceName:test-pnf ResourceType:PNF ResourceUUID:f653a6f2-5394-42e9-bd32-4bd24b1a6a9b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-12T06:06:26.837Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91f8db24-53cd-4f03-a87f-7f3e87ab70b3 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-12T06:06:26.886Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T06:06:26.888Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-12T06:06:26.888Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-12T06:06:26.889Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dbc25ee5-5d5b-4d2c-ac26-d80acffa4ec9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-12T06:06:26.889Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-12T06:06:26.889Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-12T06:06:26.966Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-12T06:06:26.974Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dbc25ee5-5d5b-4d2c-ac26-d80acffa4ec9 110870 2023-01-12T06:06:26.974Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||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-12T06:06:26.975Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||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-12T06:06:26.985Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T06:06:26.986Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:06:26.989Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:06:26.989Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503586974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T06:06:27.089Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:06:27.090Z||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-12T06:06:27.090Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:06:27.125Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:06:27.126Z||pool-115-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:06:27.990Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T06:06:27.992Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-12T06:06:27.992Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: dbc25ee5-5d5b-4d2c-ac26-d80acffa4ec9, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-12T06:06:27.992Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-12T06:06:27.993Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-12T06:06:27.993Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-12T06:06:28.184Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12337263785435555269/Definitions/service-TestPnfMacro-template.yml 2023-01-12T06:06:29.200Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-12T06:06:29.201Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-12T06:06:29.201Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-12T06:06:29.201Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-12T06:06:29.201Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||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-12T06:06:29.201Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||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-12T06:06:29.201Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||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-12T06:06:29.202Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||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-12T06:06:29.202Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-12T06:06:29.202Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-12T06:06:29.202Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-12T06:06:29.202Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-12T06:06:29.202Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:06:29.202Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:06:29.203Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-12T06:06:29.203Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-12T06:06:29.203Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T06:06:29.203Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:06:29.204Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:06:29.204Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-12T06:06:29.204Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-12T06:06:29.204Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T06:06:29.204Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:06:29.205Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:06:29.205Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:06:29.205Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:06:29.205Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:06:29.205Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:06:29.205Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:06:29.206Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:06:29.206Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:06:29.206Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:06:29.206Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:91f8db24-53cd-4f03-a87f-7f3e87ab70b3 Model Version:NULL Model InvariantUuid:529948c2-5df0-4520-a362-21575e228f05 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-12T06:06:29.217Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: f653a6f2-5394-42e9-bd32-4bd24b1a6a9b 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-12T06:06:29.223Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||test-pnf 0 2023-01-12T06:06:29.223Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f653a6f2-5394-42e9-bd32-4bd24b1a6a9b 2023-01-12T06:06:29.224Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 91f8db24-53cd-4f03-a87f-7f3e87ab70b3 2023-01-12T06:06:29.224Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 91f8db24-53cd-4f03-a87f-7f3e87ab70b3 2023-01-12T06:06:29.224Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f653a6f2-5394-42e9-bd32-4bd24b1a6a9b 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-12T06:06:29.231Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63ace914, org.onap.sdc.toscaparser.api.parameters.Input@52dfc72e, org.onap.sdc.toscaparser.api.parameters.Input@781254ba, org.onap.sdc.toscaparser.api.parameters.Input@64dd2219, org.onap.sdc.toscaparser.api.parameters.Input@60bd93df] 2023-01-12T06:06:29.232Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:06:29.232Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:06:29.232Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 91f8db24-53cd-4f03-a87f-7f3e87ab70b3: test-pnf 2023-01-12T06:06:29.232Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||Processing PNF resource: f653a6f2-5394-42e9-bd32-4bd24b1a6a9b 2023-01-12T06:06:29.232Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:06:29.233Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:06:29.233Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||Resource customization UUID: 76cbc65e-4078-4d0e-89b3-0d44cbe12d91 is the same as notified resource customizationUUID: 76cbc65e-4078-4d0e-89b3-0d44cbe12d91 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-12T06:06:29.301Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f653a6f2-5394-42e9-bd32-4bd24b1a6a9b 0 ASDC deployResourceStructure 2023-01-12T06:06:29.301Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||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-12T06:06:29.301Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||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-12T06:06:29.302Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T06:06:29.302Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:06:29.304Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:06:29.304Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503589301, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T06:06:29.405Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:06:29.405Z||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-12T06:06:29.406Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:06:29.422Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:06:29.423Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:06:30.306Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 493f2152-4b74-4963-a614-e267efa3f5c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:06:31.013Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 493f2152-4b74-4963-a614-e267efa3f5c1 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-12T06:06:31.028Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T06:06:31.028Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-12T06:06:31.028Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-12T06:06:31.028Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-12T06:06:31.028Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T06:06:31.028Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T06:06:31.028Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T06:06:31.028Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T06:06:31.028Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T06:06:31.029Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-12T06:06:31.043Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-12T06:07:01.044Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 493f2152-4b74-4963-a614-e267efa3f5c1 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-12T06:07:01.084Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 493f2152-4b74-4963-a614-e267efa3f5c1 and serviceModelVersionId: 91f8db24-53cd-4f03-a87f-7f3e87ab70b3 2023-01-12T06:07:01.085Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 529948c2-5df0-4520-a362-21575e228f05 2023-01-12T06:07:01.087Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/529948c2-5df0-4520-a362-21575e228f05/model-vers/model-ver/91f8db24-53cd-4f03-a87f-7f3e87ab70b3?depth=0 2023-01-12T06:07:01.102Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-12T06:07:01.188Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/529948c2-5df0-4520-a362-21575e228f05/model-vers/model-ver/91f8db24-53cd-4f03-a87f-7f3e87ab70b3?depth=0|INFO|500||Invoke 2023-01-12T06:07:01.188Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/529948c2-5df0-4520-a362-21575e228f05/model-vers/model-ver/91f8db24-53cd-4f03-a87f-7f3e87ab70b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/529948c2-5df0-4520-a362-21575e228f05/model-vers/model-ver/91f8db24-53cd-4f03-a87f-7f3e87ab70b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[493f2152-4b74-4963-a614-e267efa3f5c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f428a616-8f47-41e3-b944-3df3248a96a0], X-ECOMP-RequestID=[493f2152-4b74-4963-a614-e267efa3f5c1], X-TransactionId=[], X-ONAP-RequestID=[493f2152-4b74-4963-a614-e267efa3f5c1], Content-Type=[application/merge-patch+json]} 2023-01-12T06:07:01.227Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/529948c2-5df0-4520-a362-21575e228f05/model-vers/model-ver/91f8db24-53cd-4f03-a87f-7f3e87ab70b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-12T06:07:01.568Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/529948c2-5df0-4520-a362-21575e228f05/model-vers/model-ver/91f8db24-53cd-4f03-a87f-7f3e87ab70b3?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/529948c2-5df0-4520-a362-21575e228f05/model-vers/model-ver/91f8db24-53cd-4f03-a87f-7f3e87ab70b3?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 06:07:02 GMT], content-length=[0], vertex-id=[753800], x-aai-txid=[0-aai-resources-230112-06:07:02:095-78531], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-12T06:07:01.569Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/529948c2-5df0-4520-a362-21575e228f05/model-vers/model-ver/91f8db24-53cd-4f03-a87f-7f3e87ab70b3?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-12T06:07:01.569Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/529948c2-5df0-4520-a362-21575e228f05/model-vers/model-ver/91f8db24-53cd-4f03-a87f-7f3e87ab70b3?depth=0|INFO|500||InvokeReturn 2023-01-12T06:07:01.570Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-12T06:07:01.571Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-12T06:07:01.580Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-12T06:07:01.581Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 493f2152-4b74-4963-a614-e267efa3f5c1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-12T06:07:01.581Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-12T06:07:01.582Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:01.585Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:01.585Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503621581, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T06:07:01.685Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-12T06:07:01.686Z||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-12T06:07:01.687Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:01.729Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:01.730Z||pool-117-thread-1|||||INFO|500||cambria reply ok (44 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-12T06:07:02.622Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-12T06:07:02.623Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"77653ad6-c58d-43e1-b69f-f70f7273dfd8","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d74b6127-73c9-435e-a8e0-118cc27ae245","serviceDescription":"service","serviceInvariantUUID":"e1da0802-1744-401d-a16d-4fae2b67a4ff","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d417719a-65a1-40e9-9aae-884e59139c6e","resourceInvariantUUID":"b08c9be2-4ddc-4b85-ac55-4935d7633a53","resourceCustomizationUUID":"b48a65ca-2bc7-4140-86fa-5f0f9f117c4b","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":"ZmQzNWYwN2E3NmMyOWJhMDI5N2ZkYjUxM2I2MWEyZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1c2201d-2f1a-4437-ace7-8827965a92db","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":"NjQ2ZjVjNDY5YzkyZjRkMmM3NmI1Y2VhYzM3ODljZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dac19685-0971-4b57-917c-e34307971637","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":"03e2a6f5-6eaf-4b8f-a332-0ac43d9b9bb0","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":"23560b59-ef8a-4a7f-90a1-26bcf423ba91","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":"212501f0-ec58-4e3a-beb5-34d6e154c1e5","artifactVersion":"2","generatedFromUUID":"76f1c540-920d-4aa1-a837-a37e6cbc3d90"},{"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":"b7688b56-40cd-4830-b847-e7294f706bdc","artifactVersion":"2","generatedFromUUID":"03e2a6f5-6eaf-4b8f-a332-0ac43d9b9bb0"},{"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":"76f1c540-920d-4aa1-a837-a37e6cbc3d90","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":"56c5ead6-e30f-45fe-8475-371dd50072f9","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":"YTdlMDA4YjM2NGY1ZmRkOGUwYjVmZmQ5ZmVlNzE2MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54c5d3d7-4489-494f-a01f-91fe5509907d","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTQ5N2Q5OTUxMDFkMjFiMDBlYTA1M2MzNDA4NmQ4Njc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c15d3201-1df4-408e-b280-ad17a63a34b3","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-12T06:07:02.624Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:07:02.625Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:02.628Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:02.628Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:07:02.728Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:07:02.729Z||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-12T06:07:02.729Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:02.750Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:02.751Z||pool-118-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:07:03.629Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:07:03.630Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:03.632Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:03.632Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-12T06:07:03.733Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T06:07:03.734Z||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-12T06:07:03.734Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:03.769Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:03.770Z||pool-119-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:07:04.633Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:07:04.633Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:04.637Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:04.637Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-12T06:07:04.737Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T06:07:04.737Z||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-12T06:07:04.737Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:04.757Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:04.758Z||pool-120-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:07:05.638Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:07:05.641Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:05.644Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:05.644Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:07:05.744Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-12T06:07:05.745Z||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-12T06:07:05.745Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:05.773Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:05.774Z||pool-121-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:07:06.646Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:07:06.646Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:06.650Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:06.651Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-12T06:07:06.750Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-01-12T06:07:06.752Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-12T06:07:06.752Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:06.776Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:06.777Z||pool-122-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:07:07.663Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:07:07.664Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:07.667Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:07.667Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-12T06:07:07.771Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-01-12T06:07:07.772Z||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-12T06:07:07.772Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:07.795Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:07.796Z||pool-123-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:07:08.668Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:07:08.670Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:08.681Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:08.681Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-12T06:07:08.781Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:07:08.782Z||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-12T06:07:08.782Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:08.797Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:08.797Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-12T06:07:09.682Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:07:09.682Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:09.693Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:09.693Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:07:09.794Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:07:09.799Z||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-12T06:07:09.799Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:09.832Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:09.832Z||pool-125-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:07:10.696Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:07:10.702Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:10.707Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:10.710Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:07:10.807Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-01-12T06:07:10.808Z||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-12T06:07:10.808Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:10.848Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:10.849Z||pool-126-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2023-01-12T06:07:11.711Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-12T06:07:11.720Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:11.734Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:11.734Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:07:11.835Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:07:11.836Z||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-12T06:07:11.836Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:11.883Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:11.884Z||pool-127-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:07:12.736Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "d74b6127-73c9-435e-a8e0-118cc27ae245", "serviceDescription": "service", "serviceInvariantUUID": "e1da0802-1744-401d-a16d-4fae2b67a4ff", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "b48a65ca-2bc7-4140-86fa-5f0f9f117c4b", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d417719a-65a1-40e9-9aae-884e59139c6e", "resourceInvariantUUID": "b08c9be2-4ddc-4b85-ac55-4935d7633a53", "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": "NjQ2ZjVjNDY5YzkyZjRkMmM3NmI1Y2VhYzM3ODljZTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dac19685-0971-4b57-917c-e34307971637", "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": "03e2a6f5-6eaf-4b8f-a332-0ac43d9b9bb0", "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": "b7688b56-40cd-4830-b847-e7294f706bdc", "generatedFromUUID": "03e2a6f5-6eaf-4b8f-a332-0ac43d9b9bb0" }, "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": "212501f0-ec58-4e3a-beb5-34d6e154c1e5", "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": "b7688b56-40cd-4830-b847-e7294f706bdc", "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": "76f1c540-920d-4aa1-a837-a37e6cbc3d90", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTQ5N2Q5OTUxMDFkMjFiMDBlYTA1M2MzNDA4NmQ4Njc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c15d3201-1df4-408e-b280-ad17a63a34b3" } ], "workloadContext": "Production" } 2023-01-12T06:07:12.736Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-12T06:07:12.737Z|493f2152-4b74-4963-a614-e267efa3f5c1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d74b6127-73c9-435e-a8e0-118cc27ae245 ASDC 2023-01-12T06:07:12.737Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:77653ad6-c58d-43e1-b69f-f70f7273dfd8 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:d74b6127-73c9-435e-a8e0-118cc27ae245 ServiceInvariantUUID:e1da0802-1744-401d-a16d-4fae2b67a4ff 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:c15d3201-1df4-408e-b280-ad17a63a34b3 ArtifactChecksum:ZTQ5N2Q5OTUxMDFkMjFiMDBlYTA1M2MzNDA4NmQ4Njc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:b48a65ca-2bc7-4140-86fa-5f0f9f117c4b ResourceInvariantUUID:b08c9be2-4ddc-4b85-ac55-4935d7633a53 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:d417719a-65a1-40e9-9aae-884e59139c6e 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:dac19685-0971-4b57-917c-e34307971637 ArtifactChecksum:NjQ2ZjVjNDY5YzkyZjRkMmM3NmI1Y2VhYzM3ODljZTI= 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:03e2a6f5-6eaf-4b8f-a332-0ac43d9b9bb0 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:b7688b56-40cd-4830-b847-e7294f706bdc 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:212501f0-ec58-4e3a-beb5-34d6e154c1e5 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:b7688b56-40cd-4830-b847-e7294f706bdc 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:76f1c540-920d-4aa1-a837-a37e6cbc3d90 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-12T06:07:12.738Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d74b6127-73c9-435e-a8e0-118cc27ae245 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-12T06:07:12.857Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T06:07:12.859Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-12T06:07:12.859Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-12T06:07:12.859Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c15d3201-1df4-408e-b280-ad17a63a34b3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-12T06:07:12.859Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-12T06:07:12.860Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-12T06:07:13.095Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-12T06:07:13.108Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c15d3201-1df4-408e-b280-ad17a63a34b3 162981 2023-01-12T06:07:13.109Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:13.110Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:13.110Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T06:07:13.111Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:13.114Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:13.115Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503633109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T06:07:13.214Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T06:07:13.216Z||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-12T06:07:13.216Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:13.253Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:13.255Z||pool-128-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:07:14.115Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-12T06:07:14.117Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-12T06:07:14.117Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c15d3201-1df4-408e-b280-ad17a63a34b3, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-12T06:07:14.117Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-12T06:07:14.118Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-12T06:07:14.119Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-12T06:07:14.310Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8732220931694311131/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-12T06:07:15.846Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-12T06:07:15.847Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-12T06:07:15.847Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-12T06:07:15.847Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-12T06:07:15.847Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-12T06:07:15.847Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:15.847Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:15.848Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:15.848Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-12T06:07:15.848Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:15.848Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:07:15.848Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-12T06:07:15.849Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-12T06:07:15.849Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T06:07:15.849Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:15.849Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:07:15.850Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-12T06:07:15.850Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-12T06:07:15.850Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-12T06:07:15.851Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:15.851Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:07:15.852Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:15.852Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-12T06:07:15.852Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-12T06:07:15.853Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-12T06:07:15.853Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-12T06:07:15.853Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:15.853Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-12T06:07:15.853Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:15.854Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-12T06:07:15.854Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T06:07:15.855Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:15.855Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-12T06:07:15.855Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T06:07:15.855Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:15.856Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-12T06:07:15.856Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T06:07:15.856Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:15.856Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-12T06:07:15.856Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T06:07:15.857Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:15.857Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-12T06:07:15.857Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-12T06:07:15.857Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4db894c8-b425-4e21-8b83-7c3b3785fb8f 2023-01-12T06:07:15.857Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:15.858Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:07:15.858Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:15.858Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:07:15.858Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:15.858Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:07:15.858Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:15.859Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:07:15.859Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:d74b6127-73c9-435e-a8e0-118cc27ae245 Model Version:NULL Model InvariantUuid:e1da0802-1744-401d-a16d-4fae2b67a4ff Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:3b728e08-3d55-4891-839a-8d8df4d5a7f9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b08c9be2-4ddc-4b85-ac55-4935d7633a53 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b48a65ca-2bc7-4140-86fa-5f0f9f117c4b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fc9ba23c-8b19-46d6-9de9-c4d61e447156 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:f9ec2688-987d-4b8b-acb9-06bf09fd4dda ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:833e0a38-b3cc-4be9-9bfc-6c3699f02c38 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:ce1ceb67-2a0b-42d7-8628-d7393aa500f2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4db894c8-b425-4e21-8b83-7c3b3785fb8f ModelInvariantUuid:ecd3d40a-c5b1-4393-8c05-4dae7c9e68e2 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:b71f9998-5378-4fea-923f-e9194e504210 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:97894381-7400-4433-a1a4-3c3286b15bd5 ModelInvariantUuid:427094c7-3422-4874-990e-f46ffad5b833 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:0a890ebd-ad88-4f7f-aeb5-27c546bfe0b0 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-12T06:07:15.876Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d417719a-65a1-40e9-9aae-884e59139c6e 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-12T06:07:15.879Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2023-01-12T06:07:15.880Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d417719a-65a1-40e9-9aae-884e59139c6e 2023-01-12T06:07:15.880Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dac19685-0971-4b57-917c-e34307971637 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-12T06:07:15.880Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-12T06:07:15.880Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:15.964Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-12T06:07:15.965Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json dac19685-0971-4b57-917c-e34307971637 1565 2023-01-12T06:07:15.965Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:15.965Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:15.965Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T06:07:15.966Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:15.968Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:15.968Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503635965, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T06:07:16.068Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:07:16.069Z||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-12T06:07:16.070Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:16.091Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:16.092Z||pool-129-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2023-01-12T06:07:16.969Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "833e0a38-b3cc-4be9-9bfc-6c3699f02c38", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ce1ceb67-2a0b-42d7-8628-d7393aa500f2", "vfModuleModelCustomizationUUID": "f049793a-f238-4358-be01-f9b6b2c41f60", "isBase": true, "artifacts": [ "03e2a6f5-6eaf-4b8f-a332-0ac43d9b9bb0", "b7688b56-40cd-4830-b847-e7294f706bdc" ], "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": "fc9ba23c-8b19-46d6-9de9-c4d61e447156", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f9ec2688-987d-4b8b-acb9-06bf09fd4dda", "vfModuleModelCustomizationUUID": "35e464a7-2e0c-44cd-a036-3f9b414d2288", "isBase": false, "artifacts": [ "76f1c540-920d-4aa1-a837-a37e6cbc3d90" ], "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-12T06:07:16.978Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ce1ceb67-2a0b-42d7-8628-d7393aa500f2 VfModuleModelInvariantUUID:833e0a38-b3cc-4be9-9bfc-6c3699f02c38 VfModuleModelDescription:NULL Artifacts UUID List:{ 03e2a6f5-6eaf-4b8f-a332-0ac43d9b9bb0 , b7688b56-40cd-4830-b847-e7294f706bdc } 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:f9ec2688-987d-4b8b-acb9-06bf09fd4dda VfModuleModelInvariantUUID:fc9ba23c-8b19-46d6-9de9-c4d61e447156 VfModuleModelDescription:NULL Artifacts UUID List:{ 76f1c540-920d-4aa1-a837-a37e6cbc3d90 } 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-12T06:07:16.982Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "833e0a38-b3cc-4be9-9bfc-6c3699f02c38", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ce1ceb67-2a0b-42d7-8628-d7393aa500f2", "vfModuleModelCustomizationUUID": "f049793a-f238-4358-be01-f9b6b2c41f60", "isBase": true, "artifacts": [ "03e2a6f5-6eaf-4b8f-a332-0ac43d9b9bb0", "b7688b56-40cd-4830-b847-e7294f706bdc" ], "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": "fc9ba23c-8b19-46d6-9de9-c4d61e447156", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f9ec2688-987d-4b8b-acb9-06bf09fd4dda", "vfModuleModelCustomizationUUID": "35e464a7-2e0c-44cd-a036-3f9b414d2288", "isBase": false, "artifacts": [ "76f1c540-920d-4aa1-a837-a37e6cbc3d90" ], "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-12T06:07:16.983Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ce1ceb67-2a0b-42d7-8628-d7393aa500f2 VfModuleModelInvariantUUID:833e0a38-b3cc-4be9-9bfc-6c3699f02c38 VfModuleModelDescription:NULL Artifacts UUID List:{ 03e2a6f5-6eaf-4b8f-a332-0ac43d9b9bb0 , b7688b56-40cd-4830-b847-e7294f706bdc } 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:f9ec2688-987d-4b8b-acb9-06bf09fd4dda VfModuleModelInvariantUUID:fc9ba23c-8b19-46d6-9de9-c4d61e447156 VfModuleModelDescription:NULL Artifacts UUID List:{ 76f1c540-920d-4aa1-a837-a37e6cbc3d90 } 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-12T06:07:16.983Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 03e2a6f5-6eaf-4b8f-a332-0ac43d9b9bb0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-12T06:07:16.983Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-12T06:07:16.984Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:17.071Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-12T06:07:17.071Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 03e2a6f5-6eaf-4b8f-a332-0ac43d9b9bb0 914 2023-01-12T06:07:17.072Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:17.072Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:17.072Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T06:07:17.072Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:17.074Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:17.075Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503637071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T06:07:17.175Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:07:17.176Z||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-12T06:07:17.176Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:17.194Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:17.196Z||pool-130-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-12T06:07:18.076Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 212501f0-ec58-4e3a-beb5-34d6e154c1e5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-12T06:07:18.082Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-12T06:07:18.082Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:18.241Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-12T06:07:18.242Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 212501f0-ec58-4e3a-beb5-34d6e154c1e5 12 2023-01-12T06:07:18.242Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:18.242Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:18.243Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T06:07:18.243Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:18.246Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:18.246Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503638242, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-12T06:07:18.347Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T06:07:18.349Z||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-12T06:07:18.349Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:18.371Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:18.372Z||pool-131-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:07:19.253Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b7688b56-40cd-4830-b847-e7294f706bdc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-12T06:07:19.253Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-12T06:07:19.253Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:19.313Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-12T06:07:19.313Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env b7688b56-40cd-4830-b847-e7294f706bdc 96 2023-01-12T06:07:19.314Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:19.315Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:19.315Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T06:07:19.315Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:19.318Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:19.318Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503639314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-12T06:07:19.418Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:07:19.419Z||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-12T06:07:19.419Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:19.441Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:19.442Z||pool-132-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:07:20.319Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 76f1c540-920d-4aa1-a837-a37e6cbc3d90 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-12T06:07:20.320Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-12T06:07:20.320Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:20.376Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-12T06:07:20.377Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 76f1c540-920d-4aa1-a837-a37e6cbc3d90 20206 2023-01-12T06:07:20.377Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:20.377Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:20.378Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-12T06:07:20.378Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:20.380Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:20.381Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503640377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-12T06:07:20.484Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-12T06:07:20.484Z||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-12T06:07:20.484Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:20.499Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:20.499Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:07:21.385Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d74b6127-73c9-435e-a8e0-118cc27ae245 2023-01-12T06:07:21.385Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d417719a-65a1-40e9-9aae-884e59139c6e 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-12T06:07:21.430Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cfa33b8, org.onap.sdc.toscaparser.api.parameters.Input@3eea5d9c, org.onap.sdc.toscaparser.api.parameters.Input@5a5f58a4, org.onap.sdc.toscaparser.api.parameters.Input@7ddf0d16, org.onap.sdc.toscaparser.api.parameters.Input@408586e6] 2023-01-12T06:07:21.432Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:21.432Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:07:21.433Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-01-12T06:07:21.433Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b48a65ca-2bc7-4140-86fa-5f0f9f117c4b 2023-01-12T06:07:21.433Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b48a65ca-2bc7-4140-86fa-5f0f9f117c4b matches Tosca VF Customization UUID: b48a65ca-2bc7-4140-86fa-5f0f9f117c4b 2023-01-12T06:07:21.433Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b48a65ca-2bc7-4140-86fa-5f0f9f117c4b 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-12T06:07:21.437Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:21.437Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:07:21.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b48a65ca-2bc7-4140-86fa-5f0f9f117c4b: {\"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-12T06:07:21.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@967d9a7 2023-01-12T06:07:21.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:21.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-12T06:07:21.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 35e464a7-2e0c-44cd-a036-3f9b414d2288 2023-01-12T06:07:21.440Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 35e464a7-2e0c-44cd-a036-3f9b414d2288 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-12T06:07:21.443Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:21.444Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-12T06:07:21.444Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T06:07:21.445Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:21.445Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-12T06:07:21.445Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-12T06:07:21.445Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:21.446Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-12T06:07:21.446Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b48a65ca-2bc7-4140-86fa-5f0f9f117c4b 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-12T06:07:21.449Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:21.449Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:07:21.449Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d74b6127-73c9-435e-a8e0-118cc27ae245: basic_cnf_macro 2023-01-12T06:07:21.450Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:21.450Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:07:21.450Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:21.451Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:07:21.451Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:21.451Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:07:21.452Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:21.452Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:07:21.452Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-12T06:07:21.452Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-12T06:07:21.453Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:21.583Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d417719a-65a1-40e9-9aae-884e59139c6e 2 ASDC deployResourceStructure 2023-01-12T06:07:21.583Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:21.583Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:21.584Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T06:07:21.584Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:21.586Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:21.586Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503641583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-12T06:07:21.686Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:07:21.687Z||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-12T06:07:21.687Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:21.706Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:21.707Z||pool-134-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2023-01-12T06:07:22.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:07:22.443Z||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-12T06:07:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:22.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:22.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:07:22.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:07:22.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-12T06:07:22.587Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:22.588Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:22.588Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T06:07:22.588Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:22.591Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:22.591Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503642587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-12T06:07:22.691Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:07:22.692Z||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-12T06:07:22.692Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:22.711Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:22.713Z||pool-135-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:07:23.595Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:23.596Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:23.596Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-12T06:07:23.596Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:23.598Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:23.598Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503643595, "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-12T06:07:23.699Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-12T06:07:23.700Z||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-12T06:07:23.700Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:23.714Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:23.714Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-12T06:07:24.600Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:24.600Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:24.600Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T06:07:24.601Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:24.603Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:24.603Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503644600, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-12T06:07:24.704Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-12T06:07:24.704Z||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-12T06:07:24.704Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:24.721Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:24.722Z||pool-137-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:07:25.607Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:25.609Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:25.609Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-12T06:07:25.609Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:25.615Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:25.616Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503645607, "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-12T06:07:25.712Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-01-12T06:07:25.712Z||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-12T06:07:25.713Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:25.728Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:25.729Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-12T06:07:26.617Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:26.617Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||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-12T06:07:26.617Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-12T06:07:26.617Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:07:26.619Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:07:26.620Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503646617, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T06:07:26.720Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:07:26.720Z||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-12T06:07:26.721Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:07:26.740Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:07:26.740Z||pool-139-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-12T06:07:27.623Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77653ad6-c58d-43e1-b69f-f70f7273dfd8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:07:27.648Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77653ad6-c58d-43e1-b69f-f70f7273dfd8 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-12T06:07:27.651Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T06:07:27.652Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T06:07:27.652Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T06:07:57.652Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77653ad6-c58d-43e1-b69f-f70f7273dfd8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:07:57.665Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77653ad6-c58d-43e1-b69f-f70f7273dfd8 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-12T06:07:57.671Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T06:07:57.672Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T06:07:57.672Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T06:08:22.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:08:22.443Z||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-12T06:08:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:08:22.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:08:22.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-12T06:08:22.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "aai-ml", "timestamp": 1673503583716, "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-12T06:08:22.532Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 77653ad6-c58d-43e1-b69f-f70f7273dfd8 2023-01-12T06:08:22.533Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77653ad6-c58d-43e1-b69f-f70f7273dfd8 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-12T06:08:27.672Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77653ad6-c58d-43e1-b69f-f70f7273dfd8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:08:27.687Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77653ad6-c58d-43e1-b69f-f70f7273dfd8 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-12T06:08:27.690Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T06:08:27.690Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-12T06:08:27.691Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T06:08:27.691Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T06:08:57.691Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77653ad6-c58d-43e1-b69f-f70f7273dfd8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:08:57.704Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77653ad6-c58d-43e1-b69f-f70f7273dfd8 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-12T06:08:57.708Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T06:08:57.708Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-12T06:08:57.708Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-12T06:08:57.708Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-12T06:09:22.442Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:09:22.443Z|78883831-272f-4b93-a972-730b5610dc33|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-12T06:09:22.443Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:09:22.477Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:09:22.478Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.478Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503578509, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-12T06:09:22.479Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.479Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.480Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-12T06:09:22.480Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.480Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.480Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503578509, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-12T06:09:22.480Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.480Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.480Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:09:22.480Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.481Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.481Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503578509, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-12T06:09:22.481Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.481Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.481Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:09:22.481Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.481Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.481Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503578509, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:09:22.481Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.481Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.482Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503586974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T06:09:22.482Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:09:22.482Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.482Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503578509, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:09:22.482Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.482Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.482Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503578509, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:09:22.483Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.483Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.483Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503589301, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T06:09:22.483Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:09:22.483Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.483Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503589321, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T06:09:22.483Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:09:22.484Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.484Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503591615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T06:09:22.484Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:09:22.484Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.484Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673503592619, "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-12T06:09:22.498Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77653ad6-c58d-43e1-b69f-f70f7273dfd8 2023-01-12T06:09:22.499Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77653ad6-c58d-43e1-b69f-f70f7273dfd8 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-12T06:09:22.510Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.510Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "493f2152-4b74-4963-a614-e267efa3f5c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503621581, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T06:09:22.511Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:09:22.511Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.511Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:09:22.512Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.512Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.512Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-12T06:09:22.512Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.512Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.512Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-12T06:09:22.512Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.512Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.513Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-12T06:09:22.513Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.513Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.513Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-12T06:09:22.513Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.513Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.514Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-12T06:09:22.514Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.514Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.514Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-12T06:09:22.514Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.514Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.514Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-12T06:09:22.515Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.515Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.515Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-12T06:09:22.515Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.515Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.515Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503573236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-12T06:09:22.515Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-12T06:09:22.516Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.516Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503633109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-12T06:09:22.516Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:09:22.516Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.516Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503635965, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-12T06:09:22.516Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:09:22.516Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.516Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503637071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-12T06:09:22.517Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:09:22.517Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.517Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503638242, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-12T06:09:22.517Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:09:22.517Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.517Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503639314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-12T06:09:22.518Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:09:22.518Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.518Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503640377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-12T06:09:22.518Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:09:22.518Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:09:22.518Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503641583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-12T06:09:22.518Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:09:27.709Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77653ad6-c58d-43e1-b69f-f70f7273dfd8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T06:09:27.722Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77653ad6-c58d-43e1-b69f-f70f7273dfd8 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-12T06:09:27.725Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-12T06:09:27.725Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-12T06:09:27.726Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-12T06:09:27.726Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-12T06:09:27.726Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T06:09:27.726Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T06:09:27.727Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T06:09:27.727Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T06:09:27.727Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-12T06:09:27.727Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-12T06:09:27.734Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-12T06:09:57.734Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77653ad6-c58d-43e1-b69f-f70f7273dfd8 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-12T06:09:57.743Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77653ad6-c58d-43e1-b69f-f70f7273dfd8 and serviceModelVersionId: d74b6127-73c9-435e-a8e0-118cc27ae245 2023-01-12T06:09:57.743Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1da0802-1744-401d-a16d-4fae2b67a4ff 2023-01-12T06:09:57.744Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1da0802-1744-401d-a16d-4fae2b67a4ff/model-vers/model-ver/d74b6127-73c9-435e-a8e0-118cc27ae245?depth=0 2023-01-12T06:09:57.749Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-12T06:09:57.802Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1da0802-1744-401d-a16d-4fae2b67a4ff/model-vers/model-ver/d74b6127-73c9-435e-a8e0-118cc27ae245?depth=0|INFO|500||Invoke 2023-01-12T06:09:57.802Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1da0802-1744-401d-a16d-4fae2b67a4ff/model-vers/model-ver/d74b6127-73c9-435e-a8e0-118cc27ae245?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1da0802-1744-401d-a16d-4fae2b67a4ff/model-vers/model-ver/d74b6127-73c9-435e-a8e0-118cc27ae245?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[77653ad6-c58d-43e1-b69f-f70f7273dfd8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bff36c9c-eb01-452a-bfdc-705198f76110], X-ECOMP-RequestID=[77653ad6-c58d-43e1-b69f-f70f7273dfd8], X-TransactionId=[], X-ONAP-RequestID=[77653ad6-c58d-43e1-b69f-f70f7273dfd8], Content-Type=[application/merge-patch+json]} 2023-01-12T06:09:57.825Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1da0802-1744-401d-a16d-4fae2b67a4ff/model-vers/model-ver/d74b6127-73c9-435e-a8e0-118cc27ae245?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-12T06:09:57.959Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1da0802-1744-401d-a16d-4fae2b67a4ff/model-vers/model-ver/d74b6127-73c9-435e-a8e0-118cc27ae245?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/e1da0802-1744-401d-a16d-4fae2b67a4ff/model-vers/model-ver/d74b6127-73c9-435e-a8e0-118cc27ae245?depth=0 has http status code:200 and response headers:{date=[Thu, 12 Jan 2023 06:09:58 GMT], content-length=[0], vertex-id=[237616], x-aai-txid=[1-aai-resources-230112-06:09:58:678-95559], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-12T06:09:57.960Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1da0802-1744-401d-a16d-4fae2b67a4ff/model-vers/model-ver/d74b6127-73c9-435e-a8e0-118cc27ae245?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-12T06:09:57.961Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1da0802-1744-401d-a16d-4fae2b67a4ff/model-vers/model-ver/d74b6127-73c9-435e-a8e0-118cc27ae245?depth=0|INFO|500||InvokeReturn 2023-01-12T06:09:57.962Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-12T06:09:57.962Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-12T06:09:57.969Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-12T06:09:57.969Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77653ad6-c58d-43e1-b69f-f70f7273dfd8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-12T06:09:57.970Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-12T06:09:57.971Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-12T06:09:57.973Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-12T06:09:57.973Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503797970, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T06:09:58.073Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-12T06:09:58.075Z||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-12T06:09:58.075Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:09:58.093Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:09:58.094Z||pool-140-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-12T06:09:59.089Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:09:59.090Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:09:59.090Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:10:09.513Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:10:09.514Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:10:09.514Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:10:09.514Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:10:19.127Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:10:19.127Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:10:19.128Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:10:19.128Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:10:22.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:10:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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-12T06:10:22.443Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:10:22.494Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:10:22.495Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:10:22.495Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503642587, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-12T06:10:22.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:10:22.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:10:22.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503643595, "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-12T06:10:22.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:10:22.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:10:22.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503644600, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-12T06:10:22.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:10:22.496Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:10:22.497Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503645607, "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-12T06:10:22.497Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:10:22.497Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-12T06:10:22.497Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503646617, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-12T06:10:22.497Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:10:28.742Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:10:28.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:10:28.744Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:10:28.744Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:10:38.332Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:10:38.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:10:38.333Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:10:38.333Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:10:47.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:10:47.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:10:47.890Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:10:47.891Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:10:57.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:11:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:11:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:11:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:11:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:11:22.442Z||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-12T06:11:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:11:22.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:11:22.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-12T06:11:22.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77653ad6-c58d-43e1-b69f-f70f7273dfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673503797970, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-12T06:11:22.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-12T06:11:31.999Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:12:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:12:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:12:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:12:22.441Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:12:22.442Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T06:12:22.442Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:12:32.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:12:32.005Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:13:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:13:22.438Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:13:22.438Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:13:22.442Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:13:22.442Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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-12T06:13:22.442Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:13:31.991Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:13:31.999Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:14:22.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:14:22.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:14:22.439Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:14:22.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:14:22.442Z||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-12T06:14:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:14:32.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:14:32.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:15:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:15:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:15:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:15:22.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:15:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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-12T06:15:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:15:32.050Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:15:32.061Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:16:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:16:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:16:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:16:22.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:16:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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-12T06:16:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:16:32.008Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:16:32.011Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:17:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:17:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:17:22.442Z||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-12T06:17:22.442Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:17:22.443Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:17:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:17:32.062Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:17:32.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:18:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:18:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:18:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:18:22.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:18:22.442Z||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-12T06:18:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:18:32.051Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:18:32.071Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:19:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:19:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:19:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:19:22.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:19:22.443Z||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-12T06:19:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:19:32.012Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:19:32.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:20:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:20:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:20:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:20:22.441Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:20:22.442Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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-12T06:20:22.442Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:20:32.008Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:20:32.018Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:21:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:21:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:21:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:21:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:21:22.442Z||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-12T06:21:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:21:32.009Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:21:32.010Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:22:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:22:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:22:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:22:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:22:22.442Z||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-12T06:22:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:22:32.003Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:22:32.032Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:23:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:23:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:23:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:23:22.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:23:22.442Z||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-12T06:23:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:23:32.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:23:32.028Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:24:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:24:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:24:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:24:22.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:24:22.442Z||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-12T06:24:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:24:32.014Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:24:32.051Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:25:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:25:22.440Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:25:22.440Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:25:22.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:25:22.443Z||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-12T06:25:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:25:32.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:25:32.015Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:26:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:26:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:26:22.440Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:26:22.442Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:26:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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-12T06:26:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:26:32.007Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:26:32.007Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:27:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:27:22.440Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:27:22.440Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:27:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:27:22.442Z||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-12T06:27:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:27:32.017Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:27:32.017Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:28:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:28:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:28:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:28:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:28:22.442Z||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-12T06:28:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:28:31.995Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:28:31.996Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:29:22.438Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:29:22.439Z||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-12T06:29:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:29:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:29:22.442Z||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-12T06:29:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:29:32.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:29:32.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:30:22.438Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:30:22.441Z||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-12T06:30:22.441Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:30:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:30:22.442Z||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-12T06:30:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:30:32.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:30:32.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:31:22.438Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:31:22.439Z||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-12T06:31:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:31:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:31:22.442Z||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-12T06:31:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:31:32.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:31:32.019Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:32:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:32:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:32:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:32:22.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:32:22.442Z||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-12T06:32:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:32:32.005Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:32:32.008Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:33:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:33:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:33:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:33:22.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:33:22.442Z||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-12T06:33:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:33:32.053Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:33:32.076Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:34:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:34:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:34:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:34:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:34:22.442Z||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-12T06:34:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:34:32.026Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:34:32.026Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:35:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:35:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:35:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:35:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:35:22.442Z||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-12T06:35:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:35:32.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:35:32.105Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:36:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:36:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:36:22.440Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:36:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:36:22.442Z||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-12T06:36:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:36:32.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:36:32.046Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:37:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:37:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:37:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:37:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:37:22.442Z||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-12T06:37:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:37:32.040Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:37:32.067Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:38:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:38:22.440Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:38:22.440Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:38:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:38:22.442Z||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-12T06:38:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:38:32.036Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:38:32.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:39:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:39:22.440Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:39:22.440Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:39:22.446Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:39:22.452Z|78883831-272f-4b93-a972-730b5610dc33|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-12T06:39:22.452Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:39:32.053Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:39:32.055Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:40:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:40:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:40:22.440Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:40:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:40:22.442Z||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-12T06:40:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:40:32.018Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:40:32.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:41:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:41:22.441Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T06:41:22.441Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:41:22.442Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T06:41:22.442Z||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-12T06:41:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:41:32.041Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:41:32.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:42:22.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:42:22.440Z||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-12T06:42:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:42:22.445Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:42:22.446Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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-12T06:42:22.446Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:42:32.102Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:42:32.103Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:43:22.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:43:22.439Z||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-12T06:43:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:43:22.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:43:22.443Z|78883831-272f-4b93-a972-730b5610dc33|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-12T06:43:22.443Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:43:32.010Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:43:32.013Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:44:22.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:44:22.439Z||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-12T06:44:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:44:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:44:22.442Z||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-12T06:44:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:44:32.025Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:44:32.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:45:22.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:45:22.439Z||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-12T06:45:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:45:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:45:22.442Z||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-12T06:45:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:45:32.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:45:32.032Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:46:22.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:46:22.439Z||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-12T06:46:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:46:22.441Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:46:22.442Z||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-12T06:46:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:46:32.040Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:46:32.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:47:22.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:47:22.439Z||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-12T06:47:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:47:22.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:47:22.442Z||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-12T06:47:22.444Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:47:32.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:47:32.052Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:48:22.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:48:22.440Z||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-12T06:48:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:48:22.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:48:22.442Z||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-12T06:48:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:48:31.995Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:48:31.997Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:49:22.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:49:22.439Z||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-12T06:49:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:49:22.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:49:22.442Z||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-12T06:49:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:49:32.005Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:49:32.017Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:50:22.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:50:22.439Z||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-12T06:50:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:50:22.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:50:22.442Z||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-12T06:50:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:50:31.996Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:50:31.996Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:51:22.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:51:22.440Z||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-12T06:51:22.440Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:51:22.443Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:51:22.444Z||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-12T06:51:22.444Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:51:32.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:51:32.038Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:52:22.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:52:22.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:52:22.444Z||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-12T06:52:22.445Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:52:22.448Z||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-12T06:52:22.448Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:52:32.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:52:32.025Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:53:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:53:22.439Z||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-12T06:53:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:53:22.442Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:53:22.443Z|78883831-272f-4b93-a972-730b5610dc33|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-12T06:53:22.443Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:53:32.037Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:53:32.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:54:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:54:22.439Z||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-12T06:54:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:54:22.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:54:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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-12T06:54:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:54:32.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:54:32.032Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:55:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:55:22.439Z||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-12T06:55:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:55:22.441Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:55:22.442Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T06:55:22.442Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:55:32.009Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:55:32.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:56:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:56:22.438Z||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-12T06:56:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:56:22.441Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:56:22.442Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T06:56:22.442Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:56:32.013Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:56:32.043Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:57:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:57:22.441Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:57:22.443Z||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-12T06:57:22.443Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T06:57:22.443Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:57:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:57:32.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:57:32.058Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:58:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:58:22.438Z||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-12T06:58:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:58:22.442Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:58:22.443Z|78883831-272f-4b93-a972-730b5610dc33|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-12T06:58:22.443Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:58:32.049Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:58:32.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:59:22.438Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:59:22.439Z||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-12T06:59:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:59:22.441Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T06:59:22.442Z||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-12T06:59:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T06:59:32.087Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T06:59:32.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:00:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:00:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T07:00:22.440Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T07:00:22.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:00:22.442Z||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-12T07:00:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:00:32.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:00:32.057Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:01:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:01:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T07:01:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T07:01:22.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:01:22.442Z||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-12T07:01:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:01:32.025Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:01:32.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:02:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:02:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T07:02:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T07:02:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:02:22.442Z||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-12T07:02:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:02:32.048Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:02:32.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:03:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:03:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T07:03:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T07:03:22.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:03:22.443Z||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-12T07:03:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:03:32.110Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:03:32.122Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:04:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:04:22.440Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T07:04:22.441Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T07:04:22.441Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:04:22.442Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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-12T07:04:22.443Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:04:32.074Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:04:32.084Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:05:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:05:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T07:05:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T07:05:22.441Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:05:22.442Z||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-12T07:05:22.443Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:05:32.164Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:05:32.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:06:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:06:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T07:06:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T07:06:22.441Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:06:22.442Z||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-12T07:06:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:06:32.056Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:06:32.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:07:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:07:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T07:07:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T07:07:22.442Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:07:22.442Z|39a15379-abca-47bd-889b-bf4fa2528054|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-12T07:07:22.442Z|39a15379-abca-47bd-889b-bf4fa2528054|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:07:32.024Z|39a15379-abca-47bd-889b-bf4fa2528054|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:07:32.029Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:08:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:08:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T07:08:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T07:08:22.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:08:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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-12T07:08:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:08:32.033Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:08:32.033Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:09:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:09:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T07:09:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T07:09:22.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:09:22.442Z||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-12T07:09:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:09:32.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:09:32.032Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:10:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:10:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T07:10:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T07:10:22.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:10:22.442Z||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-12T07:10:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:10:32.038Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:10:32.042Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:11:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:11:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T07:11:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T07:11:22.441Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:11:22.442Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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-12T07:11:22.442Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:11:32.005Z|fd5806e3-ef3e-4eed-81d0-a72684297ec2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:11:32.008Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:12:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:12:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T07:12:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T07:12:22.441Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:12:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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-12T07:12:22.442Z|78883831-272f-4b93-a972-730b5610dc33|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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:12:32.048Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:12:32.061Z|78883831-272f-4b93-a972-730b5610dc33|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:13:22.438Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:13:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-12T07:13:22.439Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as f9BzjBYkJOvgZ04s) ... 2023-01-12T07:13:22.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:13:22.442Z||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-12T07:13:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:13:32.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:13:32.103Z|77653ad6-c58d-43e1-b69f-f70f7273dfd8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:14:22.438Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:14:22.439Z||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-12T07:14:22.439Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:14:22.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-12T07:14:22.442Z||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-12T07:14:22.442Z||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 f9BzjBYkJOvgZ04s) ... 2023-01-12T07:14:32.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-12T07:14:32.030Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK