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-11T03:32:37.160Z||main|||||INFO|500||The following profiles are active: basic 2023-01-11T03:32:50.694Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-11T03:32:50.695Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-11T03:32:50.838Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-11T03:32:55.192Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-11T03:32:55.633Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-11T03:32:56.147Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-11T03:32:56.154Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-11T03:32:56.290Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-11T03:32:56.526Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-11T03:32:57.087Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-11T03:32:58.964Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-11T03:33:01.359Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-11T03:33:01.425Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-11T03:33:02.053Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-11T03:33:02.329Z||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-11T03:33:03.542Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-11T03:33:04.631Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-11T03:33:04.648Z||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$$6480366b.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-11T03:33:04.649Z||main|||||WARN|500||The sdc end point is not alive 2023-01-11T03:33:08.157Z||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-11T03:33:11.085Z||main|||||WARN|500||--- 2023-01-11T03:33:11.085Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-11T03:33:11.085Z||main|||||WARN|500||--- 2023-01-11T03:33:11.515Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-11T03:33:16.432Z||main|||||INFO|500||Started Application in 42.626 seconds (JVM running for 45.432) 2023-01-11T03:33:16.451Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-11T03:33:16.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-11T03:33:16.469Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-11T03:33:16.496Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-11T03:33:16.543Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c8c95ad-dc67-48a4-a5df-e7bfa5fbce26 url= /sdc/v1/artifactTypes 2023-01-11T03:33:16.543Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-11T03:33:16.806Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-11T03:33:16.831Z||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-11T03:33:16.855Z||scheduling-1|||||DEBUG|500||create keys 2023-01-11T03:33:16.865Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2023-01-11T03:33:17.017Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:33:17.036Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 81189416-ef37-4d2f-b746-e05336175168 url= /sdc/v1/registerForDistribution 2023-01-11T03:33:17.409Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 81189416-ef37-4d2f-b746-e05336175168 url= /sdc/v1/registerForDistribution 2023-01-11T03:33:17.410Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-11T03:33:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:33:17.422Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:33:17.433Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-11T03:33:17.436Z||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-11T03:33:17.436Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:33:17.436Z||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-11T03:33:17.437Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:33:28.103Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:33:28.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:34:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:34:17.421Z||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-11T03:34:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:34:17.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:34:17.422Z||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-11T03:34:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:34:27.283Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:34:27.470Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:35:17.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:35:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:35:17.422Z||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-11T03:35:17.422Z||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-11T03:35:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:35:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:35:27.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:35:27.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:36:17.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:36:17.421Z||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-11T03:36:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:36:17.423Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:36:17.424Z||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-11T03:36:17.424Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:36:27.268Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:36:27.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:37:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:37:17.420Z||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-11T03:37:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:37:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:37:17.422Z||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-11T03:37:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:37:27.061Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:37:27.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:38:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:38:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:38:17.421Z||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-11T03:38:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:38:17.422Z||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-11T03:38:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:38:27.252Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:38:27.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:39:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:39:17.420Z||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-11T03:39:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:39:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:39:17.423Z||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-11T03:39:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:39:27.039Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:39:27.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:40:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:40:17.420Z||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-11T03:40:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:40:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:40:17.424Z||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-11T03:40:17.425Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:40:27.102Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:40:27.131Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:41:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:41:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:41:17.422Z||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-11T03:41:17.422Z||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-11T03:41:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:41:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:41:27.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:41:27.092Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:42:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:42:17.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:42:17.422Z||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-11T03:42:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:42:17.421Z||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-11T03:42:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:42:27.098Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:42:27.108Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:42:40.837Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-11T03:43:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:43:17.420Z||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-11T03:43:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:43:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:43:17.422Z||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-11T03:43:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:43:27.039Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:43:27.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:44:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:44:17.420Z||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-11T03:44:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:44:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:44:17.422Z||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-11T03:44:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:44:27.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:44:27.122Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:45:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:45:17.421Z||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-11T03:45:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:45:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:45:17.422Z||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-11T03:45:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:45:27.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:45:27.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:46:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:46:17.420Z||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-11T03:46:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:46:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:46:17.422Z||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-11T03:46:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:46:27.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:46:27.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:47:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:47:17.420Z||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-11T03:47:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:47:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:47:17.422Z||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-11T03:47:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:47:27.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:47:27.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:48:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:48:17.421Z||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-11T03:48:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:48:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:48:17.422Z||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-11T03:48:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:48:27.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:48:27.136Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:49:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:49:17.420Z||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-11T03:49:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:49:17.423Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:49:17.424Z||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-11T03:49:17.424Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:49:27.090Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:49:27.259Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:50:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:50:17.420Z||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-11T03:50:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:50:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:50:17.422Z||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-11T03:50:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:50:27.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:50:27.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:51:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:51:17.420Z||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-11T03:51:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:51:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:51:17.422Z||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-11T03:51:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:51:27.052Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:51:27.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:52:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:52:17.420Z||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-11T03:52:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:52:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:52:17.423Z||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-11T03:52:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:52:27.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:52:27.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:53:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:53:17.421Z||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-11T03:53:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:53:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:53:17.422Z||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-11T03:53:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:53:27.139Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:53:27.142Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:54:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:54:17.420Z||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-11T03:54:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:54:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:54:17.422Z||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-11T03:54:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:54:27.065Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:54:27.125Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:55:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:55:17.421Z||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-11T03:55:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:55:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:55:17.422Z||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-11T03:55:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:55:27.136Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:55:27.255Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:56:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:56:17.420Z||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-11T03:56:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:56:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:56:17.422Z||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-11T03:56:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:56:27.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:56:27.102Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:57:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:57:17.420Z||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-11T03:57:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:57:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:57:17.422Z||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-11T03:57:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:57:27.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:57:27.044Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:58:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:58:17.420Z||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-11T03:58:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:58:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:58:17.422Z||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-11T03:58:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:58:27.024Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:58:27.106Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:59:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:59:17.420Z||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-11T03:59:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:59:17.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T03:59:17.423Z||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-11T03:59:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T03:59:27.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T03:59:27.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:00:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:00:17.421Z||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-11T04:00:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:00:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:00:17.422Z||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-11T04:00:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:00:27.126Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:00:27.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:01:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:01:17.420Z||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-11T04:01:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:01:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:01:17.422Z||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-11T04:01:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:01:27.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:01:27.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:02:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:02:17.420Z||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-11T04:02:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:02:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:02:17.422Z||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-11T04:02:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:02:27.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:02:27.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:03:17.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:03:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:03:17.421Z||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-11T04:03:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:03:17.422Z||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-11T04:03:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:03:27.099Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:03:27.100Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:04:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:04:17.421Z||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-11T04:04:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:04:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:04:17.422Z||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-11T04:04:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:04:27.139Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:04:27.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:05:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:05:17.420Z||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-11T04:05:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:05:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:05:17.422Z||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-11T04:05:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:05:27.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:05:27.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:06:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:06:17.420Z||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-11T04:06:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:06:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:06:17.422Z||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-11T04:06:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:06:27.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:06:27.097Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:07:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:07:17.420Z||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-11T04:07:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:07:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:07:17.422Z||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-11T04:07:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:07:27.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:07:27.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:08:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:08:17.421Z||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-11T04:08:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:08:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:08:17.422Z||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-11T04:08:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:08:27.036Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:08:27.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:09:17.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:09:17.420Z||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-11T04:09:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:09:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:09:17.422Z||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-11T04:09:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:09:27.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:09:27.106Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:10:17.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:10:17.421Z||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-11T04:10:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:10:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:10:17.422Z||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-11T04:10:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:10:27.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:10:27.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:11:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:11:17.420Z||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-11T04:11:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:11:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:11:17.423Z||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-11T04:11:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:11:26.995Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:11:27.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:12:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:12:17.420Z||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-11T04:12:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:12:17.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:12:17.423Z||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-11T04:12:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:12:27.087Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:12:27.114Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:13:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:13:17.420Z||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-11T04:13:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:13:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:13:17.422Z||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-11T04:13:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:13:26.984Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:13:27.019Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:14:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:14:17.419Z||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-11T04:14:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:14:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:14:17.421Z||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-11T04:14:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:14:27.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:14:27.021Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:15:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:15:17.420Z||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-11T04:15:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:15:17.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:15:17.424Z||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-11T04:15:17.424Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:15:27.067Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:15:27.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:16:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:16:17.420Z||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-11T04:16:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:16:17.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:16:17.423Z||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-11T04:16:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:16:27.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:16:27.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:17:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:17:17.420Z||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-11T04:17:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:17:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:17:17.422Z||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-11T04:17:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:17:27.092Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:17:27.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:18:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:18:17.420Z||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-11T04:18:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:18:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:18:17.422Z||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-11T04:18:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:18:27.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:18:27.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:19:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:19:17.420Z||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-11T04:19:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:19:17.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:19:17.422Z||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-11T04:19:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:19:27.102Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:19:27.125Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:20:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:20:17.420Z||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-11T04:20:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:20:17.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:20:17.422Z||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-11T04:20:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:20:27.186Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:20:27.212Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:21:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:21:17.420Z||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-11T04:21:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:21:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:21:17.422Z||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-11T04:21:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:21:27.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:21:27.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:22:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:22:17.419Z||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-11T04:22:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:22:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:22:17.422Z||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-11T04:22:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:22:27.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:22:27.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:23:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:23:17.421Z||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-11T04:23:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:23:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:23:17.422Z||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-11T04:23:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:23:27.091Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:23:27.127Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:24:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:24:17.420Z||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-11T04:24:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:24:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:24:17.422Z||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-11T04:24:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:24:27.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:24:27.205Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:25:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:25:17.420Z||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-11T04:25:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:25:17.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:25:17.422Z||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-11T04:25:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:25:27.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:25:27.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:26:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:26:17.421Z||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-11T04:26:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:26:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:26:17.422Z||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-11T04:26:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:26:27.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:26:27.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:27:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:27:17.420Z||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-11T04:27:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:27:17.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:27:17.422Z||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-11T04:27:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:27:27.159Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:27:27.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:28:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:28:17.420Z||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-11T04:28:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:28:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:28:17.422Z||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-11T04:28:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:28:27.091Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:28:27.109Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:29:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:29:17.420Z||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-11T04:29:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:29:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:29:17.422Z||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-11T04:29:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:29:27.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:29:27.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:30:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:30:17.420Z||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-11T04:30:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:30:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:30:17.422Z||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-11T04:30:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:30:27.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:30:27.255Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:31:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:31:17.421Z||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-11T04:31:17.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:31:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:31:17.422Z||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-11T04:31:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:31:27.027Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:31:27.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:32:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:32:17.420Z||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-11T04:32:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:32:17.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:32:17.422Z||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-11T04:32:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:32:27.038Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:32:27.038Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:33:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:33:17.420Z||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-11T04:33:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:33:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:33:17.422Z||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-11T04:33:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:33:27.104Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:33:27.167Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:34:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:34:17.420Z||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-11T04:34:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:34:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:34:17.422Z||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-11T04:34:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:34:27.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:34:27.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:35:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:35:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:35:17.422Z||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-11T04:35:17.422Z||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-11T04:35:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:35:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:35:27.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:35:27.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:36:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:36:17.420Z||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-11T04:36:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:36:17.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:36:17.422Z||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-11T04:36:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:36:27.123Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:36:27.128Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:37:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:37:17.420Z||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-11T04:37:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:37:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:37:17.422Z||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-11T04:37:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:37:27.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:37:27.089Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:38:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:38:17.421Z||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-11T04:38:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:38:17.423Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:38:17.424Z||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-11T04:38:17.424Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:38:27.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:38:27.102Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:39:17.420Z||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-11T04:39:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:39:17.422Z||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-11T04:39:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:19.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:19.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-11T04:39:19.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"47f9f04d-6fa0-42d8-b350-5ab95ba6f70e","serviceName":"vFW 2023-01-11 04-38-27","serviceVersion":"1.0","serviceUUID":"65099259-c797-4680-9053-52e359c5b578","serviceDescription":"catalog service description","serviceInvariantUUID":"1e4dd5e3-0c49-4b9b-84a6-254624ff260a","resources":[{"resourceInstanceName":"vFW fd11025f-1bdc 0","resourceName":"vFW fd11025f-1bdc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f886716a-4679-424c-909e-45fcaae16c87","resourceInvariantUUID":"1e577a15-a026-411f-b00b-04f31eb9db5c","resourceCustomizationUUID":"f42e3bd2-4a7c-460b-9ce4-a67188dd67b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml","artifactChecksum":"YWUxNDUyMTczYzc3MTcyNTMzYzU5YjdkOWIyMDM3ZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9287f1a7-ae6b-4322-9651-c8f82d28cbbd","artifactVersion":"1"},{"artifactName":"vfwfd11025f1bdc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json","artifactChecksum":"YzRhNGIxNDMxYjQ1NTZlZTNmMmYwNmE5ZDBlZWM2ZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bc95bb30-85ea-40d2-a9db-9d091a2a7212","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3856a1e7-f999-4539-bda4-85718398a202","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml","artifactChecksum":"ODcyMDE2MjM2NDdhZjA1YTRjZTgzZDY5OGE2MmQ0NGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f323f1a-9fe9-4e4d-9b90-af82384ff8a2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"884da59f-2854-4c46-970e-42dbac85a433","artifactVersion":"2","generatedFromUUID":"3856a1e7-f999-4539-bda4-85718398a202"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230111043827-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml","artifactChecksum":"YjIzZTEzODhjOWE1NWZmZWU1Y2QxNmY5ODAyODBjMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9bb634c9-c683-431a-8333-ed1683b9e997","artifactVersion":"1"},{"artifactName":"service-Vfw20230111043827-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar","artifactChecksum":"NmUwN2FiYmNhYzFmNzU2ZjVjODFiM2JhMmMwMmM3ZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df8c6936-9803-4423-81db-2b358b0eaec7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-11T04:39:19.476Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:39:19.484Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:39:19.497Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:39:19.497Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411957419, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:39:19.597Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-01-11T04:39:19.602Z||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-11T04:39:19.602Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:19.622Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:19.623Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:39:19.715Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:19.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:39:19.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "ves-openapi-manager", "timestamp": 1673411951218, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:39:19.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:39:20.507Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:39:20.508Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:39:20.510Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:39:20.510Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411957419, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json", "status": "NOTIFIED" } 2023-01-11T04:39:20.610Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:39:20.611Z||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-11T04:39:20.611Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:20.658Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:20.658Z||pool-4-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:39:21.511Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:39:21.512Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:39:21.514Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:39:21.514Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411957419, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-11T04:39:21.614Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:39:21.616Z||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-11T04:39:21.616Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:21.667Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:21.667Z||pool-5-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:39:22.515Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:39:22.516Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:39:22.519Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:39:22.519Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411957419, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:39:22.619Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:39:22.622Z||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-11T04:39:22.622Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:22.658Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:22.658Z||pool-6-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:39:23.519Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:39:23.520Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:39:23.523Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:39:23.523Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411957419, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-11T04:39:23.623Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:39:23.624Z||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-11T04:39:23.624Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:23.649Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:23.652Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:39:24.523Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:39:24.524Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:39:24.527Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:39:24.527Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411957419, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:39:24.627Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:39:24.628Z||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-11T04:39:24.628Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:24.674Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:24.675Z||pool-8-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:39:25.528Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:39:25.528Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:39:25.531Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:39:25.531Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411957419, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:39:25.631Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:39:25.632Z||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-11T04:39:25.632Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:25.653Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:25.654Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:39:26.533Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "serviceName": "vFW 2023-01-11 04-38-27", "serviceVersion": "1.0", "serviceUUID": "65099259-c797-4680-9053-52e359c5b578", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1e4dd5e3-0c49-4b9b-84a6-254624ff260a", "resources": [ { "resourceInstanceName": "vFW fd11025f-1bdc 0", "resourceCustomizationUUID": "f42e3bd2-4a7c-460b-9ce4-a67188dd67b1", "resourceName": "vFW fd11025f-1bdc", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f886716a-4679-424c-909e-45fcaae16c87", "resourceInvariantUUID": "1e577a15-a026-411f-b00b-04f31eb9db5c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwfd11025f1bdc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json", "artifactChecksum": "YzRhNGIxNDMxYjQ1NTZlZTNmMmYwNmE5ZDBlZWM2ZjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bc95bb30-85ea-40d2-a9db-9d091a2a7212", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3856a1e7-f999-4539-bda4-85718398a202", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "884da59f-2854-4c46-970e-42dbac85a433", "generatedFromUUID": "3856a1e7-f999-4539-bda4-85718398a202" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "884da59f-2854-4c46-970e-42dbac85a433", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230111043827-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "artifactChecksum": "NmUwN2FiYmNhYzFmNzU2ZjVjODFiM2JhMmMwMmM3ZjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "df8c6936-9803-4423-81db-2b358b0eaec7" } ], "workloadContext": "Production" } 2023-01-11T04:39:26.535Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-11T04:39:26.536Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 65099259-c797-4680-9053-52e359c5b578 ASDC 2023-01-11T04:39:26.667Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:47f9f04d-6fa0-42d8-b350-5ab95ba6f70e ServiceName:vFW 2023-01-11 04-38-27 ServiceVersion:1.0 ServiceUUID:65099259-c797-4680-9053-52e359c5b578 ServiceInvariantUUID:1e4dd5e3-0c49-4b9b-84a6-254624ff260a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230111043827-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar ArtifactUUID:df8c6936-9803-4423-81db-2b358b0eaec7 ArtifactChecksum:NmUwN2FiYmNhYzFmNzU2ZjVjODFiM2JhMmMwMmM3ZjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW fd11025f-1bdc 0 ResourceCustomizationUUID:f42e3bd2-4a7c-460b-9ce4-a67188dd67b1 ResourceInvariantUUID:1e577a15-a026-411f-b00b-04f31eb9db5c ResourceName:vFW fd11025f-1bdc ResourceType:VF ResourceUUID:f886716a-4679-424c-909e-45fcaae16c87 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwfd11025f1bdc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json ArtifactUUID:bc95bb30-85ea-40d2-a9db-9d091a2a7212 ArtifactChecksum:YzRhNGIxNDMxYjQ1NTZlZTNmMmYwNmE5ZDBlZWM2ZjE= 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/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml ArtifactUUID:3856a1e7-f999-4539-bda4-85718398a202 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/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env ArtifactUUID:884da59f-2854-4c46-970e-42dbac85a433 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/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env ArtifactUUID:884da59f-2854-4c46-970e-42dbac85a433 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-11T04:39:26.668Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65099259-c797-4680-9053-52e359c5b578 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-11T04:39:26.913Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T04:39:26.915Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-11T04:39:26.916Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-11T04:39:26.917Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: df8c6936-9803-4423-81db-2b358b0eaec7 from URL: /sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar 2023-01-11T04:39:26.917Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-11T04:39:26.918Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar 2023-01-11T04:39:27.025Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-11T04:39:27.044Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar df8c6936-9803-4423-81db-2b358b0eaec7 100701 2023-01-11T04:39:27.046Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar ASDC sendASDCNotification 2023-01-11T04:39:27.046Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar 2023-01-11T04:39:27.047Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:39:27.049Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:39:27.051Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:39:27.051Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411967045, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:39:27.151Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:39:27.152Z||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-11T04:39:27.152Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:27.193Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:27.193Z||pool-10-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:39:28.052Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T04:39:28.054Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-11T04:39:28.054Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: df8c6936-9803-4423-81db-2b358b0eaec7, URL: /sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar to file: /app/ASDC/1/service-Vfw20230111043827-csar.csar 2023-01-11T04:39:28.055Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230111043827-csar.csar 2023-01-11T04:39:28.142Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230111043827-csar.csar 2023-01-11T04:39:28.142Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230111043827-csar.csar 2023-01-11T04:39:28.868Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3071608946535724032/Definitions/service-Vfw20230111043827-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-11T04:39:32.081Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-11T04:39:32.086Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-11T04:39:32.086Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar 2023-01-11T04:39:32.086Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-11T04:39:32.086Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar 2023-01-11T04:39:32.086Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|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-Vfw20230111043827-csar.csar 2023-01-11T04:39:32.086Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|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-Vfw20230111043827-csar.csar 2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fd11025f-1bdc 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-Vfw20230111043827-csar.csar 2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|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-Vfw20230111043827-csar.csar 2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar 2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar 2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|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-Vfw20230111043827-csar.csar 2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar 2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar 2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar 2023-01-11T04:39:32.088Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-11T04:39:32.094Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:32.095Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:39:32.099Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria 2023-01-11T04:39:32.099Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-11T04:39:32.101Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T04:39:32.103Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:32.103Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:39:32.103Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria 2023-01-11T04:39:32.103Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-11T04:39:32.103Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T04:39:32.104Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:32.104Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:39:32.107Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:32.107Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is not matching search criteria 2023-01-11T04:39:32.108Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-11T04:39:32.108Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-11T04:39:32.108Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-11T04:39:32.108Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-11T04:39:32.108Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-11T04:39:32.108Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-11T04:39:32.109Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-11T04:39:32.109Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-11T04:39:32.109Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-11T04:39:32.109Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-11T04:39:32.109Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-11T04:39:32.109Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-11T04:39:32.109Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-11T04:39:32.110Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-11T04:39:32.110Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-11T04:39:32.110Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-11T04:39:32.110Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:32.110Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-11T04:39:32.111Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:32.112Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria 2023-01-11T04:39:32.112Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:39:32.112Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:32.112Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria 2023-01-11T04:39:32.113Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:39:32.113Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:32.113Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria 2023-01-11T04:39:32.113Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:39:32.113Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:32.114Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is not matching search criteria 2023-01-11T04:39:32.114Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-11T04:39:32.114Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-11T04:39:32.114Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-11T04:39:32.114Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-11T04:39:32.114Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-11T04:39:32.114Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-11T04:39:32.115Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-11T04:39:32.115Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-11T04:39:32.115Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-11T04:39:32.115Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-11T04:39:32.115Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-11T04:39:32.115Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e9b7cc2f-9e78-4dd4-966a-df4959618239 2023-01-11T04:39:32.116Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:32.116Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is not matching search criteria 2023-01-11T04:39:32.116Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-11T04:39:32.116Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-11T04:39:32.116Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-11T04:39:32.117Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-11T04:39:32.117Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-11T04:39:32.117Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-11T04:39:32.117Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-11T04:39:32.117Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-11T04:39:32.117Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-11T04:39:32.117Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-11T04:39:32.118Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-11T04:39:32.118Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-11T04:39:32.118Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1319c373-3954-4d5f-9c19-e81d5f7c20de 2023-01-11T04:39:32.118Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:32.118Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is not matching search criteria 2023-01-11T04:39:32.119Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-11T04:39:32.119Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-11T04:39:32.119Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-11T04:39:32.119Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-11T04:39:32.119Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-11T04:39:32.119Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-11T04:39:32.120Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-11T04:39:32.120Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-11T04:39:32.120Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-11T04:39:32.120Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-11T04:39:32.120Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-11T04:39:32.120Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-11T04:39:32.121Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8dfd2def-5683-46b5-bf67-c710de5d422a 2023-01-11T04:39:32.121Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:32.121Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:39:32.121Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:32.121Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:39:32.121Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:32.122Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:39:32.122Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:32.122Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:39:32.122Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-11 04-38-27 Description:catalog service description Model UUID:65099259-c797-4680-9053-52e359c5b578 Model Version:NULL Model InvariantUuid:1e4dd5e3-0c49-4b9b-84a6-254624ff260a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW fd11025f-1bdc Model UUID:d82052ee-1b06-4f31-b2f9-4aaa95c9f94a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:1e577a15-a026-411f-b00b-04f31eb9db5c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f42e3bd2-4a7c-460b-9ce4-a67188dd67b1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5ba95d18-a83c-4424-9f98-3bf1c732a999 ModelName:VfwFd11025f1bdc..base_vfw..module-0 ModelUuid:7f8976f5-6dd1-4f7e-afa2-c7525ebce724 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e9b7cc2f-9e78-4dd4-966a-df4959618239 ModelInvariantUuid:652d3cf3-b856-4cc0-a86d-55f1c86119af ModelName:vFW fd11025f-1bdc-nodes.vfwCvfc ModelUuid:30313604-6645-4db8-acba-1711399ada38 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:3f1d1a99-64b5-490e-b11a-ae4e415f4f7f ModelInvariantUuid:3d313164-6322-4f67-b40d-63ade8c5a7b4 ModelName:VfwFd11025f1bdc.compute.nodes.heat.vfw ModelUuid:80602a8e-ae7a-4774-9b72-e0fb25a9be37 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1319c373-3954-4d5f-9c19-e81d5f7c20de ModelInvariantUuid:d28a291a-059c-4528-9c4a-a749c8c9fd08 ModelName:vFW fd11025f-1bdc-nodes.vsnCvfc ModelUuid:d2df5693-20ce-4b4e-9012-e04058886346 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:444e5a25-4c62-4e5e-b363-0b7efd258473 ModelInvariantUuid:8e759237-2b6d-4070-8ab3-890fd3140e87 ModelName:VfwFd11025f1bdc.compute.nodes.heat.vsn ModelUuid:c9977fe7-123b-4e88-ad52-f71b223c7242 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8dfd2def-5683-46b5-bf67-c710de5d422a ModelInvariantUuid:ad977fb7-ece0-438d-b02e-658195321708 ModelName:vFW fd11025f-1bdc-nodes.vpgCvfc ModelUuid:2810e7ca-abd1-4673-a453-e8add8d85e4d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:0093abc2-fa9a-4f61-9fc7-80bb798ce9c1 ModelInvariantUuid:12d62330-35a6-4659-8465-a67b907f2215 ModelName:VfwFd11025f1bdc.compute.nodes.heat.vpg ModelUuid:36cb231a-bce8-45ed-b014-9a674e3fb573 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-11T04:39:32.145Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f886716a-4679-424c-909e-45fcaae16c87 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-11T04:39:32.230Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||vFW fd11025f-1bdc 0 2023-01-11T04:39:32.236Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f886716a-4679-424c-909e-45fcaae16c87 2023-01-11T04:39:32.236Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bc95bb30-85ea-40d2-a9db-9d091a2a7212 from URL: /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json 2023-01-11T04:39:32.236Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-11T04:39:32.236Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json 2023-01-11T04:39:32.296Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-11T04:39:32.296Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json bc95bb30-85ea-40d2-a9db-9d091a2a7212 785 2023-01-11T04:39:32.296Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json ASDC sendASDCNotification 2023-01-11T04:39:32.297Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json 2023-01-11T04:39:32.297Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:39:32.297Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:39:32.300Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:39:32.300Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411972296, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T04:39:32.400Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:39:32.401Z||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-11T04:39:32.401Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:32.417Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:32.418Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:39:33.301Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFd11025f1bdc..base_vfw..module-0", "vfModuleModelInvariantUUID": "5ba95d18-a83c-4424-9f98-3bf1c732a999", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7f8976f5-6dd1-4f7e-afa2-c7525ebce724", "vfModuleModelCustomizationUUID": "2bd255fb-a403-4b15-b36e-eb045c3f2cce", "isBase": true, "artifacts": [ "3856a1e7-f999-4539-bda4-85718398a202", "884da59f-2854-4c46-970e-42dbac85a433" ], "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-11T04:39:33.316Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFd11025f1bdc..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7f8976f5-6dd1-4f7e-afa2-c7525ebce724 VfModuleModelInvariantUUID:5ba95d18-a83c-4424-9f98-3bf1c732a999 VfModuleModelDescription:NULL Artifacts UUID List:{ 3856a1e7-f999-4539-bda4-85718398a202 , 884da59f-2854-4c46-970e-42dbac85a433 } 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-11T04:39:33.318Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFd11025f1bdc..base_vfw..module-0", "vfModuleModelInvariantUUID": "5ba95d18-a83c-4424-9f98-3bf1c732a999", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7f8976f5-6dd1-4f7e-afa2-c7525ebce724", "vfModuleModelCustomizationUUID": "2bd255fb-a403-4b15-b36e-eb045c3f2cce", "isBase": true, "artifacts": [ "3856a1e7-f999-4539-bda4-85718398a202", "884da59f-2854-4c46-970e-42dbac85a433" ], "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-11T04:39:33.319Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFd11025f1bdc..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7f8976f5-6dd1-4f7e-afa2-c7525ebce724 VfModuleModelInvariantUUID:5ba95d18-a83c-4424-9f98-3bf1c732a999 VfModuleModelDescription:NULL Artifacts UUID List:{ 3856a1e7-f999-4539-bda4-85718398a202 , 884da59f-2854-4c46-970e-42dbac85a433 } 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-11T04:39:33.319Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3856a1e7-f999-4539-bda4-85718398a202 from URL: /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml 2023-01-11T04:39:33.319Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-11T04:39:33.319Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml 2023-01-11T04:39:33.383Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-11T04:39:33.384Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml 3856a1e7-f999-4539-bda4-85718398a202 20368 2023-01-11T04:39:33.385Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-11T04:39:33.385Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml 2023-01-11T04:39:33.385Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:39:33.385Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:39:33.387Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:39:33.387Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411973385, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T04:39:33.487Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:39:33.489Z||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-11T04:39:33.489Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:33.507Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:33.508Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:39:34.388Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 884da59f-2854-4c46-970e-42dbac85a433 from URL: /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env 2023-01-11T04:39:34.389Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-11T04:39:34.389Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env 2023-01-11T04:39:34.439Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-11T04:39:34.440Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env 884da59f-2854-4c46-970e-42dbac85a433 2098 2023-01-11T04:39:34.440Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-11T04:39:34.440Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env 2023-01-11T04:39:34.440Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:39:34.441Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:39:34.444Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:39:34.444Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411974440, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-11T04:39:34.544Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:39:34.545Z||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-11T04:39:34.545Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:34.565Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:34.565Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:39:35.445Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 65099259-c797-4680-9053-52e359c5b578 2023-01-11T04:39:35.445Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fd11025f-1bdc 0 f886716a-4679-424c-909e-45fcaae16c87 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-11T04:39:35.481Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1757e05e, org.onap.sdc.toscaparser.api.parameters.Input@39de4641, org.onap.sdc.toscaparser.api.parameters.Input@2dbd9495, org.onap.sdc.toscaparser.api.parameters.Input@2151a363, org.onap.sdc.toscaparser.api.parameters.Input@92cf207] 2023-01-11T04:39:35.486Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.486Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:39:35.486Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-01-11T04:39:35.487Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f42e3bd2-4a7c-460b-9ce4-a67188dd67b1 2023-01-11T04:39:35.487Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f42e3bd2-4a7c-460b-9ce4-a67188dd67b1 matches Tosca VF Customization UUID: f42e3bd2-4a7c-460b-9ce4-a67188dd67b1 2023-01-11T04:39:35.487Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f42e3bd2-4a7c-460b-9ce4-a67188dd67b1 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-11T04:39:35.494Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.494Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:39:35.495Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f42e3bd2-4a7c-460b-9ce4-a67188dd67b1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-11T04:39:35.495Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b157dcc 2023-01-11T04:39:35.495Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.496Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-11T04:39:35.496Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2bd255fb-a403-4b15-b36e-eb045c3f2cce 2023-01-11T04:39:35.497Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2bd255fb-a403-4b15-b36e-eb045c3f2cce 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-11T04:39:35.504Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.504Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria 2023-01-11T04:39:35.504Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:39:35.505Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.505Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria 2023-01-11T04:39:35.505Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:39:35.506Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.506Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is not matching search criteria 2023-01-11T04:39:35.506Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-11T04:39:35.506Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-11T04:39:35.507Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-11T04:39:35.507Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-11T04:39:35.507Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-11T04:39:35.507Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-11T04:39:35.507Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-11T04:39:35.507Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-11T04:39:35.508Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-11T04:39:35.508Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-11T04:39:35.508Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-11T04:39:35.508Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e9b7cc2f-9e78-4dd4-966a-df4959618239 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-11T04:39:35.516Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.516Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria 2023-01-11T04:39:35.516Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:39:35.517Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.517Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is not matching search criteria 2023-01-11T04:39:35.517Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-11T04:39:35.517Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-11T04:39:35.517Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-11T04:39:35.518Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-11T04:39:35.518Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-11T04:39:35.518Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-11T04:39:35.518Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-11T04:39:35.518Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-11T04:39:35.519Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-11T04:39:35.519Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-11T04:39:35.519Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-11T04:39:35.519Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-11T04:39:35.519Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1319c373-3954-4d5f-9c19-e81d5f7c20de 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-11T04:39:35.521Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.521Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria 2023-01-11T04:39:35.522Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:39:35.524Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.524Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is not matching search criteria 2023-01-11T04:39:35.525Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-11T04:39:35.525Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-11T04:39:35.525Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-11T04:39:35.525Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-11T04:39:35.525Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-11T04:39:35.525Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-11T04:39:35.526Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-11T04:39:35.526Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-11T04:39:35.526Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-11T04:39:35.526Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-11T04:39:35.526Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-11T04:39:35.527Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-11T04:39:35.527Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8dfd2def-5683-46b5-bf67-c710de5d422a 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-11T04:39:35.529Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.529Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria 2023-01-11T04:39:35.529Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:39:35.529Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.530Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria 2023-01-11T04:39:35.530Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=f42e3bd2-4a7c-460b-9ce4-a67188dd67b1 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-11T04:39:35.532Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.532Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:39:35.532Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 65099259-c797-4680-9053-52e359c5b578: vFW fd11025f-1bdc 2023-01-11T04:39:35.532Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.533Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:39:35.533Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.533Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:39:35.533Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.533Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:39:35.534Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.534Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:39:35.534Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:39:35.534Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:39:35.534Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-01-11 04-38-27 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-11T04:39:35.792Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fd11025f-1bdc f886716a-4679-424c-909e-45fcaae16c87 1 ASDC deployResourceStructure 2023-01-11T04:39:35.792Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json ASDC sendASDCNotification 2023-01-11T04:39:35.793Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json 2023-01-11T04:39:35.793Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:39:35.793Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:39:35.796Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:39:35.796Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411975792, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T04:39:35.895Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:39:35.896Z||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-11T04:39:35.896Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:35.941Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:35.942Z||pool-14-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:39:36.797Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-11T04:39:36.797Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml 2023-01-11T04:39:36.797Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:39:36.798Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:39:36.799Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:39:36.800Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411976797, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-11T04:39:36.900Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:39:36.901Z||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-11T04:39:36.901Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:36.918Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:36.919Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:39:37.801Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-11T04:39:37.801Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env 2023-01-11T04:39:37.801Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:39:37.802Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:39:37.803Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:39:37.804Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411977801, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-11T04:39:37.904Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:39:37.905Z||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-11T04:39:37.907Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:37.934Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:37.935Z||pool-16-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:39:38.804Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar ASDC sendASDCNotification 2023-01-11T04:39:38.805Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar 2023-01-11T04:39:38.805Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:39:38.806Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:39:38.808Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:39:38.808Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411978804, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:39:38.908Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:39:38.909Z||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-11T04:39:38.909Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:39:38.925Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:39:38.926Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:39:39.809Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:39:39.845Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 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-11T04:39:39.847Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:39:39.848Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-11T04:39:39.848Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-11T04:40:09.848Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:40:09.864Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 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-11T04:40:09.866Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:40:09.866Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-11T04:40:09.866Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-11T04:40:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:40:17.422Z||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-11T04:40:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:40:17.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:40:17.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:40:17.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411952510, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:40:17.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:40:39.866Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:40:39.878Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 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-11T04:40:39.880Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:40:39.880Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-11T04:40:39.880Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-11T04:41:09.880Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:41:09.897Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 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-11T04:41:09.899Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:41:09.900Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-11T04:41:09.900Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-11T04:41:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:41:17.422Z||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-11T04:41:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:41:17.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:41:17.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:41:17.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411957419, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:41:17.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:41:17.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:41:17.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "multicloud-k8s-id", "timestamp": 1673411956788, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:41:17.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:41:39.902Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:41:39.914Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 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-11T04:41:39.916Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:41:39.917Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-11T04:41:39.917Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-11T04:42:09.917Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:42:09.928Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 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-11T04:42:09.931Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:42:09.931Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-11T04:42:09.931Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-11T04:42:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:42:17.422Z||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-11T04:42:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:42:17.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:42:18.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "cds", "timestamp": 1673411959911, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "ves-openapi-manager", "timestamp": 1673411951218, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411952510, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "multicloud-k8s-id", "timestamp": 1673411956788, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json", "status": "NOTIFIED" } 2023-01-11T04:42:18.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411957419, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json", "status": "NOTIFIED" } 2023-01-11T04:42:18.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "cds", "timestamp": 1673411959911, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "ves-openapi-manager", "timestamp": 1673411951218, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411952510, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "multicloud-k8s-id", "timestamp": 1673411956788, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-11T04:42:18.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411957419, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-11T04:42:18.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "cds", "timestamp": 1673411959911, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "ves-openapi-manager", "timestamp": 1673411951218, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411952510, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "multicloud-k8s-id", "timestamp": 1673411956788, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411957419, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "cds", "timestamp": 1673411959911, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "ves-openapi-manager", "timestamp": 1673411951218, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411952510, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411957419, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-11T04:42:18.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "multicloud-k8s-id", "timestamp": 1673411956788, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-11T04:42:18.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "cds", "timestamp": 1673411959911, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "ves-openapi-manager", "timestamp": 1673411951218, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411952510, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411957419, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "multicloud-k8s-id", "timestamp": 1673411956788, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "aai-ml", "timestamp": 1673411965682, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "cds", "timestamp": 1673411959911, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "ves-openapi-manager", "timestamp": 1673411951218, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411952510, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:42:18.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411957419, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:42:18.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "multicloud-k8s-id", "timestamp": 1673411956788, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:42:18.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "aai-ml", "timestamp": 1673411965682, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "cds", "timestamp": 1673411959911, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:42:18.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411967675, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "multicloud-k8s-id", "timestamp": 1673411967375, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411967045, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "aai-ml", "timestamp": 1673411965682, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "cds", "timestamp": 1673411967794, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "multicloud-k8s-id", "timestamp": 1673411968533, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "aai-ml", "timestamp": 1673411965682, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "cds", "timestamp": 1673411968892, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-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-11T04:42:18.040Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 2023-01-11T04:42:18.041Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 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-11T04:42:18.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "multicloud-k8s-id", "timestamp": 1673411969620, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.052Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "aai-ml", "timestamp": 1673411965682, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "aai-ml", "timestamp": 1673411965682, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "multicloud-k8s-id", "timestamp": 1673411970822, "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-11T04:42:18.058Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 2023-01-11T04:42:18.058Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 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-11T04:42:18.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "aai-ml", "timestamp": 1673411965682, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:42:18.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "multicloud-k8s-id", "timestamp": 1673411971840, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T04:42:18.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "aai-ml", "timestamp": 1673411973564, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411972296, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411973385, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411974365, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:42:18.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411975371, "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-11T04:42:18.073Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 2023-01-11T04:42:18.073Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 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-11T04:42:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411974440, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411975792, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T04:42:18.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411976797, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-11T04:42:18.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411977801, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-11T04:42:18.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "cds", "timestamp": 1673411974914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "ves-openapi-manager", "timestamp": 1673411971218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "multicloud-k8s-id", "timestamp": 1673411976787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673411978804, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:42:18.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "ves-openapi-manager", "timestamp": 1673411971218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "cds", "timestamp": 1673411974914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "multicloud-k8s-id", "timestamp": 1673411976787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json", "status": "NOTIFIED" } 2023-01-11T04:42:18.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "ves-openapi-manager", "timestamp": 1673411971218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "cds", "timestamp": 1673411974914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "multicloud-k8s-id", "timestamp": 1673411976787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-11T04:42:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "ves-openapi-manager", "timestamp": 1673411971218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "cds", "timestamp": 1673411974914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "multicloud-k8s-id", "timestamp": 1673411976787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "ves-openapi-manager", "timestamp": 1673411971218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "cds", "timestamp": 1673411974914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "multicloud-k8s-id", "timestamp": 1673411976787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-11T04:42:18.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411982510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "ves-openapi-manager", "timestamp": 1673411971218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "cds", "timestamp": 1673411974914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "multicloud-k8s-id", "timestamp": 1673411976787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411982510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "ves-openapi-manager", "timestamp": 1673411971218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "cds", "timestamp": 1673411974914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:42:18.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "multicloud-k8s-id", "timestamp": 1673411976787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:42:18.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411982510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "cds", "timestamp": 1673411985802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411982510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "multicloud-k8s-id", "timestamp": 1673411985954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.096Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "cds", "timestamp": 1673411986809, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-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-11T04:42:18.108Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c01d7284-8dd1-4669-bc4d-02280fcac37b 2023-01-11T04:42:18.109Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c01d7284-8dd1-4669-bc4d-02280fcac37b 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-11T04:42:18.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411982510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "multicloud-k8s-id", "timestamp": 1673411987082, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411982510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "aai-ml", "timestamp": 1673411988808, "artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:42:18.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "multicloud-k8s-id", "timestamp": 1673411988260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411982510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:42:18.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "aai-ml", "timestamp": 1673411989814, "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-11T04:42:18.124Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 2023-01-11T04:42:18.124Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 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-11T04:42:18.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "multicloud-k8s-id", "timestamp": 1673411989322, "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-11T04:42:18.136Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c01d7284-8dd1-4669-bc4d-02280fcac37b 2023-01-11T04:42:18.136Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c01d7284-8dd1-4669-bc4d-02280fcac37b 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-11T04:42:18.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411990497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "multicloud-k8s-id", "timestamp": 1673411990328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T04:42:18.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411993091, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:42:18.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673411994099, "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-11T04:42:18.154Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c01d7284-8dd1-4669-bc4d-02280fcac37b 2023-01-11T04:42:18.154Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c01d7284-8dd1-4669-bc4d-02280fcac37b 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-11T04:42:18.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "aai-ml", "timestamp": 1673411995682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "aai-ml", "timestamp": 1673411995682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "aai-ml", "timestamp": 1673411995682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "aai-ml", "timestamp": 1673411995682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "aai-ml", "timestamp": 1673411995682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "aai-ml", "timestamp": 1673411995682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:42:18.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "aai-ml", "timestamp": 1673411995682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:42:18.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:42:18.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "aai-ml", "timestamp": 1673412003428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:42:18.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "aai-ml", "timestamp": 1673412010990, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:42:18.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:42:18.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:42:18.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "aai-ml", "timestamp": 1673412011995, "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-11T04:42:18.175Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c01d7284-8dd1-4669-bc4d-02280fcac37b 2023-01-11T04:42:18.176Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c01d7284-8dd1-4669-bc4d-02280fcac37b 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-11T04:42:39.932Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:42:39.954Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 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-11T04:42:39.957Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:42:39.957Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-11T04:42:39.957Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-11T04:42:39.958Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-11T04:42:39.958Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:42:39.958Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:42:39.958Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:42:39.958Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:42:39.959Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:42:39.959Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|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-11T04:42:39.964Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-11T04:43:09.964Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e 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-11T04:43:09.975Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e and serviceModelVersionId: 65099259-c797-4680-9053-52e359c5b578 2023-01-11T04:43:09.975Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e4dd5e3-0c49-4b9b-84a6-254624ff260a 2023-01-11T04:43:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:43:17.422Z||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-11T04:43:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:25.252Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0 2023-01-11T04:43:25.367Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-11T04:43:25.857Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0|INFO|500||Invoke 2023-01-11T04:43:25.865Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47f9f04d-6fa0-42d8-b350-5ab95ba6f70e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[13601323-5695-4ae2-87cc-99ca9f0ecb27], X-ECOMP-RequestID=[47f9f04d-6fa0-42d8-b350-5ab95ba6f70e], X-TransactionId=[], X-ONAP-RequestID=[47f9f04d-6fa0-42d8-b350-5ab95ba6f70e], Content-Type=[application/merge-patch+json]} 2023-01-11T04:43:26.030Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-11T04:43:26.221Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?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/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0 has http status code:200 and response headers:{date=[Wed, 11 Jan 2023 04:43:25 GMT], content-length=[0], vertex-id=[159840], x-aai-txid=[2-aai-resources-230111-04:43:25:677-58285], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-11T04:43:26.223Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-11T04:43:26.224Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0|INFO|500||InvokeReturn 2023-01-11T04:43:26.228Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-11T04:43:26.229Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|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-11T04:43:26.236Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|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-11T04:43:26.238Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-11T04:43:26.239Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-11T04:43:26.240Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:26.242Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:26.242Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412206238, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T04:43:26.342Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:43:26.343Z||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-11T04:43:26.344Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:26.384Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:26.385Z||pool-18-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:43:27.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:27.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:43:27.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412206238, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T04:43:27.017Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:43:27.254Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:43:27.254Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|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-11T04:43:27.255Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:31.821Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:31.823Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-11T04:43:31.823Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c01d7284-8dd1-4669-bc4d-02280fcac37b","serviceName":"basic_onboard_bYoWZJ","serviceVersion":"1.0","serviceUUID":"983d4982-b721-4e61-8efd-0075855c8c30","serviceDescription":"service","serviceInvariantUUID":"584505a0-f223-44da-b664-5ca57b3b4c5b","resources":[{"resourceInstanceName":"basic_onboard_bYoWZJ 0","resourceName":"basic_onboard_bYoWZJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d11b40f1-40b5-49fe-8929-aa0aa558f766","resourceInvariantUUID":"ab7d6e3c-0e9a-4c83-b413-cbe9e3e052dc","resourceCustomizationUUID":"22c55b0d-cc94-4fe6-b760-73fc98b8daba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml","artifactChecksum":"Yzg2ZWY3ZDI1ZGMzYjNlOTUxYWZjMTBiMTRkMjVmYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9225ac13-d7b9-461f-855b-acbd6fb0f2f9","artifactVersion":"1"},{"artifactName":"basic_onboard_byowzj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json","artifactChecksum":"NjBlODJkN2FiYjVlMTU1MGY2Y2ExZTBkZWQwNjE2ZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6e8554af-466b-4157-a243-944d2a0ea6d7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a08dd1ae-269a-4b90-9f89-19665f9ce583","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"75f63fcc-ac50-44e6-9d0d-b48e1a43e25d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"555bae41-92ea-4bd6-924f-f310ab6f2357","artifactVersion":"2","generatedFromUUID":"a08dd1ae-269a-4b90-9f89-19665f9ce583"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByowzj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml","artifactChecksum":"N2EyNzhiZDJkZTkwZjNiZjJkMjc3MDk1YTRhYTEyNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0058e2e1-835e-4abf-809f-aa7bd677efa1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByowzj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar","artifactChecksum":"ZGZlZDg3MzZhZWIwYzkyMzAyYmIxYzQ2ZTZhNjJkMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"22822801-8755-48ab-a1ff-928663ac6db8","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-11T04:43:31.826Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:43:31.826Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:31.828Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:31.828Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412207254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:43:31.929Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:43:31.930Z||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-11T04:43:31.930Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:31.946Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:31.947Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:43:32.829Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:43:32.830Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:32.833Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:32.833Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412207254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json", "status": "NOTIFIED" } 2023-01-11T04:43:32.933Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:43:32.934Z||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-11T04:43:32.934Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:32.966Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:32.966Z||pool-20-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:43:33.834Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:43:33.835Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:33.837Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:33.837Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412207254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-11T04:43:33.937Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:43:33.938Z||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-11T04:43:33.938Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:33.955Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:33.955Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:43:34.837Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:43:34.840Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:34.843Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:34.843Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412207254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:43:34.943Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:43:34.944Z||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-11T04:43:34.945Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:34.958Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:34.958Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:43:35.844Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:43:35.845Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:35.848Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:35.848Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412207254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-11T04:43:35.947Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:43:35.948Z||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-11T04:43:35.948Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:35.966Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:35.966Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:43:36.849Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:43:36.850Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:36.852Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:36.852Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412207254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:43:36.952Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:43:36.953Z||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-11T04:43:36.953Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:36.968Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:36.969Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:43:37.852Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:43:37.853Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:37.863Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:37.864Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412207254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:43:37.956Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2023-01-11T04:43:37.957Z||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-11T04:43:37.957Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:37.973Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:37.973Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:43:38.866Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "serviceName": "basic_onboard_bYoWZJ", "serviceVersion": "1.0", "serviceUUID": "983d4982-b721-4e61-8efd-0075855c8c30", "serviceDescription": "service", "serviceInvariantUUID": "584505a0-f223-44da-b664-5ca57b3b4c5b", "resources": [ { "resourceInstanceName": "basic_onboard_bYoWZJ 0", "resourceCustomizationUUID": "22c55b0d-cc94-4fe6-b760-73fc98b8daba", "resourceName": "basic_onboard_bYoWZJ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d11b40f1-40b5-49fe-8929-aa0aa558f766", "resourceInvariantUUID": "ab7d6e3c-0e9a-4c83-b413-cbe9e3e052dc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_byowzj0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json", "artifactChecksum": "NjBlODJkN2FiYjVlMTU1MGY2Y2ExZTBkZWQwNjE2ZjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6e8554af-466b-4157-a243-944d2a0ea6d7", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a08dd1ae-269a-4b90-9f89-19665f9ce583", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "555bae41-92ea-4bd6-924f-f310ab6f2357", "generatedFromUUID": "a08dd1ae-269a-4b90-9f89-19665f9ce583" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "555bae41-92ea-4bd6-924f-f310ab6f2357", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardByowzj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "artifactChecksum": "ZGZlZDg3MzZhZWIwYzkyMzAyYmIxYzQ2ZTZhNjJkMTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "22822801-8755-48ab-a1ff-928663ac6db8" } ], "workloadContext": "Production" } 2023-01-11T04:43:38.866Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-11T04:43:38.866Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 983d4982-b721-4e61-8efd-0075855c8c30 ASDC 2023-01-11T04:43:38.867Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c01d7284-8dd1-4669-bc4d-02280fcac37b ServiceName:basic_onboard_bYoWZJ ServiceVersion:1.0 ServiceUUID:983d4982-b721-4e61-8efd-0075855c8c30 ServiceInvariantUUID:584505a0-f223-44da-b664-5ca57b3b4c5b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardByowzj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar ArtifactUUID:22822801-8755-48ab-a1ff-928663ac6db8 ArtifactChecksum:ZGZlZDg3MzZhZWIwYzkyMzAyYmIxYzQ2ZTZhNjJkMTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_bYoWZJ 0 ResourceCustomizationUUID:22c55b0d-cc94-4fe6-b760-73fc98b8daba ResourceInvariantUUID:ab7d6e3c-0e9a-4c83-b413-cbe9e3e052dc ResourceName:basic_onboard_bYoWZJ ResourceType:VF ResourceUUID:d11b40f1-40b5-49fe-8929-aa0aa558f766 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_byowzj0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json ArtifactUUID:6e8554af-466b-4157-a243-944d2a0ea6d7 ArtifactChecksum:NjBlODJkN2FiYjVlMTU1MGY2Y2ExZTBkZWQwNjE2ZjU= 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/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml ArtifactUUID:a08dd1ae-269a-4b90-9f89-19665f9ce583 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/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env ArtifactUUID:555bae41-92ea-4bd6-924f-f310ab6f2357 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/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env ArtifactUUID:555bae41-92ea-4bd6-924f-f310ab6f2357 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-11T04:43:38.867Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 983d4982-b721-4e61-8efd-0075855c8c30 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-11T04:43:38.904Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T04:43:38.905Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-11T04:43:38.905Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-11T04:43:38.905Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 22822801-8755-48ab-a1ff-928663ac6db8 from URL: /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:38.905Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-11T04:43:38.906Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:39.046Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-11T04:43:39.050Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar 22822801-8755-48ab-a1ff-928663ac6db8 75324 2023-01-11T04:43:39.050Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar ASDC sendASDCNotification 2023-01-11T04:43:39.050Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:39.050Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:43:39.051Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:39.052Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:39.052Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412219050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:43:39.153Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:43:39.154Z||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-11T04:43:39.154Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:39.177Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:39.177Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:43:40.053Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T04:43:40.054Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-11T04:43:40.055Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 22822801-8755-48ab-a1ff-928663ac6db8, URL: /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar to file: /app/ASDC/1/service-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:40.055Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:40.056Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:40.056Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:40.208Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17518808728911972696/Definitions/service-BasicOnboardByowzj-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-11T04:43:41.428Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-11T04:43:41.428Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-11T04:43:41.428Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bYoWZJ 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-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-11T04:43:41.430Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:41.430Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:43:41.430Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria 2023-01-11T04:43:41.430Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-11T04:43:41.430Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T04:43:41.430Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:41.431Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:43:41.431Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria 2023-01-11T04:43:41.431Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-11T04:43:41.431Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T04:43:41.431Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:41.431Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:43:41.432Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:41.432Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is not matching search criteria 2023-01-11T04:43:41.432Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-11T04:43:41.432Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-11T04:43:41.432Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-11T04:43:41.432Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-11T04:43:41.432Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-11T04:43:41.433Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:41.433Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-11T04:43:41.433Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:41.433Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria 2023-01-11T04:43:41.433Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:43:41.434Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:41.434Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria 2023-01-11T04:43:41.434Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:43:41.434Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:41.434Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria 2023-01-11T04:43:41.435Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:43:41.435Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:41.435Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is not matching search criteria 2023-01-11T04:43:41.435Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-11T04:43:41.435Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-11T04:43:41.435Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a3d8027-eef9-4fb0-807e-f46790d95386 2023-01-11T04:43:41.436Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:41.436Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:43:41.436Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:41.436Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:43:41.436Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:41.436Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:43:41.437Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:41.437Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:43:41.437Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_bYoWZJ Description:service Model UUID:983d4982-b721-4e61-8efd-0075855c8c30 Model Version:NULL Model InvariantUuid:584505a0-f223-44da-b664-5ca57b3b4c5b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_bYoWZJ Model UUID:76afee01-cba8-4ac5-9094-257fab650901 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ab7d6e3c-0e9a-4c83-b413-cbe9e3e052dc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:22c55b0d-cc94-4fe6-b760-73fc98b8daba NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:63375995-2c6b-4dd0-b67b-dd1ab335985a ModelName:BasicOnboardByowzj..base_ubuntu18..module-0 ModelUuid:b4d49aba-286d-4036-838c-8fbf27e7a5bf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0a3d8027-eef9-4fb0-807e-f46790d95386 ModelInvariantUuid:e5544b6f-f9ea-45b7-95c7-0cd8c5dd8c8f ModelName:basic_onboard_bYoWZJ-nodes.ubuntu18Cvfc ModelUuid:d07e2205-ac82-4914-9a13-9b179a6f4484 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:3f9e9f51-77a0-40dd-8b30-3803b4e0bcde ModelInvariantUuid:7a862d29-4db0-45d1-b375-a74a8b208d16 ModelName:BasicOnboardByowzj.compute.nodes.heat.ubuntu18 ModelUuid:28ca5845-43df-4b85-9490-4a68afbc83eb 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-11T04:43:41.445Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d11b40f1-40b5-49fe-8929-aa0aa558f766 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-11T04:43:41.447Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||basic_onboard_bYoWZJ 0 2023-01-11T04:43:41.447Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d11b40f1-40b5-49fe-8929-aa0aa558f766 2023-01-11T04:43:41.448Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6e8554af-466b-4157-a243-944d2a0ea6d7 from URL: /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json 2023-01-11T04:43:41.448Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-11T04:43:41.448Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json 2023-01-11T04:43:41.499Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-11T04:43:41.500Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json 6e8554af-466b-4157-a243-944d2a0ea6d7 798 2023-01-11T04:43:41.500Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json ASDC sendASDCNotification 2023-01-11T04:43:41.500Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json 2023-01-11T04:43:41.500Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:43:41.500Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:41.502Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:41.502Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412221500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T04:43:41.603Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:43:41.603Z||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-11T04:43:41.604Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:41.668Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:41.669Z||pool-27-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:43:42.503Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardByowzj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "63375995-2c6b-4dd0-b67b-dd1ab335985a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b4d49aba-286d-4036-838c-8fbf27e7a5bf", "vfModuleModelCustomizationUUID": "bc93e3d7-72d8-45e5-a5eb-abfb1089dffb", "isBase": true, "artifacts": [ "a08dd1ae-269a-4b90-9f89-19665f9ce583", "555bae41-92ea-4bd6-924f-f310ab6f2357" ], "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-11T04:43:42.508Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardByowzj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b4d49aba-286d-4036-838c-8fbf27e7a5bf VfModuleModelInvariantUUID:63375995-2c6b-4dd0-b67b-dd1ab335985a VfModuleModelDescription:NULL Artifacts UUID List:{ a08dd1ae-269a-4b90-9f89-19665f9ce583 , 555bae41-92ea-4bd6-924f-f310ab6f2357 } 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-11T04:43:42.510Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardByowzj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "63375995-2c6b-4dd0-b67b-dd1ab335985a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b4d49aba-286d-4036-838c-8fbf27e7a5bf", "vfModuleModelCustomizationUUID": "bc93e3d7-72d8-45e5-a5eb-abfb1089dffb", "isBase": true, "artifacts": [ "a08dd1ae-269a-4b90-9f89-19665f9ce583", "555bae41-92ea-4bd6-924f-f310ab6f2357" ], "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-11T04:43:42.510Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardByowzj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b4d49aba-286d-4036-838c-8fbf27e7a5bf VfModuleModelInvariantUUID:63375995-2c6b-4dd0-b67b-dd1ab335985a VfModuleModelDescription:NULL Artifacts UUID List:{ a08dd1ae-269a-4b90-9f89-19665f9ce583 , 555bae41-92ea-4bd6-924f-f310ab6f2357 } 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-11T04:43:42.510Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a08dd1ae-269a-4b90-9f89-19665f9ce583 from URL: /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml 2023-01-11T04:43:42.510Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-11T04:43:42.511Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml 2023-01-11T04:43:42.565Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-11T04:43:42.565Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml a08dd1ae-269a-4b90-9f89-19665f9ce583 5033 2023-01-11T04:43:42.566Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-11T04:43:42.566Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml 2023-01-11T04:43:42.566Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:43:42.566Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:42.568Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:42.568Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412222566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T04:43:42.668Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:43:42.669Z||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-11T04:43:42.669Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:42.697Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:42.698Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:43:43.568Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 555bae41-92ea-4bd6-924f-f310ab6f2357 from URL: /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env 2023-01-11T04:43:43.569Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-11T04:43:43.569Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env 2023-01-11T04:43:43.616Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-11T04:43:43.617Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env 555bae41-92ea-4bd6-924f-f310ab6f2357 909 2023-01-11T04:43:43.617Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-11T04:43:43.617Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env 2023-01-11T04:43:43.617Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:43:43.618Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:43.619Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:43.620Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412223617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-11T04:43:43.720Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:43:43.721Z||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-11T04:43:43.721Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:43.741Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:43.742Z||pool-29-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:43:44.620Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 983d4982-b721-4e61-8efd-0075855c8c30 2023-01-11T04:43:44.621Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bYoWZJ 0 d11b40f1-40b5-49fe-8929-aa0aa558f766 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-11T04:43:44.635Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52183f0a, org.onap.sdc.toscaparser.api.parameters.Input@5979a1b5, org.onap.sdc.toscaparser.api.parameters.Input@7e5ccf1f, org.onap.sdc.toscaparser.api.parameters.Input@3f78fc1d, org.onap.sdc.toscaparser.api.parameters.Input@2c8b7497] 2023-01-11T04:43:44.636Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:44.636Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:43:44.637Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-01-11T04:43:44.637Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 22c55b0d-cc94-4fe6-b760-73fc98b8daba 2023-01-11T04:43:44.637Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22c55b0d-cc94-4fe6-b760-73fc98b8daba matches Tosca VF Customization UUID: 22c55b0d-cc94-4fe6-b760-73fc98b8daba 2023-01-11T04:43:44.638Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 22c55b0d-cc94-4fe6-b760-73fc98b8daba 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-11T04:43:44.640Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:44.641Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:43:44.641Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 22c55b0d-cc94-4fe6-b760-73fc98b8daba: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-11T04:43:44.642Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5837909c 2023-01-11T04:43:44.642Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:44.642Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-11T04:43:44.643Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bc93e3d7-72d8-45e5-a5eb-abfb1089dffb 2023-01-11T04:43:44.643Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bc93e3d7-72d8-45e5-a5eb-abfb1089dffb 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-11T04:43:44.646Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:44.647Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria 2023-01-11T04:43:44.647Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:43:44.647Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:44.648Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria 2023-01-11T04:43:44.648Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:43:44.648Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:44.649Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is not matching search criteria 2023-01-11T04:43:44.649Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-11T04:43:44.649Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-11T04:43:44.650Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a3d8027-eef9-4fb0-807e-f46790d95386 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-11T04:43:44.652Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:44.653Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria 2023-01-11T04:43:44.653Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:43:44.653Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:44.654Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria 2023-01-11T04:43:44.654Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0] matching following query criteria: sdcType=VF, customizationUUID=22c55b0d-cc94-4fe6-b760-73fc98b8daba 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-11T04:43:44.656Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:44.656Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:43:44.657Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 983d4982-b721-4e61-8efd-0075855c8c30: basic_onboard_bYoWZJ 2023-01-11T04:43:44.657Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:44.657Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:43:44.658Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:44.658Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:43:44.658Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:44.659Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:43:44.659Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:44.659Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:43:44.660Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:43:44.660Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:43:44.660Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_bYoWZJ 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-11T04:43:44.744Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bYoWZJ d11b40f1-40b5-49fe-8929-aa0aa558f766 1 ASDC deployResourceStructure 2023-01-11T04:43:44.745Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json ASDC sendASDCNotification 2023-01-11T04:43:44.745Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json 2023-01-11T04:43:44.745Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:43:44.745Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:44.747Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:44.747Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412224745, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T04:43:44.848Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:43:44.849Z||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-11T04:43:44.849Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:44.879Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:44.880Z||pool-30-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:43:45.748Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-11T04:43:45.749Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml 2023-01-11T04:43:45.749Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:43:45.750Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:45.752Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:45.752Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412225748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-11T04:43:45.852Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:43:45.853Z||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-11T04:43:45.853Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:45.886Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:45.886Z||pool-31-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:43:46.753Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-11T04:43:46.754Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env 2023-01-11T04:43:46.754Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:43:46.755Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:46.757Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:46.757Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412226753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-11T04:43:46.857Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:43:46.858Z||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-11T04:43:46.858Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:46.889Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:46.889Z||pool-32-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:43:47.758Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar ASDC sendASDCNotification 2023-01-11T04:43:47.758Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar 2023-01-11T04:43:47.758Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:43:47.759Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:43:47.761Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:43:47.761Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412227758, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:43:47.861Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:43:47.862Z||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-11T04:43:47.862Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:43:47.893Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:43:47.894Z||pool-33-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:43:48.762Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c01d7284-8dd1-4669-bc4d-02280fcac37b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:43:48.773Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c01d7284-8dd1-4669-bc4d-02280fcac37b 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-11T04:43:48.777Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:43:48.777Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-11T04:43:48.778Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-11T04:43:48.778Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-11T04:43:48.778Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:43:48.778Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:43:48.779Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:43:48.779Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:43:48.779Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:43:48.780Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T04:43:48.785Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-11T04:44:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:44:17.422Z||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-11T04:44:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:44:18.411Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:44:18.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:44:18.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412207254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:44:18.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:44:18.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:44:18.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412207254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json", "status": "NOTIFIED" } 2023-01-11T04:44:18.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:44:18.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:44:18.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412207254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-11T04:44:18.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:44:18.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:44:18.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412207254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:44:18.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:44:18.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:44:18.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412207254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-11T04:44:18.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:44:18.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:44:18.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412207254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:44:18.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:44:18.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:44:18.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412207254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:44:18.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:44:18.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:44:18.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412219050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:44:18.415Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:44:18.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:44:18.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412221500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T04:44:18.415Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:44:18.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:44:18.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412222566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T04:44:18.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:44:18.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:44:18.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412223617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-11T04:44:18.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:44:18.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:44:18.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412224745, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T04:44:18.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:44:18.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:44:18.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412225748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-11T04:44:18.417Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:44:18.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:44:18.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412226753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-11T04:44:18.417Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:44:18.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:44:18.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412227758, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:44:18.417Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:44:18.785Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c01d7284-8dd1-4669-bc4d-02280fcac37b 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-11T04:44:18.792Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c01d7284-8dd1-4669-bc4d-02280fcac37b and serviceModelVersionId: 983d4982-b721-4e61-8efd-0075855c8c30 2023-01-11T04:44:18.792Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 584505a0-f223-44da-b664-5ca57b3b4c5b 2023-01-11T04:44:18.793Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/584505a0-f223-44da-b664-5ca57b3b4c5b/model-vers/model-ver/983d4982-b721-4e61-8efd-0075855c8c30?depth=0 2023-01-11T04:44:18.797Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-11T04:44:18.846Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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/584505a0-f223-44da-b664-5ca57b3b4c5b/model-vers/model-ver/983d4982-b721-4e61-8efd-0075855c8c30?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-11T04:44:18.847Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/584505a0-f223-44da-b664-5ca57b3b4c5b/model-vers/model-ver/983d4982-b721-4e61-8efd-0075855c8c30?depth=0|INFO|500||Invoke 2023-01-11T04:44:18.885Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/584505a0-f223-44da-b664-5ca57b3b4c5b/model-vers/model-ver/983d4982-b721-4e61-8efd-0075855c8c30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-11T04:44:18.983Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/584505a0-f223-44da-b664-5ca57b3b4c5b/model-vers/model-ver/983d4982-b721-4e61-8efd-0075855c8c30?depth=0|INFO|500||InvokeReturn 2023-01-11T04:44:18.984Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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/584505a0-f223-44da-b664-5ca57b3b4c5b/model-vers/model-ver/983d4982-b721-4e61-8efd-0075855c8c30?depth=0 has http status code:200 and response headers:{date=[Wed, 11 Jan 2023 04:44:18 GMT], content-length=[0], vertex-id=[192552], x-aai-txid=[0-aai-resources-230111-04:44:18:524-75617], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-11T04:44:18.985Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-01-11T04:44:18.985Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-11T04:44:18.985Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T04:44:18.991Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T04:44:18.991Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c01d7284-8dd1-4669-bc4d-02280fcac37b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-11T04:44:18.992Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-11T04:44:18.992Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:44:18.995Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:44:18.995Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412258992, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T04:44:19.095Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:44:19.096Z||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-11T04:44:19.097Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:44:19.116Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:44:19.117Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-11T04:44:20.007Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:44:20.008Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T04:44:20.008Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:44:29.704Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:44:29.705Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:44:29.705Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T04:44:29.705Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:44:39.302Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:44:39.303Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:44:39.304Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T04:44:39.304Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:44:48.977Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:44:48.978Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:44:48.979Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T04:44:48.979Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:44:58.555Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:45:17.419Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:45:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T04:45:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:45:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:45:17.421Z||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-11T04:45:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:45:18.270Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:45:18.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-11T04:45:18.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412258992, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T04:45:18.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:45:27.215Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:46:17.419Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:46:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T04:46:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:46:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:46:17.422Z||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-11T04:46:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:46:27.121Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:46:27.200Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:47:17.419Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:47:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T04:47:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:47:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:47:17.422Z||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-11T04:47:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:47:27.056Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:47:27.070Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:48:17.419Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:48:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T04:48:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:48:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:48:17.422Z||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-11T04:48:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:48:27.052Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:48:27.150Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:49:17.419Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:49:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T04:49:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:49:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:49:17.422Z||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-11T04:49:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:49:27.075Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:49:27.099Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:50:17.419Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:50:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T04:50:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:50:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:50:17.422Z||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-11T04:50:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:50:27.121Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:50:27.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:51:17.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:51:17.420Z||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-11T04:51:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:51:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:51:17.422Z||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-11T04:51:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:51:27.094Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:51:27.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:52:17.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:52:17.420Z||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-11T04:52:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:52:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:52:17.421Z||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-11T04:52:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:52:27.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:52:27.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:53:17.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:53:17.420Z||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-11T04:53:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:53:17.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:53:17.422Z||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-11T04:53:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:53:27.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:53:27.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:54:17.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:54:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:54:17.422Z||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-11T04:54:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:54:17.422Z||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-11T04:54:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:54:18.219Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:54:18.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0361268-f958-4b2c-ae21-d0a90f131457","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"02746d1a-9798-4765-8c9d-302e947c208a","serviceDescription":"service","serviceInvariantUUID":"cd2258e5-0824-435f-a457-13e96986f4e4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8b9e6549-040f-44d6-8213-61dbaba443da","resourceInvariantUUID":"568b6c2f-94e5-4855-8073-d22f626ac6ff","resourceCustomizationUUID":"fa5ae488-9a52-4885-a4e9-2d8f4697f1c7","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":"NTJjY2QwODI4NjkzOTIwODNlNmNhNTA3ZWM3MjY0OTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2ffec74-d53e-4c55-ad5d-7aef67d7c7e2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmU1ODk4MDNjYzdlNDY5OTI1NDliNzA1OTE3ZDk1OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2a755b8-7338-41c4-8814-e86e053f4818","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-11T04:54:18.229Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:54:18.229Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:54:18.233Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:54:18.234Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412857419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:54:18.320Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:54:18.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.364Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 130 ms 2023-01-11T04:54:18.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "cds", "timestamp": 1673412814911, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:54:18.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:54:18.367Z||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-11T04:54:18.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "ves-openapi-manager", "timestamp": 1673412811219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:54:18.367Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:54:18.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:54:18.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "cds", "timestamp": 1673412814911, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:54:18.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:54:18.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "ves-openapi-manager", "timestamp": 1673412811219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-11T04:54:18.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:54:18.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "multicloud-k8s-id", "timestamp": 1673412816800, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:54:18.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:54:18.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "cds", "timestamp": 1673412818085, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:54:18.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:54:18.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "multicloud-k8s-id", "timestamp": 1673412816800, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:54:18.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:54:18.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "cds", "timestamp": 1673412819091, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-11T04:54:18.397Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0361268-f958-4b2c-ae21-d0a90f131457 2023-01-11T04:54:18.397Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0361268-f958-4b2c-ae21-d0a90f131457 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-11T04:54:18.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412822510, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:54:18.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:54:18.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412822510, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:54:18.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:54:18.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412825500, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:54:18.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:54:18.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412827415, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:54:18.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:54:18.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412828428, "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-11T04:54:18.413Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0361268-f958-4b2c-ae21-d0a90f131457 2023-01-11T04:54:18.413Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0361268-f958-4b2c-ae21-d0a90f131457 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-11T04:54:18.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "aai-ml", "timestamp": 1673412835682, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:54:18.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:54:18.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "aai-ml", "timestamp": 1673412835682, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:54:18.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:54:18.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "aai-ml", "timestamp": 1673412838614, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:54:18.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:54:18.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "aai-ml", "timestamp": 1673412842716, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:54:18.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:54:18.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:54:18.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "aai-ml", "timestamp": 1673412843721, "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-11T04:54:18.427Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0361268-f958-4b2c-ae21-d0a90f131457 2023-01-11T04:54:18.428Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0361268-f958-4b2c-ae21-d0a90f131457 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-11T04:54:18.483Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:54:18.483Z||pool-35-thread-1|||||INFO|500||cambria reply ok (118 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:54:19.234Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:54:19.235Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:54:19.237Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:54:19.237Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412857419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:54:19.337Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:54:19.338Z||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-11T04:54:19.338Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:54:19.378Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:54:19.378Z||pool-36-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":2,"count":1} 2023-01-11T04:54:20.238Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "02746d1a-9798-4765-8c9d-302e947c208a", "serviceDescription": "service", "serviceInvariantUUID": "cd2258e5-0824-435f-a457-13e96986f4e4", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "fa5ae488-9a52-4885-a4e9-2d8f4697f1c7", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "8b9e6549-040f-44d6-8213-61dbaba443da", "resourceInvariantUUID": "568b6c2f-94e5-4855-8073-d22f626ac6ff", "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": "ZmU1ODk4MDNjYzdlNDY5OTI1NDliNzA1OTE3ZDk1OGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e2a755b8-7338-41c4-8814-e86e053f4818" } ], "workloadContext": "Production" } 2023-01-11T04:54:20.239Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-11T04:54:20.239Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 02746d1a-9798-4765-8c9d-302e947c208a ASDC 2023-01-11T04:54:20.239Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:d0361268-f958-4b2c-ae21-d0a90f131457 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:02746d1a-9798-4765-8c9d-302e947c208a ServiceInvariantUUID:cd2258e5-0824-435f-a457-13e96986f4e4 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:e2a755b8-7338-41c4-8814-e86e053f4818 ArtifactChecksum:ZmU1ODk4MDNjYzdlNDY5OTI1NDliNzA1OTE3ZDk1OGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:fa5ae488-9a52-4885-a4e9-2d8f4697f1c7 ResourceInvariantUUID:568b6c2f-94e5-4855-8073-d22f626ac6ff ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:8b9e6549-040f-44d6-8213-61dbaba443da ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-11T04:54:20.240Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02746d1a-9798-4765-8c9d-302e947c208a 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-11T04:54:20.265Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T04:54:20.266Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-11T04:54:20.266Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-11T04:54:20.266Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e2a755b8-7338-41c4-8814-e86e053f4818 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-11T04:54:20.266Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-11T04:54:20.266Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-11T04:54:20.327Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-11T04:54:20.331Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e2a755b8-7338-41c4-8814-e86e053f4818 57665 2023-01-11T04:54:20.331Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||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-11T04:54:20.331Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||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-11T04:54:20.331Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:54:20.332Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:54:20.334Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:54:20.335Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412860331, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:54:20.434Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:54:20.435Z||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-11T04:54:20.435Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:54:20.478Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:54:20.478Z||pool-37-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:54:21.335Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T04:54:21.336Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-11T04:54:21.337Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e2a755b8-7338-41c4-8814-e86e053f4818, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-11T04:54:21.337Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-11T04:54:21.338Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-11T04:54:21.338Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-11T04:54:21.512Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2611335983677744072/Definitions/service-BasicNetwork-template.yml 2023-01-11T04:54:22.073Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-11T04:54:22.073Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-11T04:54:22.074Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-11T04:54:22.074Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-11T04:54:22.074Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||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-11T04:54:22.074Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||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-11T04:54:22.075Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||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-11T04:54:22.075Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||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-11T04:54:22.075Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-11T04:54:22.075Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||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-11T04:54:22.076Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||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-11T04:54:22.076Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||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-11T04:54:22.076Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-11T04:54:22.077Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:54:22.077Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:54:22.077Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-11T04:54:22.078Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-11T04:54:22.078Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T04:54:22.078Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:54:22.078Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:54:22.079Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-11T04:54:22.079Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-11T04:54:22.079Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T04:54:22.080Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:54:22.080Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:54:22.080Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:54:22.081Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:54:22.081Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:54:22.081Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:54:22.082Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:54:22.082Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:54:22.082Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:54:22.082Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:54:22.083Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:02746d1a-9798-4765-8c9d-302e947c208a Model Version:NULL Model InvariantUuid:cd2258e5-0824-435f-a457-13e96986f4e4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:568b6c2f-94e5-4855-8073-d22f626ac6ff Model UUID:33f2f488-3a92-4d5c-a63e-3f7cd6dfbde4 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:fa5ae488-9a52-4885-a4e9-2d8f4697f1c7 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-11T04:54:22.093Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 8b9e6549-040f-44d6-8213-61dbaba443da 2023-01-11T04:54:22.093Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||No resources found for Service: 02746d1a-9798-4765-8c9d-302e947c208a 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-11T04:54:22.099Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500|| 2023-01-11T04:54:22.099Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-11T04:54:22.100Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 02746d1a-9798-4765-8c9d-302e947c208a 2023-01-11T04:54:22.100Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 02746d1a-9798-4765-8c9d-302e947c208a 2023-01-11T04:54:22.101Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-11T04:54:22.101Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||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-11T04:54:22.106Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cd2dd5d, org.onap.sdc.toscaparser.api.parameters.Input@3c06fdd1, org.onap.sdc.toscaparser.api.parameters.Input@2be34c73, org.onap.sdc.toscaparser.api.parameters.Input@3950623d, org.onap.sdc.toscaparser.api.parameters.Input@23f2787f] 2023-01-11T04:54:22.107Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:54:22.107Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:54:22.108Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:54:22.108Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:54:22.108Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 02746d1a-9798-4765-8c9d-302e947c208a: Generic NeutronNet 2023-01-11T04:54:22.108Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:54:22.109Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:54:22.109Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:54:22.109Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||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-11T04:54:22.141Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:54:22.142Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:54:22.142Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:54:22.142Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:54:22.143Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:54:22.143Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:54:22.143Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||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-11T04:54:22.191Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-11T04:54:22.192Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||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-11T04:54:22.192Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||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-11T04:54:22.192Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:54:22.193Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:54:22.195Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:54:22.195Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412862192, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:54:22.295Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:54:22.296Z||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-11T04:54:22.296Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:54:22.341Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:54:22.341Z||pool-38-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:54:23.196Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0361268-f958-4b2c-ae21-d0a90f131457 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:54:23.208Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0361268-f958-4b2c-ae21-d0a90f131457 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-11T04:54:23.211Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:54:23.211Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-11T04:54:23.212Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-11T04:54:23.212Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-11T04:54:23.212Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:54:23.213Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:54:23.213Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:54:23.213Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:54:23.214Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-11T04:54:23.218Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-11T04:54:53.219Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0361268-f958-4b2c-ae21-d0a90f131457 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-11T04:54:53.227Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0361268-f958-4b2c-ae21-d0a90f131457 and serviceModelVersionId: 02746d1a-9798-4765-8c9d-302e947c208a 2023-01-11T04:54:53.227Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd2258e5-0824-435f-a457-13e96986f4e4 2023-01-11T04:54:53.228Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0 2023-01-11T04:54:53.233Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-11T04:54:53.292Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0|INFO|500||Invoke 2023-01-11T04:54:53.292Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d0361268-f958-4b2c-ae21-d0a90f131457], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6c17ed05-c917-477d-9f05-e22f0096d4c4], X-ECOMP-RequestID=[d0361268-f958-4b2c-ae21-d0a90f131457], X-TransactionId=[], X-ONAP-RequestID=[d0361268-f958-4b2c-ae21-d0a90f131457], Content-Type=[application/merge-patch+json]} 2023-01-11T04:54:53.316Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-11T04:54:53.413Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?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/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0 has http status code:200 and response headers:{date=[Wed, 11 Jan 2023 04:54:52 GMT], content-length=[0], vertex-id=[200744], x-aai-txid=[2-aai-resources-230111-04:54:52:956-56403], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-11T04:54:53.413Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-11T04:54:53.414Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0|INFO|500||InvokeReturn 2023-01-11T04:54:53.414Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-11T04:54:53.415Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-11T04:54:53.419Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-11T04:54:53.420Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0361268-f958-4b2c-ae21-d0a90f131457 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-11T04:54:53.420Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-11T04:54:53.420Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:54:53.423Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:54:53.423Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412893420, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T04:54:53.522Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:54:53.523Z||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-11T04:54:53.523Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:54:53.543Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:54:53.543Z||pool-39-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-11T04:55:17.419Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:55:17.420Z|d0361268-f958-4b2c-ae21-d0a90f131457|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-11T04:55:17.420Z|d0361268-f958-4b2c-ae21-d0a90f131457|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:55:17.421Z||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-11T04:55:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:17.912Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:17.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:55:17.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412857419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:55:17.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:55:18.356Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:18.358Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T04:55:18.358Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d5512db7-854c-44ca-8691-0687e29ad8e5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"aab637bf-80fd-43e7-a35e-51a2ca73abcf","serviceDescription":"service","serviceInvariantUUID":"8574feaf-cb98-466c-ab19-725d1f060d73","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2788f5ca-c048-41ac-a1ed-fe355ea79d37","resourceInvariantUUID":"95ff84e9-af4d-4d57-a850-c57fe3654272","resourceCustomizationUUID":"e69f55fd-e562-4656-ae5b-e6eda468407a","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":"MzhiYWM4ODRhNjVhZjhhZjQwZjZlY2UxMjIyNWFkNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15699046-63eb-4c3b-8503-d2ced5f738f8","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":"4a7ccd4a-1a7c-4e80-9703-fc4872edf350","artifactVersion":"2","generatedFromUUID":"d68e8f23-d791-4886-a5aa-12efdf86ee5b"},{"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":"d68e8f23-d791-4886-a5aa-12efdf86ee5b","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":"Yjg3ZWUyMmYzYTE0OThlNDUzMDEwNThhZjM1NDJmYmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75224711-8c33-4598-a7f8-3b66ebf7d801","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":"9ae2cf37-adef-4159-af82-7d6ddb0efd55","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":"c2ac7cf3-2305-4604-9897-93d32895d748","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":"7848e642-08cc-48e3-b276-fc79c4afede7","artifactVersion":"2","generatedFromUUID":"9ae2cf37-adef-4159-af82-7d6ddb0efd55"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWVjMGJlOGY4Yjk3YjllODllOWFmMDJjMzk4MzUzMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df52c721-2581-460a-a820-74e358d3bed2","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTAwNWM2YjkyNGUxZWZmNGZmOTIyNTAyMTM1NTM3OTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10ec8adb-18d3-4e3c-9206-0990f6a5728c","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-11T04:55:18.361Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:55:18.361Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:18.363Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:18.363Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:55:18.463Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:55:18.464Z||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-11T04:55:18.464Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:18.556Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:18.557Z||pool-40-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":10,"count":1} 2023-01-11T04:55:19.363Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:55:19.364Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:19.366Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:19.366Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-11T04:55:19.466Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:55:19.467Z||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-11T04:55:19.467Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:19.501Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:19.501Z||pool-41-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:55:20.367Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:55:20.367Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:20.369Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:20.369Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-11T04:55:20.470Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-11T04:55:20.470Z||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-11T04:55:20.471Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:20.544Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:20.545Z||pool-42-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:55:21.369Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:55:21.370Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:21.372Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:21.372Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-11T04:55:21.472Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:55:21.473Z||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-11T04:55:21.474Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:21.639Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:21.640Z||pool-43-thread-1|||||INFO|500||cambria reply ok (167 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:55:22.373Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:55:22.374Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:22.376Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:22.376Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-11T04:55:22.476Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:55:22.477Z||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-11T04:55:22.477Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:22.554Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:22.554Z||pool-44-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:55:23.376Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:55:23.377Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:23.378Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:23.378Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:55:23.479Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:55:23.479Z||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-11T04:55:23.480Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:23.573Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:23.574Z||pool-45-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:55:24.379Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:55:24.381Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:24.383Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:24.383Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-11T04:55:24.483Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:55:24.484Z||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-11T04:55:24.484Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:24.517Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:24.517Z||pool-46-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:55:25.390Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:55:25.391Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:25.393Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:25.394Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:55:25.494Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:55:25.494Z||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-11T04:55:25.494Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:25.514Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:25.515Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:55:26.395Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:55:26.396Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:26.398Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:26.398Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:55:26.498Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:55:26.499Z||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-11T04:55:26.499Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:26.563Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:26.563Z||pool-48-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:55:27.400Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "aab637bf-80fd-43e7-a35e-51a2ca73abcf", "serviceDescription": "service", "serviceInvariantUUID": "8574feaf-cb98-466c-ab19-725d1f060d73", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "e69f55fd-e562-4656-ae5b-e6eda468407a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2788f5ca-c048-41ac-a1ed-fe355ea79d37", "resourceInvariantUUID": "95ff84e9-af4d-4d57-a850-c57fe3654272", "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": "4a7ccd4a-1a7c-4e80-9703-fc4872edf350", "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": "d68e8f23-d791-4886-a5aa-12efdf86ee5b", "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": "Yjg3ZWUyMmYzYTE0OThlNDUzMDEwNThhZjM1NDJmYmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "75224711-8c33-4598-a7f8-3b66ebf7d801", "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": "9ae2cf37-adef-4159-af82-7d6ddb0efd55", "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": "7848e642-08cc-48e3-b276-fc79c4afede7", "generatedFromUUID": "9ae2cf37-adef-4159-af82-7d6ddb0efd55" }, "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": "7848e642-08cc-48e3-b276-fc79c4afede7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NTAwNWM2YjkyNGUxZWZmNGZmOTIyNTAyMTM1NTM3OTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "10ec8adb-18d3-4e3c-9206-0990f6a5728c" } ], "workloadContext": "Production" } 2023-01-11T04:55:27.400Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-11T04:55:27.400Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 aab637bf-80fd-43e7-a35e-51a2ca73abcf ASDC 2023-01-11T04:55:27.401Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:d5512db7-854c-44ca-8691-0687e29ad8e5 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:aab637bf-80fd-43e7-a35e-51a2ca73abcf ServiceInvariantUUID:8574feaf-cb98-466c-ab19-725d1f060d73 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:10ec8adb-18d3-4e3c-9206-0990f6a5728c ArtifactChecksum:NTAwNWM2YjkyNGUxZWZmNGZmOTIyNTAyMTM1NTM3OTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:e69f55fd-e562-4656-ae5b-e6eda468407a ResourceInvariantUUID:95ff84e9-af4d-4d57-a850-c57fe3654272 ResourceName:basic_cnf ResourceType:VF ResourceUUID:2788f5ca-c048-41ac-a1ed-fe355ea79d37 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:4a7ccd4a-1a7c-4e80-9703-fc4872edf350 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:d68e8f23-d791-4886-a5aa-12efdf86ee5b 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:75224711-8c33-4598-a7f8-3b66ebf7d801 ArtifactChecksum:Yjg3ZWUyMmYzYTE0OThlNDUzMDEwNThhZjM1NDJmYmE= 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:9ae2cf37-adef-4159-af82-7d6ddb0efd55 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:7848e642-08cc-48e3-b276-fc79c4afede7 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:7848e642-08cc-48e3-b276-fc79c4afede7 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-11T04:55:27.402Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aab637bf-80fd-43e7-a35e-51a2ca73abcf 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-11T04:55:27.434Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T04:55:27.435Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-11T04:55:27.435Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-11T04:55:27.436Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 10ec8adb-18d3-4e3c-9206-0990f6a5728c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-11T04:55:27.437Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-11T04:55:27.437Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-11T04:55:27.494Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-11T04:55:27.497Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 10ec8adb-18d3-4e3c-9206-0990f6a5728c 73679 2023-01-11T04:55:27.498Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:27.498Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:27.499Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:55:27.499Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:27.501Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:27.501Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412927498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:55:27.602Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:55:27.602Z||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-11T04:55:27.603Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:27.635Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:27.636Z||pool-49-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:55:28.502Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T04:55:28.503Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-11T04:55:28.503Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 10ec8adb-18d3-4e3c-9206-0990f6a5728c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-11T04:55:28.503Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-11T04:55:28.504Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-11T04:55:28.504Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-11T04:55:28.676Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12956792032508763772/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-11T04:55:29.787Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-11T04:55:29.789Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:29.789Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:55:29.789Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-11T04:55:29.789Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-11T04:55:29.789Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T04:55:29.790Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:29.790Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:55:29.790Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-11T04:55:29.790Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-11T04:55:29.790Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T04:55:29.790Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:29.790Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:55:29.791Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:29.791Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-11T04:55:29.791Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-11T04:55:29.791Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-11T04:55:29.791Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-11T04:55:29.792Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:29.792Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-11T04:55:29.792Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:29.792Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-11T04:55:29.792Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:55:29.793Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:29.793Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-11T04:55:29.793Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:55:29.793Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:29.793Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-11T04:55:29.793Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:55:29.794Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:29.794Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-11T04:55:29.794Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-11T04:55:29.794Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=151e2dd8-0182-4590-b371-1fbdbc8ce586 2023-01-11T04:55:29.794Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:29.794Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:55:29.795Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:29.795Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:55:29.795Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:29.795Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:55:29.795Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:29.796Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:55:29.796Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:aab637bf-80fd-43e7-a35e-51a2ca73abcf Model Version:NULL Model InvariantUuid:8574feaf-cb98-466c-ab19-725d1f060d73 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:ff40935b-91cf-4cea-9933-bf0e29fce85b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:95ff84e9-af4d-4d57-a850-c57fe3654272 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e69f55fd-e562-4656-ae5b-e6eda468407a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5321dfec-6f54-4970-b52b-67f91db84b5e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:47e8c42f-e92e-4579-a7c3-65059cd01c18 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:151e2dd8-0182-4590-b371-1fbdbc8ce586 ModelInvariantUuid:921bf764-be2c-4e66-a063-a7c293263839 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:cd267073-b54f-40b4-b676-c82fc7b32d68 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:ecc2ea35-2a80-4223-b3da-933ba0ab2ba3 ModelInvariantUuid:b53b9306-ad53-4146-8fcf-75045b549f2c ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:8becfca3-a604-441b-a389-ea84eaa25c46 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-11T04:55:29.804Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2788f5ca-c048-41ac-a1ed-fe355ea79d37 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-11T04:55:29.807Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||basic_cnf 0 2023-01-11T04:55:29.807Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2788f5ca-c048-41ac-a1ed-fe355ea79d37 2023-01-11T04:55:29.808Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4a7ccd4a-1a7c-4e80-9703-fc4872edf350 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-11T04:55:29.808Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-11T04:55:29.808Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:29.861Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-11T04:55:29.861Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4a7ccd4a-1a7c-4e80-9703-fc4872edf350 12 2023-01-11T04:55:29.862Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:29.862Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:29.862Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:55:29.863Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:29.865Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:29.865Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412929862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-11T04:55:29.965Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:55:29.966Z||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-11T04:55:29.966Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:29.986Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:29.986Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:55:30.866Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d68e8f23-d791-4886-a5aa-12efdf86ee5b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-11T04:55:30.866Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-11T04:55:30.867Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:30.906Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-11T04:55:30.907Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d68e8f23-d791-4886-a5aa-12efdf86ee5b 2688 2023-01-11T04:55:30.908Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:30.908Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:30.909Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:55:30.909Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:30.911Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:30.912Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412930908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-11T04:55:31.011Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:55:31.012Z||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-11T04:55:31.013Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:31.026Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:31.027Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:55:31.913Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 75224711-8c33-4598-a7f8-3b66ebf7d801 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-11T04:55:31.914Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-11T04:55:31.914Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:31.978Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-11T04:55:31.979Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 75224711-8c33-4598-a7f8-3b66ebf7d801 828 2023-01-11T04:55:31.979Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:31.979Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:31.979Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:55:31.979Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:31.981Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:31.981Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412931979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T04:55:32.081Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:55:32.082Z||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-11T04:55:32.082Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:32.106Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:32.107Z||pool-52-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:55:32.982Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5321dfec-6f54-4970-b52b-67f91db84b5e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "47e8c42f-e92e-4579-a7c3-65059cd01c18", "vfModuleModelCustomizationUUID": "ea4e0fd2-68fb-4a59-8b31-0773f8e08558", "isBase": true, "artifacts": [ "9ae2cf37-adef-4159-af82-7d6ddb0efd55", "d68e8f23-d791-4886-a5aa-12efdf86ee5b", "7848e642-08cc-48e3-b276-fc79c4afede7" ], "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-11T04:55:32.986Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:47e8c42f-e92e-4579-a7c3-65059cd01c18 VfModuleModelInvariantUUID:5321dfec-6f54-4970-b52b-67f91db84b5e VfModuleModelDescription:NULL Artifacts UUID List:{ 9ae2cf37-adef-4159-af82-7d6ddb0efd55 , d68e8f23-d791-4886-a5aa-12efdf86ee5b , 7848e642-08cc-48e3-b276-fc79c4afede7 } 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-11T04:55:32.988Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5321dfec-6f54-4970-b52b-67f91db84b5e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "47e8c42f-e92e-4579-a7c3-65059cd01c18", "vfModuleModelCustomizationUUID": "ea4e0fd2-68fb-4a59-8b31-0773f8e08558", "isBase": true, "artifacts": [ "9ae2cf37-adef-4159-af82-7d6ddb0efd55", "d68e8f23-d791-4886-a5aa-12efdf86ee5b", "7848e642-08cc-48e3-b276-fc79c4afede7" ], "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-11T04:55:32.988Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:47e8c42f-e92e-4579-a7c3-65059cd01c18 VfModuleModelInvariantUUID:5321dfec-6f54-4970-b52b-67f91db84b5e VfModuleModelDescription:NULL Artifacts UUID List:{ 9ae2cf37-adef-4159-af82-7d6ddb0efd55 , d68e8f23-d791-4886-a5aa-12efdf86ee5b , 7848e642-08cc-48e3-b276-fc79c4afede7 } 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-11T04:55:32.988Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9ae2cf37-adef-4159-af82-7d6ddb0efd55 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-11T04:55:32.989Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-11T04:55:32.989Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:33.036Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-11T04:55:33.037Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9ae2cf37-adef-4159-af82-7d6ddb0efd55 1164 2023-01-11T04:55:33.037Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:33.037Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:33.037Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:55:33.037Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:33.039Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:33.039Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412933037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T04:55:33.140Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-11T04:55:33.140Z||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-11T04:55:33.140Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:33.160Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:33.161Z||pool-53-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:55:34.040Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7848e642-08cc-48e3-b276-fc79c4afede7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-11T04:55:34.040Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-11T04:55:34.041Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:34.082Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-11T04:55:34.083Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7848e642-08cc-48e3-b276-fc79c4afede7 200 2023-01-11T04:55:34.083Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:34.083Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:34.083Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:55:34.084Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:34.085Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:34.085Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412934083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-11T04:55:34.186Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:55:34.186Z||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-11T04:55:34.187Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:34.248Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:34.249Z||pool-54-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:55:35.086Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: aab637bf-80fd-43e7-a35e-51a2ca73abcf 2023-01-11T04:55:35.087Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2788f5ca-c048-41ac-a1ed-fe355ea79d37 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=? 2023-01-11T04:55:35.101Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-11T04:55:35.106Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@527c3d26, org.onap.sdc.toscaparser.api.parameters.Input@6ad2ec75, org.onap.sdc.toscaparser.api.parameters.Input@18347196, org.onap.sdc.toscaparser.api.parameters.Input@7ac90cea, org.onap.sdc.toscaparser.api.parameters.Input@49ef9b98] 2023-01-11T04:55:35.108Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:35.108Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:55:35.108Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-11T04:55:35.108Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= e69f55fd-e562-4656-ae5b-e6eda468407a 2023-01-11T04:55:35.109Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e69f55fd-e562-4656-ae5b-e6eda468407a matches Tosca VF Customization UUID: e69f55fd-e562-4656-ae5b-e6eda468407a 2023-01-11T04:55:35.109Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: e69f55fd-e562-4656-ae5b-e6eda468407a 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-11T04:55:35.111Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:35.111Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:55:35.112Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id e69f55fd-e562-4656-ae5b-e6eda468407a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-11T04:55:35.112Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d3ceb15 2023-01-11T04:55:35.112Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:35.113Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-11T04:55:35.113Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ea4e0fd2-68fb-4a59-8b31-0773f8e08558 2023-01-11T04:55:35.113Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ea4e0fd2-68fb-4a59-8b31-0773f8e08558 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-11T04:55:35.115Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:35.116Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-11T04:55:35.116Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:55:35.116Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:35.116Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-11T04:55:35.117Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:55:35.117Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:35.117Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-11T04:55:35.117Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-11T04:55:35.118Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=151e2dd8-0182-4590-b371-1fbdbc8ce586 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-11T04:55:35.120Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:35.120Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-11T04:55:35.121Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:55:35.121Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:35.121Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-11T04:55:35.121Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e69f55fd-e562-4656-ae5b-e6eda468407a 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-11T04:55:35.123Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:35.123Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:55:35.123Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid aab637bf-80fd-43e7-a35e-51a2ca73abcf: basic_cnf 2023-01-11T04:55:35.124Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:35.124Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:55:35.124Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:35.124Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:55:35.125Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:35.125Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:55:35.125Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:35.125Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:55:35.125Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:55:35.126Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:55:35.126Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:35.183Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2788f5ca-c048-41ac-a1ed-fe355ea79d37 1 ASDC deployResourceStructure 2023-01-11T04:55:35.184Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:35.184Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:35.184Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-11T04:55:35.184Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:35.186Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:35.186Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412935183, "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-11T04:55:35.286Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:55:35.287Z||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-11T04:55:35.287Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:35.300Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:35.300Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:55:36.189Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:36.189Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:36.189Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-11T04:55:36.190Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:36.192Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:36.192Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412936189, "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-11T04:55:36.292Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:55:36.293Z||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-11T04:55:36.293Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:36.307Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:36.307Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:55:37.194Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:37.194Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:37.195Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:55:37.195Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:37.197Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:37.197Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412937193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T04:55:37.297Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:55:37.298Z||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-11T04:55:37.298Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:37.337Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:37.337Z||pool-57-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:55:38.198Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:38.199Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:38.199Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:55:38.199Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:38.201Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:38.202Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412938198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-11T04:55:38.302Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:55:38.302Z||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-11T04:55:38.303Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:38.317Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:38.317Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:55:39.203Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:39.203Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:39.203Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:55:39.203Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:39.206Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:39.206Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412939202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-11T04:55:39.306Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:55:39.306Z||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-11T04:55:39.306Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:39.322Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:39.322Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:55:40.206Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:40.207Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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-11T04:55:40.207Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:55:40.207Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:55:40.209Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:55:40.209Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412940206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:55:40.309Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:55:40.310Z||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-11T04:55:40.310Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:55:40.360Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:55:40.361Z||pool-60-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:55:41.210Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5512db7-854c-44ca-8691-0687e29ad8e5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:55:41.220Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5512db7-854c-44ca-8691-0687e29ad8e5 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-11T04:55:41.222Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:55:41.222Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-11T04:55:41.222Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-11T04:56:11.223Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5512db7-854c-44ca-8691-0687e29ad8e5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:56:11.235Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5512db7-854c-44ca-8691-0687e29ad8e5 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-11T04:56:11.240Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:56:11.240Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-11T04:56:11.240Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-11T04:56:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:56:17.422Z||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-11T04:56:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:56:17.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:56:17.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412857419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:56:17.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412860331, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:56:17.603Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:56:17.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412862192, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:56:17.603Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:56:17.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412882510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "multicloud-k8s-id", "timestamp": 1673412876789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412882510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "multicloud-k8s-id", "timestamp": 1673412876789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-11T04:56:17.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412882510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "multicloud-k8s-id", "timestamp": 1673412876789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-11T04:56:17.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412882510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "multicloud-k8s-id", "timestamp": 1673412876789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-11T04:56:17.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412882510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "multicloud-k8s-id", "timestamp": 1673412876789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-11T04:56:17.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412882510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "cds", "timestamp": 1673412889911, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "multicloud-k8s-id", "timestamp": 1673412876789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412882510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "cds", "timestamp": 1673412889911, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "multicloud-k8s-id", "timestamp": 1673412876789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-11T04:56:17.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "cds", "timestamp": 1673412889911, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412882510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "ves-openapi-manager", "timestamp": 1673412891218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "multicloud-k8s-id", "timestamp": 1673412876789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412882510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:56:17.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "cds", "timestamp": 1673412889911, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "ves-openapi-manager", "timestamp": 1673412891218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "multicloud-k8s-id", "timestamp": 1673412876789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:56:17.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412893420, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T04:56:17.613Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:56:17.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "cds", "timestamp": 1673412889911, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412895201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:56:17.614Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:56:17.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "ves-openapi-manager", "timestamp": 1673412891218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "multicloud-k8s-id", "timestamp": 1673412895042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T04:56:17.615Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:56:17.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "cds", "timestamp": 1673412889911, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "ves-openapi-manager", "timestamp": 1673412891218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "multicloud-k8s-id", "timestamp": 1673412896120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T04:56:17.616Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:56:17.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "cds", "timestamp": 1673412889911, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "ves-openapi-manager", "timestamp": 1673412891218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "multicloud-k8s-id", "timestamp": 1673412897181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-11T04:56:17.618Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:56:17.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412897894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:56:17.618Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:56:17.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "cds", "timestamp": 1673412889911, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "ves-openapi-manager", "timestamp": 1673412891218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "multicloud-k8s-id", "timestamp": 1673412898249, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-11T04:56:17.619Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:56:17.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412898900, "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-11T04:56:17.626Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d5512db7-854c-44ca-8691-0687e29ad8e5 2023-01-11T04:56:17.627Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5512db7-854c-44ca-8691-0687e29ad8e5 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-11T04:56:17.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "cds", "timestamp": 1673412889911, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:56:17.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "ves-openapi-manager", "timestamp": 1673412891218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "multicloud-k8s-id", "timestamp": 1673412899345, "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-11T04:56:17.642Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5512db7-854c-44ca-8691-0687e29ad8e5 2023-01-11T04:56:17.642Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5512db7-854c-44ca-8691-0687e29ad8e5 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-11T04:56:17.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "cds", "timestamp": 1673412899819, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:56:17.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:56:17.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "ves-openapi-manager", "timestamp": 1673412891218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "multicloud-k8s-id", "timestamp": 1673412900355, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T04:56:17.651Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:56:17.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "ves-openapi-manager", "timestamp": 1673412891218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "cds", "timestamp": 1673412900833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-11T04:56:17.657Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d5512db7-854c-44ca-8691-0687e29ad8e5 2023-01-11T04:56:17.657Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5512db7-854c-44ca-8691-0687e29ad8e5 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-11T04:56:17.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "multicloud-k8s-id", "timestamp": 1673412901366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "multicloud-k8s-id", "timestamp": 1673412901366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:56:17.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "multicloud-k8s-id", "timestamp": 1673412901366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "aai-ml", "timestamp": 1673412905439, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:56:17.667Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:56:17.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "multicloud-k8s-id", "timestamp": 1673412901366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "cds", "timestamp": 1673412904911, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "multicloud-k8s-id", "timestamp": 1673412901366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "cds", "timestamp": 1673412904911, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "multicloud-k8s-id", "timestamp": 1673412901366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "cds", "timestamp": 1673412904911, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "multicloud-k8s-id", "timestamp": 1673412901366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "cds", "timestamp": 1673412904911, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "multicloud-k8s-id", "timestamp": 1673412901366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:56:17.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "cds", "timestamp": 1673412904911, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "cds", "timestamp": 1673412904911, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "aai-ml", "timestamp": 1673412912298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:56:17.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:56:17.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "cds", "timestamp": 1673412904911, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "aai-ml", "timestamp": 1673412913302, "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-11T04:56:17.676Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d5512db7-854c-44ca-8691-0687e29ad8e5 2023-01-11T04:56:17.676Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5512db7-854c-44ca-8691-0687e29ad8e5 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-11T04:56:17.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "cds", "timestamp": 1673412904911, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:56:17.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412912510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "ves-openapi-manager", "timestamp": 1673412911218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "cds", "timestamp": 1673412913731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:56:17.686Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:56:17.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412912510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "ves-openapi-manager", "timestamp": 1673412911218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "cds", "timestamp": 1673412914738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-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-11T04:56:17.697Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab004c56-c85d-4ae1-90b4-0b609e65263b 2023-01-11T04:56:17.697Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab004c56-c85d-4ae1-90b4-0b609e65263b 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-11T04:56:17.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412912510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "ves-openapi-manager", "timestamp": 1673412911218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "cds", "timestamp": 1673412904911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412912510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "ves-openapi-manager", "timestamp": 1673412911218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "cds", "timestamp": 1673412904911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412912510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "ves-openapi-manager", "timestamp": 1673412911218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "multicloud-k8s-id", "timestamp": 1673412916787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "cds", "timestamp": 1673412904911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:17.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:56:17.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412912510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:56:17.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:56:41.241Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5512db7-854c-44ca-8691-0687e29ad8e5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:56:41.252Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5512db7-854c-44ca-8691-0687e29ad8e5 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-11T04:56:41.255Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:56:41.255Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-11T04:56:41.255Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-11T04:56:41.255Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-11T04:56:41.255Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:56:41.255Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:56:41.255Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:56:41.256Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:56:41.256Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:56:41.256Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-11T04:56:41.260Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-11T04:57:11.261Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d5512db7-854c-44ca-8691-0687e29ad8e5 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-11T04:57:11.267Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d5512db7-854c-44ca-8691-0687e29ad8e5 and serviceModelVersionId: aab637bf-80fd-43e7-a35e-51a2ca73abcf 2023-01-11T04:57:11.268Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8574feaf-cb98-466c-ab19-725d1f060d73 2023-01-11T04:57:11.269Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8574feaf-cb98-466c-ab19-725d1f060d73/model-vers/model-ver/aab637bf-80fd-43e7-a35e-51a2ca73abcf?depth=0 2023-01-11T04:57:11.272Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-11T04:57:11.316Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8574feaf-cb98-466c-ab19-725d1f060d73/model-vers/model-ver/aab637bf-80fd-43e7-a35e-51a2ca73abcf?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-11T04:57:11.318Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8574feaf-cb98-466c-ab19-725d1f060d73/model-vers/model-ver/aab637bf-80fd-43e7-a35e-51a2ca73abcf?depth=0|INFO|500||Invoke 2023-01-11T04:57:11.358Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8574feaf-cb98-466c-ab19-725d1f060d73/model-vers/model-ver/aab637bf-80fd-43e7-a35e-51a2ca73abcf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-11T04:57:11.452Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8574feaf-cb98-466c-ab19-725d1f060d73/model-vers/model-ver/aab637bf-80fd-43e7-a35e-51a2ca73abcf?depth=0|INFO|500||InvokeReturn 2023-01-11T04:57:11.452Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8574feaf-cb98-466c-ab19-725d1f060d73/model-vers/model-ver/aab637bf-80fd-43e7-a35e-51a2ca73abcf?depth=0 has http status code:200 and response headers:{date=[Wed, 11 Jan 2023 04:57:10 GMT], content-length=[0], vertex-id=[217088], x-aai-txid=[0-aai-resources-230111-04:57:11:000-18900], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-11T04:57:11.453Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-01-11T04:57:11.453Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-11T04:57:11.453Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-11T04:57:11.457Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-11T04:57:11.457Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d5512db7-854c-44ca-8691-0687e29ad8e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-11T04:57:11.457Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-11T04:57:11.458Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:57:11.460Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:57:11.460Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413031457, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T04:57:11.560Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:57:11.562Z||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-11T04:57:11.562Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:57:11.620Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:57:11.621Z||pool-61-thread-1|||||INFO|500||cambria reply ok (60 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-11T04:57:12.473Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T04:57:12.473Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab004c56-c85d-4ae1-90b4-0b609e65263b","serviceName":"Demo_pNF_QaEKWbxi7XHIxSx3C8lW","serviceVersion":"1.0","serviceUUID":"1f12b9a9-3c57-4926-9605-f4153f2e7f5e","serviceDescription":"catalog service description","serviceInvariantUUID":"d8528959-cac4-4526-a315-9745d4060f77","resources":[{"resourceInstanceName":"pNF bbc4f4aa-84ac 0","resourceName":"pNF bbc4f4aa-84ac","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"89d5d28b-d280-4eed-814e-3df15ebd00d0","resourceInvariantUUID":"11988399-3f0b-406f-9408-a44b856c23c1","resourceCustomizationUUID":"1d86f2c1-8c0a-450e-b121-cd8401f0d6b0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vf-license-model.xml","artifactChecksum":"MTg1ZWZjY2NjYTU4NjMwNmMzYWNhMmQ1YTkzMWJjMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"994b8e30-7c84-412e-ae9d-f070ff3dec38","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/pNF.csar","artifactChecksum":"OTM0MmZiZTkwMTBmNWUxNjUxMzUxNjFmMjRlYzBiODg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da271482-61eb-42a9-8f3f-c97abe723eb4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3319b47-189c-46ff-aa45-43dffa7f768f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vendor-license-model.xml","artifactChecksum":"OWQxZTdhNjZmMjA3YjllMjgyMWVhMGJiY2Y1ODhlMWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"df6d1bd5-49a0-440e-b967-2bbb4f52cf90","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a01b9db0-15ff-4c70-b6cc-344cd8da624d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"937a8a72-ef9e-4df5-9e72-4ddab2cec6d6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQaekwbxi7xhixsx3c8lw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-template.yml","artifactChecksum":"MDJjYzRiYjNjMTE4YTAxMzE0MjAyZjI5NjQwMzdhZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5f788e1-6c98-4ee2-a592-6af08c3c359f","artifactVersion":"1"},{"artifactName":"service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar","artifactChecksum":"ZDZkZDM2YjNkODY0NDQ5NGJkNTM4MTlkZmNmYWFhMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"738e72f5-de8f-4129-99e9-b88ae2913466","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-11T04:57:12.474Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:57:12.474Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:57:12.476Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:57:12.476Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:57:12.576Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:57:12.577Z||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-11T04:57:12.577Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:57:12.666Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:57:12.667Z||pool-62-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:57:13.477Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:57:13.477Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:57:13.481Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:57:13.481Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-11T04:57:13.583Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-11T04:57:13.584Z||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-11T04:57:13.584Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:57:13.659Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:57:13.659Z||pool-63-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:57:14.482Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:57:14.482Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:57:14.484Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:57:14.484Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-11T04:57:14.584Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:57:14.585Z||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-11T04:57:14.585Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:57:14.684Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:57:14.684Z||pool-64-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:57:15.484Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:57:15.485Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:57:15.493Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:57:15.493Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:57:15.596Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-11T04:57:15.597Z||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-11T04:57:15.597Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:57:15.613Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:57:15.614Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:57:16.494Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:57:16.495Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:57:16.497Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:57:16.497Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:57:16.597Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:57:16.598Z||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-11T04:57:16.600Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:57:16.642Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:57:16.643Z||pool-66-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:57:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:57:17.422Z||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-11T04:57:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:57:17.497Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:57:17.498Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:57:17.500Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:57:17.500Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:57:17.586Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:57:17.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:57:17.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "ves-openapi-manager", "timestamp": 1673412911218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-11T04:57:17.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:57:17.600Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:57:17.601Z||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-11T04:57:17.601Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:57:17.691Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:57:17.692Z||pool-67-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:57:18.501Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:57:18.501Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:57:18.504Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:57:18.504Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:57:18.604Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:57:18.605Z||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-11T04:57:18.605Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:57:18.653Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:57:18.654Z||pool-68-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":2,"count":1} 2023-01-11T04:57:19.505Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:57:19.505Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:57:19.507Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:57:19.507Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:57:19.607Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:57:19.608Z||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-11T04:57:19.608Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:57:19.637Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:57:19.637Z||pool-69-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:57:20.509Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "serviceName": "Demo_pNF_QaEKWbxi7XHIxSx3C8lW", "serviceVersion": "1.0", "serviceUUID": "1f12b9a9-3c57-4926-9605-f4153f2e7f5e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d8528959-cac4-4526-a315-9745d4060f77", "resources": [ { "resourceInstanceName": "pNF bbc4f4aa-84ac 0", "resourceCustomizationUUID": "1d86f2c1-8c0a-450e-b121-cd8401f0d6b0", "resourceName": "pNF bbc4f4aa-84ac", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "89d5d28b-d280-4eed-814e-3df15ebd00d0", "resourceInvariantUUID": "11988399-3f0b-406f-9408-a44b856c23c1", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "artifactChecksum": "ZDZkZDM2YjNkODY0NDQ5NGJkNTM4MTlkZmNmYWFhMDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "738e72f5-de8f-4129-99e9-b88ae2913466" } ], "workloadContext": "Production" } 2023-01-11T04:57:20.509Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-11T04:57:20.509Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1f12b9a9-3c57-4926-9605-f4153f2e7f5e ASDC 2023-01-11T04:57:20.509Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:ab004c56-c85d-4ae1-90b4-0b609e65263b ServiceName:Demo_pNF_QaEKWbxi7XHIxSx3C8lW ServiceVersion:1.0 ServiceUUID:1f12b9a9-3c57-4926-9605-f4153f2e7f5e ServiceInvariantUUID:d8528959-cac4-4526-a315-9745d4060f77 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar ArtifactUUID:738e72f5-de8f-4129-99e9-b88ae2913466 ArtifactChecksum:ZDZkZDM2YjNkODY0NDQ5NGJkNTM4MTlkZmNmYWFhMDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bbc4f4aa-84ac 0 ResourceCustomizationUUID:1d86f2c1-8c0a-450e-b121-cd8401f0d6b0 ResourceInvariantUUID:11988399-3f0b-406f-9408-a44b856c23c1 ResourceName:pNF bbc4f4aa-84ac ResourceType:PNF ResourceUUID:89d5d28b-d280-4eed-814e-3df15ebd00d0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-11T04:57:20.509Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f12b9a9-3c57-4926-9605-f4153f2e7f5e 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-11T04:57:20.545Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T04:57:20.545Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-11T04:57:20.545Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-11T04:57:20.545Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 738e72f5-de8f-4129-99e9-b88ae2913466 from URL: /sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:20.546Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-11T04:57:20.546Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:20.631Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-11T04:57:20.640Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 738e72f5-de8f-4129-99e9-b88ae2913466 87782 2023-01-11T04:57:20.641Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar ASDC sendASDCNotification 2023-01-11T04:57:20.641Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:20.641Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:57:20.641Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:57:20.644Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:57:20.644Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413040641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:57:20.744Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:57:20.745Z||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-11T04:57:20.745Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:57:20.925Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:57:20.932Z||pool-70-thread-1|||||INFO|500||cambria reply ok (188 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:57:21.644Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T04:57:21.645Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-11T04:57:21.645Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 738e72f5-de8f-4129-99e9-b88ae2913466, URL: /sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar to file: /app/ASDC/1/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:21.646Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:21.646Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:21.646Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:21.748Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5769610491000072139/Definitions/service-DemoPnfQaekwbxi7xhixsx3c8lw-template.yml 2023-01-11T04:57:22.502Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-11T04:57:22.502Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-11T04:57:22.503Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:22.503Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-11T04:57:22.503Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:22.503Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:22.503Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:22.503Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:22.503Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:22.503Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:22.503Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bbc4f4aa-84ac 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-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:22.503Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-11T04:57:22.504Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:57:22.504Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QaEKWbxi7XHIxSx3C8lW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:57:22.504Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Node template pNF bbc4f4aa-84ac 0 is matching search criteria 2023-01-11T04:57:22.504Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-11T04:57:22.504Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF bbc4f4aa-84ac 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T04:57:22.504Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:57:22.504Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QaEKWbxi7XHIxSx3C8lW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:57:22.505Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Node template pNF bbc4f4aa-84ac 0 is matching search criteria 2023-01-11T04:57:22.505Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-11T04:57:22.505Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF bbc4f4aa-84ac 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T04:57:22.505Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:57:22.505Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QaEKWbxi7XHIxSx3C8lW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:57:22.505Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:57:22.506Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QaEKWbxi7XHIxSx3C8lW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:57:22.506Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:57:22.506Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QaEKWbxi7XHIxSx3C8lW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:57:22.506Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:57:22.506Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QaEKWbxi7XHIxSx3C8lW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:57:22.506Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:57:22.506Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QaEKWbxi7XHIxSx3C8lW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:57:22.506Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_QaEKWbxi7XHIxSx3C8lW Description:catalog service description Model UUID:1f12b9a9-3c57-4926-9605-f4153f2e7f5e Model Version:NULL Model InvariantUuid:d8528959-cac4-4526-a315-9745d4060f77 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-11T04:57:22.511Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 89d5d28b-d280-4eed-814e-3df15ebd00d0 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-11T04:57:22.514Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||pNF bbc4f4aa-84ac 0 2023-01-11T04:57:22.514Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 89d5d28b-d280-4eed-814e-3df15ebd00d0 2023-01-11T04:57:22.514Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 1f12b9a9-3c57-4926-9605-f4153f2e7f5e 2023-01-11T04:57:22.514Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1f12b9a9-3c57-4926-9605-f4153f2e7f5e 2023-01-11T04:57:22.514Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bbc4f4aa-84ac 0 89d5d28b-d280-4eed-814e-3df15ebd00d0 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-11T04:57:22.518Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57543aab, org.onap.sdc.toscaparser.api.parameters.Input@28ac60a1, org.onap.sdc.toscaparser.api.parameters.Input@867c1b3, org.onap.sdc.toscaparser.api.parameters.Input@3014ad2, org.onap.sdc.toscaparser.api.parameters.Input@75f6a97b] 2023-01-11T04:57:22.518Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:57:22.518Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QaEKWbxi7XHIxSx3C8lW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:57:22.518Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1f12b9a9-3c57-4926-9605-f4153f2e7f5e: pNF bbc4f4aa-84ac 2023-01-11T04:57:22.518Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||Processing PNF resource: 89d5d28b-d280-4eed-814e-3df15ebd00d0 2023-01-11T04:57:22.519Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:57:22.519Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_QaEKWbxi7XHIxSx3C8lW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:57:22.519Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||Resource customization UUID: 1d86f2c1-8c0a-450e-b121-cd8401f0d6b0 is the same as notified resource customizationUUID: 1d86f2c1-8c0a-450e-b121-cd8401f0d6b0 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-11T04:57:22.558Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bbc4f4aa-84ac 89d5d28b-d280-4eed-814e-3df15ebd00d0 0 ASDC deployResourceStructure 2023-01-11T04:57:22.558Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar ASDC sendASDCNotification 2023-01-11T04:57:22.558Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar 2023-01-11T04:57:22.558Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:57:22.558Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:57:22.560Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:57:22.560Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413042558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:57:22.660Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:57:22.661Z||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-11T04:57:22.661Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:57:22.744Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:57:22.744Z||pool-71-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:57:23.567Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab004c56-c85d-4ae1-90b4-0b609e65263b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:57:23.584Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab004c56-c85d-4ae1-90b4-0b609e65263b 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-11T04:57:23.587Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:57:23.588Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-11T04:57:23.588Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-11T04:57:53.588Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab004c56-c85d-4ae1-90b4-0b609e65263b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:57:53.602Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab004c56-c85d-4ae1-90b4-0b609e65263b 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-11T04:57:53.604Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:57:53.604Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-11T04:57:53.604Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-11T04:58:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:58:17.423Z||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-11T04:58:17.423Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:58:17.610Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:58:17.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "multicloud-k8s-id", "timestamp": 1673412916787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-11T04:58:17.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "cds", "timestamp": 1673412904911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412912510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "ves-openapi-manager", "timestamp": 1673412911218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "multicloud-k8s-id", "timestamp": 1673412916787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-11T04:58:17.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "cds", "timestamp": 1673412904911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412912510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:58:17.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-11T04:58:17.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "ves-openapi-manager", "timestamp": 1673412911218, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "aai-ml", "timestamp": 1673412895682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:58:17.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "multicloud-k8s-id", "timestamp": 1673412916787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "cds", "timestamp": 1673412904911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412921376, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:58:17.622Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-11T04:58:17.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "ves-openapi-manager", "timestamp": 1673412920158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T04:58:17.623Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "aai-ml", "timestamp": 1673412922412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:58:17.623Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "multicloud-k8s-id", "timestamp": 1673412916787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-11T04:58:17.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "cds", "timestamp": 1673412904911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:58:17.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-11T04:58:17.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "ves-openapi-manager", "timestamp": 1673412921350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-11T04:58:17.624Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "multicloud-k8s-id", "timestamp": 1673412916787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-11T04:58:17.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "cds", "timestamp": 1673412922869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:58:17.625Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412923475, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:58:17.625Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "ves-openapi-manager", "timestamp": 1673412922355, "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-11T04:58:17.635Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ab004c56-c85d-4ae1-90b4-0b609e65263b 2023-01-11T04:58:17.635Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab004c56-c85d-4ae1-90b4-0b609e65263b 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-11T04:58:17.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "multicloud-k8s-id", "timestamp": 1673412916787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:58:17.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "cds", "timestamp": 1673412923875, "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-11T04:58:17.656Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 924de5b8-4fa1-4871-a16f-657913d861ae 2023-01-11T04:58:17.657Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924de5b8-4fa1-4871-a16f-657913d861ae 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-11T04:58:17.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412924481, "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-11T04:58:17.668Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab004c56-c85d-4ae1-90b4-0b609e65263b 2023-01-11T04:58:17.668Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab004c56-c85d-4ae1-90b4-0b609e65263b 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-11T04:58:17.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "ves-openapi-manager", "timestamp": 1673412911218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "multicloud-k8s-id", "timestamp": 1673412924922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T04:58:17.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-11T04:58:17.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412912510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "ves-openapi-manager", "timestamp": 1673412911218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "multicloud-k8s-id", "timestamp": 1673412926010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T04:58:17.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412912510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "ves-openapi-manager", "timestamp": 1673412911218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "aai-ml", "timestamp": 1673412927139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:58:17.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:58:17.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412912510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "multicloud-k8s-id", "timestamp": 1673412927096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-11T04:58:17.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "ves-openapi-manager", "timestamp": 1673412911218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "aai-ml", "timestamp": 1673412928142, "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-11T04:58:17.684Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab004c56-c85d-4ae1-90b4-0b609e65263b 2023-01-11T04:58:17.684Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab004c56-c85d-4ae1-90b4-0b609e65263b 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-11T04:58:17.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412912510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412927498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:58:17.691Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "multicloud-k8s-id", "timestamp": 1673412928195, "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-11T04:58:17.696Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 924de5b8-4fa1-4871-a16f-657913d861ae 2023-01-11T04:58:17.696Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924de5b8-4fa1-4871-a16f-657913d861ae 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-11T04:58:17.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "ves-openapi-manager", "timestamp": 1673412911218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "aai-ml", "timestamp": 1673412929146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412912510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "multicloud-k8s-id", "timestamp": 1673412929231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T04:58:17.704Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "ves-openapi-manager", "timestamp": 1673412911218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "aai-ml", "timestamp": 1673412929146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412912510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "ves-openapi-manager", "timestamp": 1673412911218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412929862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-11T04:58:17.706Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "aai-ml", "timestamp": 1673412929146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412912510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:58:17.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412930908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-11T04:58:17.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "aai-ml", "timestamp": 1673412929146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412932575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:58:17.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412931979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T04:58:17.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "aai-ml", "timestamp": 1673412929146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412933037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T04:58:17.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "aai-ml", "timestamp": 1673412929146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:17.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412934083, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-11T04:58:17.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412935228, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:58:17.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "aai-ml", "timestamp": 1673412929146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:58:17.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:58:17.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412935183, "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-11T04:58:17.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673412936234, "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-11T04:58:17.717Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 924de5b8-4fa1-4871-a16f-657913d861ae 2023-01-11T04:58:17.717Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924de5b8-4fa1-4871-a16f-657913d861ae 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-11T04:58:17.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "aai-ml", "timestamp": 1673412936897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:58:17.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412936189, "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-11T04:58:17.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412937193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T04:58:17.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412938198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-11T04:58:17.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412939202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-11T04:58:17.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412940206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:58:17.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "aai-ml", "timestamp": 1673412943475, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:58:17.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:58:17.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:58:17.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "aai-ml", "timestamp": 1673412944479, "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-11T04:58:17.732Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 924de5b8-4fa1-4871-a16f-657913d861ae 2023-01-11T04:58:17.732Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924de5b8-4fa1-4871-a16f-657913d861ae 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-11T04:58:23.604Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab004c56-c85d-4ae1-90b4-0b609e65263b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:58:23.615Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab004c56-c85d-4ae1-90b4-0b609e65263b 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-11T04:58:23.618Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:58:23.618Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-11T04:58:23.618Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-11T04:58:23.619Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-11T04:58:23.619Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:58:23.619Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:58:23.619Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:58:23.619Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:58:23.619Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:58:23.620Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-11T04:58:23.632Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-11T04:58:53.632Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab004c56-c85d-4ae1-90b4-0b609e65263b 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-11T04:58:53.637Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab004c56-c85d-4ae1-90b4-0b609e65263b and serviceModelVersionId: 1f12b9a9-3c57-4926-9605-f4153f2e7f5e 2023-01-11T04:58:53.637Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8528959-cac4-4526-a315-9745d4060f77 2023-01-11T04:58:53.638Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8528959-cac4-4526-a315-9745d4060f77/model-vers/model-ver/1f12b9a9-3c57-4926-9605-f4153f2e7f5e?depth=0 2023-01-11T04:58:53.645Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-11T04:58:53.702Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8528959-cac4-4526-a315-9745d4060f77/model-vers/model-ver/1f12b9a9-3c57-4926-9605-f4153f2e7f5e?depth=0|INFO|500||Invoke 2023-01-11T04:58:53.703Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8528959-cac4-4526-a315-9745d4060f77/model-vers/model-ver/1f12b9a9-3c57-4926-9605-f4153f2e7f5e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8528959-cac4-4526-a315-9745d4060f77/model-vers/model-ver/1f12b9a9-3c57-4926-9605-f4153f2e7f5e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ab004c56-c85d-4ae1-90b4-0b609e65263b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[25fdea27-6857-4806-a7ec-5f16571b43a3], X-ECOMP-RequestID=[ab004c56-c85d-4ae1-90b4-0b609e65263b], X-TransactionId=[], X-ONAP-RequestID=[ab004c56-c85d-4ae1-90b4-0b609e65263b], Content-Type=[application/merge-patch+json]} 2023-01-11T04:58:53.725Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8528959-cac4-4526-a315-9745d4060f77/model-vers/model-ver/1f12b9a9-3c57-4926-9605-f4153f2e7f5e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-11T04:58:53.826Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8528959-cac4-4526-a315-9745d4060f77/model-vers/model-ver/1f12b9a9-3c57-4926-9605-f4153f2e7f5e?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/d8528959-cac4-4526-a315-9745d4060f77/model-vers/model-ver/1f12b9a9-3c57-4926-9605-f4153f2e7f5e?depth=0 has http status code:200 and response headers:{date=[Wed, 11 Jan 2023 04:58:53 GMT], content-length=[0], vertex-id=[221384], x-aai-txid=[1-aai-resources-230111-04:58:53:363-60304], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-11T04:58:53.826Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8528959-cac4-4526-a315-9745d4060f77/model-vers/model-ver/1f12b9a9-3c57-4926-9605-f4153f2e7f5e?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-11T04:58:53.828Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8528959-cac4-4526-a315-9745d4060f77/model-vers/model-ver/1f12b9a9-3c57-4926-9605-f4153f2e7f5e?depth=0|INFO|500||InvokeReturn 2023-01-11T04:58:53.831Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-11T04:58:53.832Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-11T04:58:53.837Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-11T04:58:53.838Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab004c56-c85d-4ae1-90b4-0b609e65263b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-11T04:58:53.838Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-11T04:58:53.838Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:58:53.840Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:58:53.840Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413133838, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T04:58:53.940Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:58:53.942Z||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-11T04:58:53.942Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:58:53.970Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:58:53.971Z||pool-72-thread-1|||||INFO|500||cambria reply ok (30 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-11T04:58:54.854Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T04:58:54.854Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"924de5b8-4fa1-4871-a16f-657913d861ae","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dad5208b-7dce-4e23-8b6c-98c342b0d08b","serviceDescription":"service","serviceInvariantUUID":"b86337b0-d2c7-4c7f-a7a5-16decb611ce4","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b758e086-96cc-435e-ae0d-71546a21d02e","resourceInvariantUUID":"67614930-c340-4cad-a60f-0ebd244216fa","resourceCustomizationUUID":"e2f4664a-97f4-4c79-9fda-c1384f5ef030","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":"MDNmNTRjMmRhNjY2MDI2MzBlYjQwMTI0Yzk3MzhmNTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8669f20-38da-4fb8-956c-ebc9a3c18eae","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":"ODFiMjBiMTQ3ZGFkZmVlZjYxODE1MzNkOGVhOTZjMDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"59a3ffe8-3769-44ac-ba2b-dd0c10632a1f","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":"273f69a1-a8c8-4a46-a951-0b3fba906822","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":"caa54c57-41fc-44ec-819d-e7bf7d04d3f5","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":"97a14480-888b-44ab-a99e-ace6bd61eb21","artifactVersion":"2","generatedFromUUID":"273f69a1-a8c8-4a46-a951-0b3fba906822"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmJhZmU5ZjMzNjRkZWFiZjI4YWRiNDA2ODU3OWM1Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39027c47-93f4-4fd7-b1da-cbcbbca716cc","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTFkY2VkYzU0YTQ3OGZhNDg5MDYzNmI1NGYyZTE4NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96029b0e-6165-4c8c-ad07-de9cef21df81","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-11T04:58:54.854Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:58:54.855Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:58:54.857Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:58:54.857Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:54.957Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:58:54.958Z||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-11T04:58:54.958Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:58:54.977Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:58:54.978Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:58:55.858Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:58:55.858Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:58:55.860Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:58:55.861Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-11T04:58:55.960Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:58:55.961Z||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-11T04:58:55.961Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:58:55.974Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:58:55.974Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:58:56.861Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:58:56.862Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:58:56.865Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:58:56.865Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-11T04:58:56.965Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:58:56.966Z||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-11T04:58:56.966Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:58:56.980Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:58:56.980Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:58:57.866Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:58:57.867Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:58:57.875Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:58:57.875Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:57.969Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2023-01-11T04:58:57.970Z||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-11T04:58:57.971Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:58:57.985Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:58:57.985Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:58:58.876Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:58:58.877Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:58:58.879Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:58:58.879Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-11T04:58:58.979Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:58:58.980Z||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-11T04:58:58.980Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:58:58.993Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:58:58.994Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:58:59.880Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:58:59.881Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:58:59.883Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:58:59.883Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T04:58:59.983Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:58:59.984Z||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-11T04:58:59.984Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:58:59.999Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:58:59.999Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:59:00.884Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T04:59:00.887Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:59:00.889Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:59:00.889Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-11T04:59:00.989Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:59:00.990Z||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-11T04:59:00.990Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:59:01.003Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:59:01.004Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:59:01.891Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "dad5208b-7dce-4e23-8b6c-98c342b0d08b", "serviceDescription": "service", "serviceInvariantUUID": "b86337b0-d2c7-4c7f-a7a5-16decb611ce4", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "e2f4664a-97f4-4c79-9fda-c1384f5ef030", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b758e086-96cc-435e-ae0d-71546a21d02e", "resourceInvariantUUID": "67614930-c340-4cad-a60f-0ebd244216fa", "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": "ODFiMjBiMTQ3ZGFkZmVlZjYxODE1MzNkOGVhOTZjMDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "59a3ffe8-3769-44ac-ba2b-dd0c10632a1f", "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": "273f69a1-a8c8-4a46-a951-0b3fba906822", "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": "97a14480-888b-44ab-a99e-ace6bd61eb21", "generatedFromUUID": "273f69a1-a8c8-4a46-a951-0b3fba906822" }, "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": "97a14480-888b-44ab-a99e-ace6bd61eb21", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OTFkY2VkYzU0YTQ3OGZhNDg5MDYzNmI1NGYyZTE4NjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "96029b0e-6165-4c8c-ad07-de9cef21df81" } ], "workloadContext": "Production" } 2023-01-11T04:59:01.892Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-11T04:59:01.892Z|ab004c56-c85d-4ae1-90b4-0b609e65263b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dad5208b-7dce-4e23-8b6c-98c342b0d08b ASDC 2023-01-11T04:59:01.892Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:924de5b8-4fa1-4871-a16f-657913d861ae ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:dad5208b-7dce-4e23-8b6c-98c342b0d08b ServiceInvariantUUID:b86337b0-d2c7-4c7f-a7a5-16decb611ce4 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:96029b0e-6165-4c8c-ad07-de9cef21df81 ArtifactChecksum:OTFkY2VkYzU0YTQ3OGZhNDg5MDYzNmI1NGYyZTE4NjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:e2f4664a-97f4-4c79-9fda-c1384f5ef030 ResourceInvariantUUID:67614930-c340-4cad-a60f-0ebd244216fa ResourceName:basic_vm ResourceType:VF ResourceUUID:b758e086-96cc-435e-ae0d-71546a21d02e 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:59a3ffe8-3769-44ac-ba2b-dd0c10632a1f ArtifactChecksum:ODFiMjBiMTQ3ZGFkZmVlZjYxODE1MzNkOGVhOTZjMDU= 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:273f69a1-a8c8-4a46-a951-0b3fba906822 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:97a14480-888b-44ab-a99e-ace6bd61eb21 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:97a14480-888b-44ab-a99e-ace6bd61eb21 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-11T04:59:01.893Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dad5208b-7dce-4e23-8b6c-98c342b0d08b 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-11T04:59:02.202Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T04:59:02.203Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-11T04:59:02.203Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-11T04:59:02.204Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 96029b0e-6165-4c8c-ad07-de9cef21df81 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-11T04:59:02.204Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-11T04:59:02.204Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-11T04:59:02.454Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-11T04:59:02.457Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 96029b0e-6165-4c8c-ad07-de9cef21df81 74817 2023-01-11T04:59:02.457Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:02.458Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:02.458Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:59:02.458Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:59:02.483Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:59:02.484Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413142457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T04:59:02.585Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-11T04:59:02.585Z||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-11T04:59:02.586Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:59:02.629Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:59:02.629Z||pool-80-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:59:03.485Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T04:59:03.486Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-11T04:59:03.486Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 96029b0e-6165-4c8c-ad07-de9cef21df81, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-11T04:59:03.487Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-11T04:59:03.487Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-11T04:59:03.488Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-11T04:59:03.645Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7738157972669587006/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-11T04:59:04.881Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-11T04:59:04.882Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-11T04:59:04.882Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-11T04:59:04.882Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-11T04:59:04.883Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-11T04:59:04.883Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-11T04:59:04.883Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:04.883Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-11T04:59:04.884Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-11T04:59:04.884Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-11T04:59:04.884Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-11T04:59:04.884Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-11T04:59:04.885Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:04.886Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:59:04.886Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-11T04:59:04.887Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-11T04:59:04.887Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T04:59:04.887Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:04.887Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:59:04.887Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-11T04:59:04.887Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-11T04:59:04.888Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T04:59:04.888Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:04.888Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:59:04.889Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:04.889Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-11T04:59:04.889Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-11T04:59:04.889Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-11T04:59:04.889Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-11T04:59:04.890Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-11T04:59:04.890Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-11T04:59:04.890Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:04.890Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-11T04:59:04.891Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:04.891Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-11T04:59:04.891Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:59:04.892Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:04.892Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-11T04:59:04.892Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:59:04.893Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:04.893Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-11T04:59:04.893Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:59:04.893Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:04.893Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-11T04:59:04.893Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-11T04:59:04.894Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-11T04:59:04.894Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=275b91d8-e438-4b82-be14-3f67afe5752b 2023-01-11T04:59:04.894Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:04.894Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:59:04.895Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:04.895Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:59:04.895Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:04.895Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:59:04.895Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:04.895Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:59:04.896Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:dad5208b-7dce-4e23-8b6c-98c342b0d08b Model Version:NULL Model InvariantUuid:b86337b0-d2c7-4c7f-a7a5-16decb611ce4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:cf463099-905f-4987-90b2-21636329cc93 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:67614930-c340-4cad-a60f-0ebd244216fa Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e2f4664a-97f4-4c79-9fda-c1384f5ef030 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:eb26c9aa-0885-4a30-9028-adf8c89ac79c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:d870b2a8-bb65-4bb3-90e2-eb82fd594768 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:275b91d8-e438-4b82-be14-3f67afe5752b ModelInvariantUuid:60a0026d-a310-4430-a6d6-53786759ea62 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:dedc1f4f-bc5b-45dd-9f49-7a397d65e40a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:9e2e645e-d289-4838-a93b-0e5ee1e0d00e ModelInvariantUuid:341b5e9b-2bf2-454e-91d6-2326f7f1725d ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:95662700-126a-457a-9f15-592227d64fd7 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-11T04:59:04.903Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b758e086-96cc-435e-ae0d-71546a21d02e 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-11T04:59:04.907Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||basic_vm 0 2023-01-11T04:59:04.907Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b758e086-96cc-435e-ae0d-71546a21d02e 2023-01-11T04:59:04.907Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 59a3ffe8-3769-44ac-ba2b-dd0c10632a1f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-11T04:59:04.907Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-11T04:59:04.907Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:04.951Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-11T04:59:04.951Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 59a3ffe8-3769-44ac-ba2b-dd0c10632a1f 787 2023-01-11T04:59:04.951Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:04.952Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:04.952Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:59:04.952Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:59:04.954Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:59:04.954Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413144951, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T04:59:05.054Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:59:05.055Z||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-11T04:59:05.055Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:59:05.087Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:59:05.087Z||pool-81-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":2,"count":1} 2023-01-11T04:59:05.954Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "eb26c9aa-0885-4a30-9028-adf8c89ac79c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d870b2a8-bb65-4bb3-90e2-eb82fd594768", "vfModuleModelCustomizationUUID": "6f783c65-d41b-4a75-8a48-1bf600e72d5e", "isBase": true, "artifacts": [ "273f69a1-a8c8-4a46-a951-0b3fba906822", "97a14480-888b-44ab-a99e-ace6bd61eb21" ], "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-11T04:59:05.958Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d870b2a8-bb65-4bb3-90e2-eb82fd594768 VfModuleModelInvariantUUID:eb26c9aa-0885-4a30-9028-adf8c89ac79c VfModuleModelDescription:NULL Artifacts UUID List:{ 273f69a1-a8c8-4a46-a951-0b3fba906822 , 97a14480-888b-44ab-a99e-ace6bd61eb21 } 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-11T04:59:05.960Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "eb26c9aa-0885-4a30-9028-adf8c89ac79c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d870b2a8-bb65-4bb3-90e2-eb82fd594768", "vfModuleModelCustomizationUUID": "6f783c65-d41b-4a75-8a48-1bf600e72d5e", "isBase": true, "artifacts": [ "273f69a1-a8c8-4a46-a951-0b3fba906822", "97a14480-888b-44ab-a99e-ace6bd61eb21" ], "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-11T04:59:05.960Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d870b2a8-bb65-4bb3-90e2-eb82fd594768 VfModuleModelInvariantUUID:eb26c9aa-0885-4a30-9028-adf8c89ac79c VfModuleModelDescription:NULL Artifacts UUID List:{ 273f69a1-a8c8-4a46-a951-0b3fba906822 , 97a14480-888b-44ab-a99e-ace6bd61eb21 } 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-11T04:59:05.960Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 273f69a1-a8c8-4a46-a951-0b3fba906822 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-11T04:59:05.960Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-11T04:59:05.961Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:06.000Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-11T04:59:06.001Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 273f69a1-a8c8-4a46-a951-0b3fba906822 5033 2023-01-11T04:59:06.001Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:06.001Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:06.001Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:59:06.002Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:59:06.003Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:59:06.003Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413146001, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T04:59:06.105Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-11T04:59:06.106Z||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-11T04:59:06.106Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:59:06.131Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:59:06.131Z||pool-82-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2023-01-11T04:59:07.004Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 97a14480-888b-44ab-a99e-ace6bd61eb21 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-11T04:59:07.005Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-11T04:59:07.005Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:07.092Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-11T04:59:07.093Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 97a14480-888b-44ab-a99e-ace6bd61eb21 903 2023-01-11T04:59:07.093Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:07.093Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:07.093Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T04:59:07.093Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:59:07.095Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:59:07.095Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413147093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-11T04:59:07.195Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T04:59:07.196Z||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-11T04:59:07.197Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:59:07.223Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:59:07.224Z||pool-83-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:59:08.096Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dad5208b-7dce-4e23-8b6c-98c342b0d08b 2023-01-11T04:59:08.096Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b758e086-96cc-435e-ae0d-71546a21d02e 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-11T04:59:08.114Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@165ca189, org.onap.sdc.toscaparser.api.parameters.Input@540a6caa, org.onap.sdc.toscaparser.api.parameters.Input@10e24b43, org.onap.sdc.toscaparser.api.parameters.Input@31f15b98, org.onap.sdc.toscaparser.api.parameters.Input@42d2f4c6] 2023-01-11T04:59:08.116Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:08.116Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:59:08.117Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-11T04:59:08.117Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= e2f4664a-97f4-4c79-9fda-c1384f5ef030 2023-01-11T04:59:08.118Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e2f4664a-97f4-4c79-9fda-c1384f5ef030 matches Tosca VF Customization UUID: e2f4664a-97f4-4c79-9fda-c1384f5ef030 2023-01-11T04:59:08.118Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: e2f4664a-97f4-4c79-9fda-c1384f5ef030 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-11T04:59:08.121Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:08.121Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:59:08.122Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id e2f4664a-97f4-4c79-9fda-c1384f5ef030: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-11T04:59:08.122Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c96e24e 2023-01-11T04:59:08.123Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:08.123Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-11T04:59:08.124Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f783c65-d41b-4a75-8a48-1bf600e72d5e 2023-01-11T04:59:08.124Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f783c65-d41b-4a75-8a48-1bf600e72d5e 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-11T04:59:08.128Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:08.128Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-11T04:59:08.128Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:59:08.130Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:08.130Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-11T04:59:08.131Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:59:08.138Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:08.139Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-11T04:59:08.139Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-11T04:59:08.139Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-11T04:59:08.140Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=275b91d8-e438-4b82-be14-3f67afe5752b 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-11T04:59:08.143Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:08.143Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-11T04:59:08.144Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T04:59:08.144Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:08.144Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-11T04:59:08.145Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e2f4664a-97f4-4c79-9fda-c1384f5ef030 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-11T04:59:08.147Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:08.148Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:59:08.149Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dad5208b-7dce-4e23-8b6c-98c342b0d08b: basic_vm 2023-01-11T04:59:08.149Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:08.150Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:59:08.150Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:08.150Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:59:08.150Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:08.150Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:59:08.151Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:08.151Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:59:08.151Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T04:59:08.151Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T04:59:08.151Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:08.223Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b758e086-96cc-435e-ae0d-71546a21d02e 1 ASDC deployResourceStructure 2023-01-11T04:59:08.223Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:08.224Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:08.224Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:59:08.224Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:59:08.226Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:59:08.226Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413148223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T04:59:08.326Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:59:08.327Z||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-11T04:59:08.327Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:59:08.347Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:59:08.348Z||pool-84-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:59:09.228Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:09.228Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:09.229Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:59:09.229Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:59:09.231Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:59:09.232Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413149227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-11T04:59:09.332Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:59:09.333Z||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-11T04:59:09.333Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:59:09.352Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:59:09.352Z||pool-85-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:59:10.232Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:10.233Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:10.233Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:59:10.233Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:59:10.235Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:59:10.235Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413150232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-11T04:59:10.335Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:59:10.336Z||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-11T04:59:10.336Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:59:10.369Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:59:10.369Z||pool-86-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:59:11.236Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:11.236Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||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-11T04:59:11.236Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T04:59:11.236Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:59:11.238Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:59:11.238Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413151236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T04:59:11.338Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:59:11.339Z||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-11T04:59:11.340Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:59:11.362Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:59:11.363Z||pool-87-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-11T04:59:12.239Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924de5b8-4fa1-4871-a16f-657913d861ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:59:12.248Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924de5b8-4fa1-4871-a16f-657913d861ae 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-11T04:59:12.250Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T04:59:12.250Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-11T04:59:12.250Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-11T04:59:12.251Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-11T04:59:12.251Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:59:12.251Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:59:12.251Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:59:12.251Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:59:12.251Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T04:59:12.251Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-11T04:59:12.255Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-11T04:59:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:59:17.422Z||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-11T04:59:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:59:17.669Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:59:17.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:59:17.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413031457, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T04:59:17.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T04:59:17.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:59:17.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:59:17.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:59:17.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:59:17.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-11T04:59:17.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:59:17.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:59:17.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-11T04:59:17.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:59:17.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:59:17.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T04:59:17.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:59:17.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T04:59:17.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T04:59:17.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T04:59:42.255Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 924de5b8-4fa1-4871-a16f-657913d861ae 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-11T04:59:42.262Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 924de5b8-4fa1-4871-a16f-657913d861ae and serviceModelVersionId: dad5208b-7dce-4e23-8b6c-98c342b0d08b 2023-01-11T04:59:42.263Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b86337b0-d2c7-4c7f-a7a5-16decb611ce4 2023-01-11T04:59:42.263Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b86337b0-d2c7-4c7f-a7a5-16decb611ce4/model-vers/model-ver/dad5208b-7dce-4e23-8b6c-98c342b0d08b?depth=0 2023-01-11T04:59:42.267Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-11T04:59:42.311Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b86337b0-d2c7-4c7f-a7a5-16decb611ce4/model-vers/model-ver/dad5208b-7dce-4e23-8b6c-98c342b0d08b?depth=0|INFO|500||Invoke 2023-01-11T04:59:42.311Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b86337b0-d2c7-4c7f-a7a5-16decb611ce4/model-vers/model-ver/dad5208b-7dce-4e23-8b6c-98c342b0d08b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b86337b0-d2c7-4c7f-a7a5-16decb611ce4/model-vers/model-ver/dad5208b-7dce-4e23-8b6c-98c342b0d08b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[924de5b8-4fa1-4871-a16f-657913d861ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[51552e14-d629-459c-965f-9016b706a093], X-ECOMP-RequestID=[924de5b8-4fa1-4871-a16f-657913d861ae], X-TransactionId=[], X-ONAP-RequestID=[924de5b8-4fa1-4871-a16f-657913d861ae], Content-Type=[application/merge-patch+json]} 2023-01-11T04:59:42.331Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b86337b0-d2c7-4c7f-a7a5-16decb611ce4/model-vers/model-ver/dad5208b-7dce-4e23-8b6c-98c342b0d08b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-11T04:59:42.424Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b86337b0-d2c7-4c7f-a7a5-16decb611ce4/model-vers/model-ver/dad5208b-7dce-4e23-8b6c-98c342b0d08b?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/b86337b0-d2c7-4c7f-a7a5-16decb611ce4/model-vers/model-ver/dad5208b-7dce-4e23-8b6c-98c342b0d08b?depth=0 has http status code:200 and response headers:{date=[Wed, 11 Jan 2023 04:59:41 GMT], content-length=[0], vertex-id=[221224], x-aai-txid=[1-aai-resources-230111-04:59:41:971-73185], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-11T04:59:42.424Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b86337b0-d2c7-4c7f-a7a5-16decb611ce4/model-vers/model-ver/dad5208b-7dce-4e23-8b6c-98c342b0d08b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-11T04:59:42.425Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b86337b0-d2c7-4c7f-a7a5-16decb611ce4/model-vers/model-ver/dad5208b-7dce-4e23-8b6c-98c342b0d08b?depth=0|INFO|500||InvokeReturn 2023-01-11T04:59:42.425Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-11T04:59:42.426Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-11T04:59:42.430Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-11T04:59:42.430Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 924de5b8-4fa1-4871-a16f-657913d861ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-11T04:59:42.430Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-11T04:59:42.431Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-11T04:59:42.433Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T04:59:42.433Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413182430, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T04:59:42.533Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T04:59:42.534Z||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-11T04:59:42.535Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T04:59:42.662Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:59:42.663Z||pool-88-thread-1|||||INFO|500||cambria reply ok (129 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-11T04:59:43.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:59:43.448Z||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-11T04:59:43.448Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T04:59:53.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T04:59:53.871Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T04:59:53.872Z||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-11T04:59:53.872Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:00:03.917Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:00:03.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:00:03.918Z||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-11T05:00:03.918Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:00:13.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:00:13.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:00:13.676Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-11T05:00:13.676Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:00:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:00:17.422Z||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-11T05:00:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:00:17.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:00:17.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-11T05:00:17.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/resourceInstances/pnfbbc4f4aa84ac0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:00:17.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-11T05:00:17.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-11T05:00:17.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:00:17.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-11T05:00:17.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-11T05:00:17.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:00:17.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-11T05:00:17.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-11T05:00:17.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413040641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:00:17.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:00:17.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-11T05:00:17.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413042558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQaekwbxi7xhixsx3c8lw/1.0/artifacts/service-DemoPnfQaekwbxi7xhixsx3c8lw-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T05:00:17.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:00:23.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:00:23.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:00:23.631Z||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-11T05:00:23.631Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:00:33.401Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:01:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:01:17.420Z||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-11T05:01:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:01:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:01:17.421Z||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-11T05:01:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:01:17.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:01:17.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab004c56-c85d-4ae1-90b4-0b609e65263b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413133838, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T05:01:17.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:01:17.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:01:17.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T05:01:17.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-11T05:01:17.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T05:01:17.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-11T05:01:17.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T05:01:17.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:01:17.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T05:01:17.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-11T05:01:17.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T05:01:17.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:01:17.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T05:01:17.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673412917419, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:01:17.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2023-01-11T05:01:17.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413142457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:01:17.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:01:17.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413144951, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T05:01:17.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:01:17.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413146001, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T05:01:17.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:01:17.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413147093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-11T05:01:17.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:01:17.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413148223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T05:01:17.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:01:17.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413149227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-11T05:01:17.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:01:17.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413150232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-11T05:01:17.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:01:17.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-01-11T05:01:17.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413151236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T05:01:17.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:01:27.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:02:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:02:17.419Z||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-11T05:02:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:02:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:02:17.421Z||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-11T05:02:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:02:17.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:02:17.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-11T05:02:17.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "924de5b8-4fa1-4871-a16f-657913d861ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673413182430, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T05:02:17.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:02:27.033Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:03:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:03:17.420Z||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-11T05:03:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:03:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:03:17.422Z||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-11T05:03:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:03:27.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:03:27.013Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:04:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:04:17.421Z||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-11T05:04:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:04:17.423Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:04:17.424Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T05:04:17.424Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:04:27.278Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:04:27.298Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:05:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:05:17.419Z||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-11T05:05:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:05:17.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:05:17.422Z||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-11T05:05:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:05:27.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:05:27.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:06:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:06:17.420Z||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-11T05:06:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:06:17.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:06:17.422Z||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-11T05:06:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:06:27.577Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:06:27.658Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:07:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:07:17.420Z||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-11T05:07:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:07:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:07:17.421Z||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-11T05:07:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:07:27.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:07:27.342Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:08:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:08:17.420Z||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-11T05:08:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:08:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:08:17.423Z||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-11T05:08:17.424Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:08:27.128Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:08:27.151Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:09:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:09:17.420Z||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-11T05:09:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:09:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:09:17.422Z||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-11T05:09:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:09:27.103Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:09:27.120Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:10:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:10:17.420Z||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-11T05:10:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:10:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:10:17.422Z||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-11T05:10:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:10:27.132Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:10:27.146Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:11:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:11:17.420Z||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-11T05:11:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:11:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:11:17.421Z||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-11T05:11:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:11:27.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:11:27.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:12:17.419Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:12:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T05:12:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:12:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:12:17.422Z||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-11T05:12:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:12:27.129Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:12:27.132Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:13:17.419Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:13:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T05:13:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:13:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:13:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T05:13:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:13:27.098Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:13:27.107Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:14:17.419Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:14:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T05:14:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:14:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:14:17.422Z||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-11T05:14:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:14:27.135Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:14:27.234Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:15:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:15:17.421Z||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-11T05:15:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:15:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:15:17.422Z||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-11T05:15:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:15:27.243Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:15:27.259Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:16:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:16:17.419Z||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-11T05:16:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:16:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:16:17.422Z||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-11T05:16:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:16:27.120Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:16:27.134Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:17:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:17:17.419Z||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-11T05:17:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:17:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:17:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T05:17:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:17:27.311Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:17:27.391Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:18:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:18:17.419Z||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-11T05:18:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:18:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:18:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T05:18:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:18:27.010Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:18:27.084Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:19:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:19:17.419Z||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-11T05:19:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:19:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:19:17.421Z||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-11T05:19:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:19:27.300Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:19:27.355Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:20:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:20:17.419Z||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-11T05:20:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:20:17.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:20:17.422Z||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-11T05:20:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:20:27.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:20:27.110Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:21:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:21:17.420Z||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-11T05:21:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:21:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:21:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T05:21:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:21:27.093Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:21:27.113Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:22:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:22:17.420Z||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-11T05:22:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:22:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:22:17.422Z||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-11T05:22:17.426Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:22:27.287Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:22:27.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:23:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:23:17.420Z||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-11T05:23:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:23:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:23:17.422Z||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-11T05:23:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:23:27.112Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:23:27.133Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:24:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:24:17.420Z||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-11T05:24:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:24:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:24:17.422Z||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-11T05:24:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:24:27.316Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:24:27.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:25:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:25:17.420Z||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-11T05:25:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:25:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:25:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T05:25:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:25:27.210Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:25:27.239Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:26:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:26:17.420Z||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-11T05:26:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:26:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:26:17.422Z||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-11T05:26:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:26:27.090Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:26:27.148Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:27:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:27:17.419Z||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-11T05:27:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:27:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:27:17.422Z||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-11T05:27:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:27:27.089Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:27:27.131Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:28:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:28:17.419Z||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-11T05:28:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:28:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:28:17.421Z||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-11T05:28:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:28:27.144Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:28:27.241Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:29:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:29:17.419Z||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-11T05:29:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:29:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:29:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T05:29:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:29:27.101Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:29:27.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:30:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:30:17.420Z||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-11T05:30:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:30:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:30:17.422Z||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-11T05:30:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:30:27.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:30:27.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:31:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:31:17.419Z||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-11T05:31:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:31:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:31:17.422Z||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-11T05:31:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:31:27.052Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:31:27.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:32:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:32:17.419Z||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-11T05:32:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:32:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:32:17.421Z||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-11T05:32:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:32:27.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:32:27.062Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:33:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:33:17.420Z||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-11T05:33:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:33:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:33:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T05:33:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:33:27.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:33:27.154Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:34:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:34:17.421Z||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-11T05:34:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:34:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:34:17.422Z||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-11T05:34:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:34:27.245Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:34:27.271Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:35:17.420Z||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-11T05:35:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:35:17.422Z||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-11T05:35:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:17.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:18.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "aai-ml", "timestamp": 1673415265682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "ves-openapi-manager", "timestamp": 1673415271218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "aai-ml", "timestamp": 1673415265682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "ves-openapi-manager", "timestamp": 1673415271218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "aai-ml", "timestamp": 1673415265682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "ves-openapi-manager", "timestamp": 1673415271218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "cds", "timestamp": 1673415274911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "aai-ml", "timestamp": 1673415265682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "ves-openapi-manager", "timestamp": 1673415271218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "cds", "timestamp": 1673415274911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "aai-ml", "timestamp": 1673415265682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415276787, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "ves-openapi-manager", "timestamp": 1673415271218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "cds", "timestamp": 1673415274911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "aai-ml", "timestamp": 1673415265682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415276787, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-11T05:35:18.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "ves-openapi-manager", "timestamp": 1673415271218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "cds", "timestamp": 1673415274911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "aai-ml", "timestamp": 1673415265682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415276787, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-11T05:35:18.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "ves-openapi-manager", "timestamp": 1673415271218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "cds", "timestamp": 1673415274911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "aai-ml", "timestamp": 1673415265682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "ves-openapi-manager", "timestamp": 1673415271218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415276787, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "cds", "timestamp": 1673415274911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "aai-ml", "timestamp": 1673415265682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415276787, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-11T05:35:18.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "ves-openapi-manager", "timestamp": 1673415271218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "cds", "timestamp": 1673415274911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "aai-ml", "timestamp": 1673415265682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:35:18.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415276787, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-11T05:35:18.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "ves-openapi-manager", "timestamp": 1673415271218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "cds", "timestamp": 1673415274911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415276787, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-11T05:35:18.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "aai-ml", "timestamp": 1673415284555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:18.561Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "cds", "timestamp": 1673415274911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415276787, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "cds", "timestamp": 1673415274911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:35:18.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415276787, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "cds", "timestamp": 1673415285701, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:18.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415276787, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:35:18.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415287708, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:18.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "cds", "timestamp": 1673415288445, "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-11T05:35:18.594Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 42efdded-0cc1-42f9-967d-39c9f985d9dd 2023-01-11T05:35:18.595Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42efdded-0cc1-42f9-967d-39c9f985d9dd 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-11T05:35:18.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415288829, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:18.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415289962, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:18.609Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "cds", "timestamp": 1673415289911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415291138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:18.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "aai-ml", "timestamp": 1673415292450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T05:35:18.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "cds", "timestamp": 1673415289911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:35:18.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "aai-ml", "timestamp": 1673415293455, "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-11T05:35:18.619Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 42efdded-0cc1-42f9-967d-39c9f985d9dd 2023-01-11T05:35:18.619Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42efdded-0cc1-42f9-967d-39c9f985d9dd 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-11T05:35:18.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "cds", "timestamp": 1673415289911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415292768, "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-11T05:35:18.633Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42efdded-0cc1-42f9-967d-39c9f985d9dd 2023-01-11T05:35:18.634Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42efdded-0cc1-42f9-967d-39c9f985d9dd 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-11T05:35:18.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415293419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:18.641Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "ves-openapi-manager", "timestamp": 1673415291218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "cds", "timestamp": 1673415289911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "multicloud-k8s-id", "timestamp": 1673415293778, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T05:35:18.642Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "ves-openapi-manager", "timestamp": 1673415291218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "cds", "timestamp": 1673415289911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "ves-openapi-manager", "timestamp": 1673415291218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "aai-ml", "timestamp": 1673415295682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415296031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T05:35:18.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "cds", "timestamp": 1673415289911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "ves-openapi-manager", "timestamp": 1673415291218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "aai-ml", "timestamp": 1673415295682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415297035, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } 2023-01-11T05:35:18.645Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:18.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T05:35:18.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"42efdded-0cc1-42f9-967d-39c9f985d9dd","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"2b1c9a97-9135-4a3e-b660-7452956622ac","serviceDescription":"service","serviceInvariantUUID":"49e2eb33-dcbf-40e9-a642-10d4a6db7c7d","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6b3b537c-12c2-47b2-9a4c-39d664d6d95e","resourceInvariantUUID":"e255cb68-75bf-4769-bce7-0726893095f1","resourceCustomizationUUID":"6b0b5be4-d203-4994-b646-da40145d8bfa","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":"Njk3ZGM0ZWY2ODQwZGEyZDcxYjVjMTI1MWZiMDUxMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"11b45c6e-964a-489d-824d-941ccfb2ed87","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":"MTU3Mzg2NzllYjAwN2RiZTMzZDkwNGUwY2M3MTBjYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd8382fa-56b4-40ad-8494-d0ad81185a85","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":"32131a4d-bedc-4118-829f-31f1d3195eae","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":"95b2088e-a5aa-4b1b-93a5-0fac4ad03a67","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":"eddf3ca1-e332-4f58-af09-29ae2212d0af","artifactVersion":"2","generatedFromUUID":"bfdbecc2-8c4f-4c9d-b0e0-870f33efe2d1"},{"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":"5d4ac658-8543-4fe2-aa39-b7c9df0bf61b","artifactVersion":"2","generatedFromUUID":"32131a4d-bedc-4118-829f-31f1d3195eae"},{"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":"bfdbecc2-8c4f-4c9d-b0e0-870f33efe2d1","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":"becf95a5-4fcf-4d18-a3d5-5f28a403b3be","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":"ZGI1ODQ3MWJiYzA0MDZjMTg2NDEyMzA4ZmM2OGRhOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c90c033d-efb2-4849-ad41-827293804166","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MWVmNzEyYWIxM2ZkNzViMzEwYjg0MzBkMTkzYzZmOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d286267-19d8-4e96-8bb4-d66415bf302c","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-11T05:35:18.649Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:35:18.649Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 42efdded-0cc1-42f9-967d-39c9f985d9dd 2023-01-11T05:35:18.649Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:18.649Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42efdded-0cc1-42f9-967d-39c9f985d9dd 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-11T05:35:18.654Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:18.655Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "cds", "timestamp": 1673415289911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "ves-openapi-manager", "timestamp": 1673415291218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "aai-ml", "timestamp": 1673415295682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "multicloud-k8s-id", "timestamp": 1673415296787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "cds", "timestamp": 1673415289911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:35:18.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "ves-openapi-manager", "timestamp": 1673415291218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "aai-ml", "timestamp": 1673415295682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "multicloud-k8s-id", "timestamp": 1673415296787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-11T05:35:18.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "cds", "timestamp": 1673415298684, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:18.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "ves-openapi-manager", "timestamp": 1673415291218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "aai-ml", "timestamp": 1673415295682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "multicloud-k8s-id", "timestamp": 1673415296787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-11T05:35:18.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "cds", "timestamp": 1673415300013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-11T05:35:18.676Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 484ae7a9-a132-4b60-bf39-bd399e5f3ae1 2023-01-11T05:35:18.676Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 484ae7a9-a132-4b60-bf39-bd399e5f3ae1 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-11T05:35:18.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "ves-openapi-manager", "timestamp": 1673415291218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "aai-ml", "timestamp": 1673415295682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "multicloud-k8s-id", "timestamp": 1673415296787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "aai-ml", "timestamp": 1673415295682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "multicloud-k8s-id", "timestamp": 1673415296787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-11T05:35:18.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "aai-ml", "timestamp": 1673415295682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:35:18.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "multicloud-k8s-id", "timestamp": 1673415296787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "aai-ml", "timestamp": 1673415304536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:18.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "multicloud-k8s-id", "timestamp": 1673415296787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:18.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "multicloud-k8s-id", "timestamp": 1673415296787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:35:18.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415282510, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:35:18.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:35:18.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415306133, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:18.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "multicloud-k8s-id", "timestamp": 1673415305683, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:18.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "multicloud-k8s-id", "timestamp": 1673415306781, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:18.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "multicloud-k8s-id", "timestamp": 1673415307848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:18.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415308506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T05:35:18.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415309514, "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-11T05:35:18.694Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 484ae7a9-a132-4b60-bf39-bd399e5f3ae1 2023-01-11T05:35:18.694Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 484ae7a9-a132-4b60-bf39-bd399e5f3ae1 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-11T05:35:18.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "multicloud-k8s-id", "timestamp": 1673415309010, "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-11T05:35:18.705Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 484ae7a9-a132-4b60-bf39-bd399e5f3ae1 2023-01-11T05:35:18.705Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 484ae7a9-a132-4b60-bf39-bd399e5f3ae1 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-11T05:35:18.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "multicloud-k8s-id", "timestamp": 1673415310062, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T05:35:18.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "aai-ml", "timestamp": 1673415311438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T05:35:18.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:35:18.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:35:18.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "aai-ml", "timestamp": 1673415312441, "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-11T05:35:18.717Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 484ae7a9-a132-4b60-bf39-bd399e5f3ae1 2023-01-11T05:35:18.717Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 484ae7a9-a132-4b60-bf39-bd399e5f3ae1 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-11T05:35:18.754Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T05:35:18.755Z||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-11T05:35:18.755Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:18.824Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:18.825Z||pool-89-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":2,"count":1} 2023-01-11T05:35:19.655Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:35:19.656Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:19.658Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:19.658Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-11T05:35:19.758Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:19.759Z||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-11T05:35:19.759Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:19.827Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:19.827Z||pool-90-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:35:20.659Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:35:20.659Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:20.661Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:20.662Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-11T05:35:20.762Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:20.763Z||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-11T05:35:20.763Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:20.847Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:20.848Z||pool-91-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:35:21.663Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:35:21.664Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:21.666Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:21.666Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:21.766Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:21.767Z||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-11T05:35:21.767Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:21.826Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:21.826Z||pool-92-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1} 2023-01-11T05:35:22.667Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:35:22.668Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:22.670Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:22.670Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-11T05:35:22.770Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:22.771Z||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-11T05:35:22.771Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:22.802Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:22.802Z||pool-93-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:35:23.670Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:35:23.671Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:23.673Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:23.674Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-11T05:35:23.774Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:23.775Z||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-11T05:35:23.775Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:23.802Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:23.803Z||pool-94-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2023-01-11T05:35:24.674Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:35:24.677Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:24.679Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:24.679Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-11T05:35:24.779Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:24.782Z||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-11T05:35:24.782Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:24.796Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:24.797Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:35:25.680Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:35:25.681Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:25.684Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:25.684Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:25.784Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:25.785Z||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-11T05:35:25.785Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:25.800Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:25.801Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-11T05:35:26.684Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:35:26.685Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:26.688Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:26.688Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:35:26.788Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:26.789Z||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-11T05:35:26.789Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:26.802Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:26.802Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:35:27.689Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:35:27.690Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:27.692Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:27.692Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:35:27.792Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:27.793Z||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-11T05:35:27.793Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:27.811Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:27.811Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:35:28.694Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "2b1c9a97-9135-4a3e-b660-7452956622ac", "serviceDescription": "service", "serviceInvariantUUID": "49e2eb33-dcbf-40e9-a642-10d4a6db7c7d", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "6b0b5be4-d203-4994-b646-da40145d8bfa", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6b3b537c-12c2-47b2-9a4c-39d664d6d95e", "resourceInvariantUUID": "e255cb68-75bf-4769-bce7-0726893095f1", "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": "MTU3Mzg2NzllYjAwN2RiZTMzZDkwNGUwY2M3MTBjYTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fd8382fa-56b4-40ad-8494-d0ad81185a85", "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": "32131a4d-bedc-4118-829f-31f1d3195eae", "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": "5d4ac658-8543-4fe2-aa39-b7c9df0bf61b", "generatedFromUUID": "32131a4d-bedc-4118-829f-31f1d3195eae" }, "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": "eddf3ca1-e332-4f58-af09-29ae2212d0af", "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": "5d4ac658-8543-4fe2-aa39-b7c9df0bf61b", "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": "bfdbecc2-8c4f-4c9d-b0e0-870f33efe2d1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MWVmNzEyYWIxM2ZkNzViMzEwYjg0MzBkMTkzYzZmOTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6d286267-19d8-4e96-8bb4-d66415bf302c" } ], "workloadContext": "Production" } 2023-01-11T05:35:28.694Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-11T05:35:28.695Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2b1c9a97-9135-4a3e-b660-7452956622ac ASDC 2023-01-11T05:35:28.696Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:42efdded-0cc1-42f9-967d-39c9f985d9dd ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:2b1c9a97-9135-4a3e-b660-7452956622ac ServiceInvariantUUID:49e2eb33-dcbf-40e9-a642-10d4a6db7c7d 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:6d286267-19d8-4e96-8bb4-d66415bf302c ArtifactChecksum:MWVmNzEyYWIxM2ZkNzViMzEwYjg0MzBkMTkzYzZmOTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:6b0b5be4-d203-4994-b646-da40145d8bfa ResourceInvariantUUID:e255cb68-75bf-4769-bce7-0726893095f1 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6b3b537c-12c2-47b2-9a4c-39d664d6d95e 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:fd8382fa-56b4-40ad-8494-d0ad81185a85 ArtifactChecksum:MTU3Mzg2NzllYjAwN2RiZTMzZDkwNGUwY2M3MTBjYTk= 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:32131a4d-bedc-4118-829f-31f1d3195eae 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:5d4ac658-8543-4fe2-aa39-b7c9df0bf61b 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:eddf3ca1-e332-4f58-af09-29ae2212d0af 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:5d4ac658-8543-4fe2-aa39-b7c9df0bf61b 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:bfdbecc2-8c4f-4c9d-b0e0-870f33efe2d1 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-11T05:35:28.696Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b1c9a97-9135-4a3e-b660-7452956622ac 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-11T05:35:28.757Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T05:35:28.758Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-11T05:35:28.759Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-11T05:35:28.759Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6d286267-19d8-4e96-8bb4-d66415bf302c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-11T05:35:28.759Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-11T05:35:28.760Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-11T05:35:28.848Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-11T05:35:28.856Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6d286267-19d8-4e96-8bb4-d66415bf302c 162977 2023-01-11T05:35:28.856Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:28.856Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:28.856Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T05:35:28.857Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:28.859Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:28.859Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415328856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:28.959Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:28.960Z||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-11T05:35:28.960Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:28.981Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:28.981Z||pool-99-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:35:29.859Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T05:35:29.861Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-11T05:35:29.861Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6d286267-19d8-4e96-8bb4-d66415bf302c, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-11T05:35:29.862Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-11T05:35:29.862Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-11T05:35:29.863Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-11T05:35:30.072Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5586145222413781529/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-11T05:35:31.385Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-11T05:35:31.385Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-11T05:35:31.386Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-11T05:35:31.386Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-11T05:35:31.386Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:31.386Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:31.386Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:31.387Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:31.387Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-11T05:35:31.387Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:31.388Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:35:31.388Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-11T05:35:31.388Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-11T05:35:31.389Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T05:35:31.389Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:31.389Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:35:31.389Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-11T05:35:31.390Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-11T05:35:31.390Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T05:35:31.390Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:31.390Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:35:31.391Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:31.391Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-11T05:35:31.391Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-11T05:35:31.391Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-11T05:35:31.392Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-11T05:35:31.392Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:31.392Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-11T05:35:31.393Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:31.393Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-11T05:35:31.393Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T05:35:31.393Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:31.394Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-11T05:35:31.394Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T05:35:31.394Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:31.394Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-11T05:35:31.395Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T05:35:31.395Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:31.395Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-11T05:35:31.395Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T05:35:31.396Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:31.396Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-11T05:35:31.396Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-11T05:35:31.396Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=2401d92d-38bf-49d3-9312-72b6003582c7 2023-01-11T05:35:31.397Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:31.397Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:35:31.397Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:31.398Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:35:31.398Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:31.398Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:35:31.398Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:31.398Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:35:31.399Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:2b1c9a97-9135-4a3e-b660-7452956622ac Model Version:NULL Model InvariantUuid:49e2eb33-dcbf-40e9-a642-10d4a6db7c7d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:3bf38f38-ddc3-4461-879d-9083feb259d2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e255cb68-75bf-4769-bce7-0726893095f1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6b0b5be4-d203-4994-b646-da40145d8bfa NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b6b93b2c-1bf4-4eae-b17c-7910e218fee1 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:ec91c613-9f94-4945-b510-c652b49e61a0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:be4cb1f3-221a-4d1f-bca0-527a5cc4ae71 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:131716a1-3316-4f9b-b058-8e12bfb782bc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2401d92d-38bf-49d3-9312-72b6003582c7 ModelInvariantUuid:277fc0c5-cdf0-4cce-89f9-554fafc42a45 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:7dca86bb-d1bf-46fa-b335-7742eeb0723b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:ba79cd15-c31b-4221-8fce-147d91dc514a ModelInvariantUuid:a917a410-207d-4c2b-8fd2-b92eb681aab2 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:109dca21-2d49-43c4-92b7-426961347ebd 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-11T05:35:31.408Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6b3b537c-12c2-47b2-9a4c-39d664d6d95e 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-11T05:35:31.413Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0 2023-01-11T05:35:31.413Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6b3b537c-12c2-47b2-9a4c-39d664d6d95e 2023-01-11T05:35:31.413Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fd8382fa-56b4-40ad-8494-d0ad81185a85 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-11T05:35:31.414Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-11T05:35:31.414Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:31.470Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-11T05:35:31.471Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json fd8382fa-56b4-40ad-8494-d0ad81185a85 1565 2023-01-11T05:35:31.471Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:31.471Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:31.472Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T05:35:31.472Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:31.474Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:31.474Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415331471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:31.574Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:31.575Z||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-11T05:35:31.575Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:31.601Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:31.602Z||pool-100-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:35:32.475Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "be4cb1f3-221a-4d1f-bca0-527a5cc4ae71", "vfModuleModelVersion": "1", "vfModuleModelUUID": "131716a1-3316-4f9b-b058-8e12bfb782bc", "vfModuleModelCustomizationUUID": "3599efae-35c1-471b-ada3-17b1e7aa44b3", "isBase": true, "artifacts": [ "32131a4d-bedc-4118-829f-31f1d3195eae", "5d4ac658-8543-4fe2-aa39-b7c9df0bf61b" ], "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": "b6b93b2c-1bf4-4eae-b17c-7910e218fee1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ec91c613-9f94-4945-b510-c652b49e61a0", "vfModuleModelCustomizationUUID": "1b875370-a4d1-4f07-a09f-98cfd19ede40", "isBase": false, "artifacts": [ "bfdbecc2-8c4f-4c9d-b0e0-870f33efe2d1" ], "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-11T05:35:32.481Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:131716a1-3316-4f9b-b058-8e12bfb782bc VfModuleModelInvariantUUID:be4cb1f3-221a-4d1f-bca0-527a5cc4ae71 VfModuleModelDescription:NULL Artifacts UUID List:{ 32131a4d-bedc-4118-829f-31f1d3195eae , 5d4ac658-8543-4fe2-aa39-b7c9df0bf61b } 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:ec91c613-9f94-4945-b510-c652b49e61a0 VfModuleModelInvariantUUID:b6b93b2c-1bf4-4eae-b17c-7910e218fee1 VfModuleModelDescription:NULL Artifacts UUID List:{ bfdbecc2-8c4f-4c9d-b0e0-870f33efe2d1 } 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-11T05:35:32.484Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "be4cb1f3-221a-4d1f-bca0-527a5cc4ae71", "vfModuleModelVersion": "1", "vfModuleModelUUID": "131716a1-3316-4f9b-b058-8e12bfb782bc", "vfModuleModelCustomizationUUID": "3599efae-35c1-471b-ada3-17b1e7aa44b3", "isBase": true, "artifacts": [ "32131a4d-bedc-4118-829f-31f1d3195eae", "5d4ac658-8543-4fe2-aa39-b7c9df0bf61b" ], "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": "b6b93b2c-1bf4-4eae-b17c-7910e218fee1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ec91c613-9f94-4945-b510-c652b49e61a0", "vfModuleModelCustomizationUUID": "1b875370-a4d1-4f07-a09f-98cfd19ede40", "isBase": false, "artifacts": [ "bfdbecc2-8c4f-4c9d-b0e0-870f33efe2d1" ], "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-11T05:35:32.484Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:131716a1-3316-4f9b-b058-8e12bfb782bc VfModuleModelInvariantUUID:be4cb1f3-221a-4d1f-bca0-527a5cc4ae71 VfModuleModelDescription:NULL Artifacts UUID List:{ 32131a4d-bedc-4118-829f-31f1d3195eae , 5d4ac658-8543-4fe2-aa39-b7c9df0bf61b } 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:ec91c613-9f94-4945-b510-c652b49e61a0 VfModuleModelInvariantUUID:b6b93b2c-1bf4-4eae-b17c-7910e218fee1 VfModuleModelDescription:NULL Artifacts UUID List:{ bfdbecc2-8c4f-4c9d-b0e0-870f33efe2d1 } 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-11T05:35:32.484Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 32131a4d-bedc-4118-829f-31f1d3195eae from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-11T05:35:32.484Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-11T05:35:32.485Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:32.532Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-11T05:35:32.532Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 32131a4d-bedc-4118-829f-31f1d3195eae 914 2023-01-11T05:35:32.533Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:32.533Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:32.533Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T05:35:32.534Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:32.536Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:32.537Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415332533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:32.636Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-11T05:35:32.637Z||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-11T05:35:32.637Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:32.652Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:32.652Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:35:33.538Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eddf3ca1-e332-4f58-af09-29ae2212d0af from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-11T05:35:33.539Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-11T05:35:33.539Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:33.587Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-11T05:35:33.588Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env eddf3ca1-e332-4f58-af09-29ae2212d0af 12 2023-01-11T05:35:33.588Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:33.588Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:33.589Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T05:35:33.589Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:33.592Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:33.592Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415333588, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:33.692Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:33.693Z||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-11T05:35:33.693Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:33.706Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:33.707Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-11T05:35:34.593Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5d4ac658-8543-4fe2-aa39-b7c9df0bf61b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-11T05:35:34.593Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-11T05:35:34.594Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:34.642Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-11T05:35:34.643Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5d4ac658-8543-4fe2-aa39-b7c9df0bf61b 96 2023-01-11T05:35:34.643Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:34.643Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:34.643Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T05:35:34.644Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:34.646Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:34.646Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415334643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:34.745Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T05:35:34.746Z||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-11T05:35:34.746Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:34.760Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:34.760Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-11T05:35:35.647Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bfdbecc2-8c4f-4c9d-b0e0-870f33efe2d1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-11T05:35:35.647Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-11T05:35:35.647Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:35.698Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-11T05:35:35.699Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz bfdbecc2-8c4f-4c9d-b0e0-870f33efe2d1 20206 2023-01-11T05:35:35.699Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:35.700Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:35.700Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T05:35:35.700Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:35.701Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:35.702Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415335699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-11T05:35:35.802Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:35.803Z||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-11T05:35:35.803Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:35.819Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:35.819Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:35:36.705Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2b1c9a97-9135-4a3e-b660-7452956622ac 2023-01-11T05:35:36.706Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 6b3b537c-12c2-47b2-9a4c-39d664d6d95e 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-11T05:35:36.714Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d118baa, org.onap.sdc.toscaparser.api.parameters.Input@30b4d718, org.onap.sdc.toscaparser.api.parameters.Input@3553cc09, org.onap.sdc.toscaparser.api.parameters.Input@b7f52bd, org.onap.sdc.toscaparser.api.parameters.Input@ab2c4a3] 2023-01-11T05:35:36.716Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:36.716Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:35:36.716Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-11T05:35:36.716Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 6b0b5be4-d203-4994-b646-da40145d8bfa 2023-01-11T05:35:36.717Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b0b5be4-d203-4994-b646-da40145d8bfa matches Tosca VF Customization UUID: 6b0b5be4-d203-4994-b646-da40145d8bfa 2023-01-11T05:35:36.717Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 6b0b5be4-d203-4994-b646-da40145d8bfa 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-11T05:35:36.719Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:36.719Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:35:36.720Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 6b0b5be4-d203-4994-b646-da40145d8bfa: {\"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-11T05:35:36.720Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@462b2c13 2023-01-11T05:35:36.720Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:36.720Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-11T05:35:36.721Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b875370-a4d1-4f07-a09f-98cfd19ede40 2023-01-11T05:35:36.721Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b875370-a4d1-4f07-a09f-98cfd19ede40 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-11T05:35:36.723Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:36.723Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-11T05:35:36.724Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T05:35:36.724Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:36.724Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-11T05:35:36.724Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T05:35:36.724Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:36.725Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-11T05:35:36.725Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6b0b5be4-d203-4994-b646-da40145d8bfa 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-11T05:35:36.726Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:36.726Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:35:36.727Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2b1c9a97-9135-4a3e-b660-7452956622ac: basic_cnf_macro 2023-01-11T05:35:36.727Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:36.727Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:35:36.727Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:36.727Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:35:36.727Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:36.728Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:35:36.728Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:36.728Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:35:36.728Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:35:36.728Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:35:36.728Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:36.787Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 6b3b537c-12c2-47b2-9a4c-39d664d6d95e 2 ASDC deployResourceStructure 2023-01-11T05:35:36.788Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:36.788Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:36.788Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T05:35:36.788Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:36.789Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:36.790Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415336788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T05:35:36.890Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:36.890Z||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-11T05:35:36.891Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:36.901Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:36.901Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:35:37.791Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:37.791Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:37.791Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T05:35:37.791Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:37.793Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:37.794Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415337791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-11T05:35:37.894Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:37.896Z||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-11T05:35:37.896Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:37.988Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:37.988Z||pool-106-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":1,"count":1} 2023-01-11T05:35:38.794Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:38.795Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:38.795Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-11T05:35:38.796Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:38.798Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:38.798Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415338794, "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-11T05:35:38.898Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:38.899Z||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-11T05:35:38.899Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:38.925Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:38.925Z||pool-107-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:35:39.800Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:39.800Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:39.800Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T05:35:39.801Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:39.803Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:39.803Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415339800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-11T05:35:39.903Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:39.904Z||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-11T05:35:39.904Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:39.938Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:39.938Z||pool-108-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2023-01-11T05:35:40.804Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:40.804Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:40.805Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-11T05:35:40.805Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:40.807Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:40.807Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415340804, "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-11T05:35:40.907Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:40.908Z||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-11T05:35:40.908Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:40.925Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:40.926Z||pool-109-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:35:41.810Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:41.810Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:41.810Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T05:35:41.811Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:35:41.812Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:35:41.812Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415341810, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T05:35:41.912Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:35:41.913Z||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-11T05:35:41.913Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:35:41.943Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:35:41.944Z||pool-110-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:35:42.813Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42efdded-0cc1-42f9-967d-39c9f985d9dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T05:35:42.824Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42efdded-0cc1-42f9-967d-39c9f985d9dd 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-11T05:35:42.826Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T05:35:42.827Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-11T05:35:42.827Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-11T05:35:42.827Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-11T05:35:42.827Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T05:35:42.827Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T05:35:42.827Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T05:35:42.828Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T05:35:42.828Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T05:35:42.828Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:35:42.832Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-11T05:36:12.832Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 42efdded-0cc1-42f9-967d-39c9f985d9dd 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-11T05:36:12.839Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 42efdded-0cc1-42f9-967d-39c9f985d9dd and serviceModelVersionId: 2b1c9a97-9135-4a3e-b660-7452956622ac 2023-01-11T05:36:12.839Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 49e2eb33-dcbf-40e9-a642-10d4a6db7c7d 2023-01-11T05:36:12.841Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/49e2eb33-dcbf-40e9-a642-10d4a6db7c7d/model-vers/model-ver/2b1c9a97-9135-4a3e-b660-7452956622ac?depth=0 2023-01-11T05:36:12.847Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-11T05:36:12.897Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49e2eb33-dcbf-40e9-a642-10d4a6db7c7d/model-vers/model-ver/2b1c9a97-9135-4a3e-b660-7452956622ac?depth=0|INFO|500||Invoke 2023-01-11T05:36:12.898Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49e2eb33-dcbf-40e9-a642-10d4a6db7c7d/model-vers/model-ver/2b1c9a97-9135-4a3e-b660-7452956622ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49e2eb33-dcbf-40e9-a642-10d4a6db7c7d/model-vers/model-ver/2b1c9a97-9135-4a3e-b660-7452956622ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[42efdded-0cc1-42f9-967d-39c9f985d9dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6ef3e321-20ed-4f1a-87f8-39616f6d534e], X-ECOMP-RequestID=[42efdded-0cc1-42f9-967d-39c9f985d9dd], X-TransactionId=[], X-ONAP-RequestID=[42efdded-0cc1-42f9-967d-39c9f985d9dd], Content-Type=[application/merge-patch+json]} 2023-01-11T05:36:12.922Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49e2eb33-dcbf-40e9-a642-10d4a6db7c7d/model-vers/model-ver/2b1c9a97-9135-4a3e-b660-7452956622ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-11T05:36:13.011Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49e2eb33-dcbf-40e9-a642-10d4a6db7c7d/model-vers/model-ver/2b1c9a97-9135-4a3e-b660-7452956622ac?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/49e2eb33-dcbf-40e9-a642-10d4a6db7c7d/model-vers/model-ver/2b1c9a97-9135-4a3e-b660-7452956622ac?depth=0 has http status code:200 and response headers:{date=[Wed, 11 Jan 2023 05:36:12 GMT], content-length=[0], vertex-id=[188512], x-aai-txid=[0-aai-resources-230111-05:36:12:568-67867], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-11T05:36:13.011Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49e2eb33-dcbf-40e9-a642-10d4a6db7c7d/model-vers/model-ver/2b1c9a97-9135-4a3e-b660-7452956622ac?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-11T05:36:13.012Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49e2eb33-dcbf-40e9-a642-10d4a6db7c7d/model-vers/model-ver/2b1c9a97-9135-4a3e-b660-7452956622ac?depth=0|INFO|500||InvokeReturn 2023-01-11T05:36:13.012Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-11T05:36:13.013Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:36:13.018Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||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-11T05:36:13.019Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 42efdded-0cc1-42f9-967d-39c9f985d9dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-11T05:36:13.019Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-11T05:36:13.019Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:13.021Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:13.021Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415373019, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T05:36:13.121Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T05:36:13.122Z||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-11T05:36:13.123Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:13.165Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:13.166Z||pool-111-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-11T05:36:14.034Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-11T05:36:14.034Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"484ae7a9-a132-4b60-bf39-bd399e5f3ae1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"71c84e2d-0e99-4579-8c77-57cfe4e4e76c","serviceDescription":"service","serviceInvariantUUID":"bd51aaf7-feb2-4f00-ae63-8b33f298b42c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d994331d-3e4d-46e0-88ac-8b97ba6702b9","resourceInvariantUUID":"16ea36da-0af9-40b7-8ca2-04b532e52995","resourceCustomizationUUID":"4b867b56-b30e-47e7-8e99-8f75999aedba","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":"MjhiOGZjMjA3MGM1MjE5NmQ0YzAwOWQ2NDU5ZDI0YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be32a136-f737-47e9-aab0-90d128dec579","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":"YWE4MWRjZTVhMWRkMzUyNTJmMTZiMjc3YWZlZTVlMzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cfbea57a-d6b4-4872-90a8-e357de4faa5b","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":"2ef393a4-57d4-4c37-b775-68482715a89d","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":"a1a17c80-f753-4df0-9726-8679acc35d33","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":"271ee562-082f-4822-a608-38a343e6afdd","artifactVersion":"2","generatedFromUUID":"2ef393a4-57d4-4c37-b775-68482715a89d"},{"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":"NGEwNjIwNmVmY2MzNzk1YTA3MGUzYTZhNGY0NGE5YmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"47c4a111-8aaa-4ec5-802b-770afbe478d1","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":"MjZmYWFiMWQ0Yzk5MGE0YTEyOWE4MGRhNTU4NDYzYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec2b9350-dd50-4439-879c-6885e2f4e673","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTk0ZTNhNzk4MjRlMDE1YTZjMWU3ZjhkYjU1NTkyMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c76f16d8-de9c-4397-8095-6adec227a60e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-11T05:36:14.035Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:36:14.035Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:14.037Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:14.037Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:36:14.137Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:36:14.138Z||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-11T05:36:14.138Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:14.177Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:14.178Z||pool-112-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2023-01-11T05:36:15.037Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:36:15.038Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:15.040Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:15.040Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-11T05:36:15.141Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T05:36:15.141Z||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-11T05:36:15.141Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:15.162Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:15.163Z||pool-113-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2023-01-11T05:36:16.041Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:36:16.042Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:16.044Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:16.044Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-11T05:36:16.144Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T05:36:16.145Z||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-11T05:36:16.145Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:16.179Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:16.180Z||pool-114-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:36:17.045Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:36:17.046Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:17.048Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:17.048Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:36:17.148Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:36:17.149Z||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-11T05:36:17.149Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:17.183Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:17.184Z||pool-115-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:36:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:36:17.422Z||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-11T05:36:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:18.049Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:36:18.050Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:18.052Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:18.052Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-11T05:36:18.128Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:18.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:36:18.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:36:18.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-11T05:36:18.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:36:18.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-11T05:36:18.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:36:18.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:36:18.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:36:18.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-11T05:36:18.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:36:18.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-11T05:36:18.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:36:18.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-11T05:36:18.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:36:18.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:36:18.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:36:18.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:36:18.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:36:18.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:36:18.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:36:18.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415328856, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:36:18.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:36:18.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415331471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T05:36:18.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:36:18.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415332533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T05:36:18.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:36:18.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415333588, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-11T05:36:18.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:36:18.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415334643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-11T05:36:18.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:36:18.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415335699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-11T05:36:18.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:36:18.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415336788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T05:36:18.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:36:18.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415337791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-11T05:36:18.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:36:18.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415338794, "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-11T05:36:18.135Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:36:18.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415339800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-11T05:36:18.135Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:36:18.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415340804, "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-11T05:36:18.135Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:36:18.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415341810, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T05:36:18.136Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:36:18.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "42efdded-0cc1-42f9-967d-39c9f985d9dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415373019, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T05:36:18.136Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:36:18.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:36:18.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:36:18.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-11T05:36:18.136Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:36:18.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-11T05:36:18.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:36:18.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:36:18.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:36:18.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-11T05:36:18.152Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:36:18.152Z||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-11T05:36:18.152Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:18.179Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:18.179Z||pool-116-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2023-01-11T05:36:19.052Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:36:19.053Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:19.056Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:19.056Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:36:19.156Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:36:19.156Z||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-11T05:36:19.157Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:19.175Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:19.176Z||pool-117-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:36:20.057Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:36:20.058Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:20.060Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:20.060Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:36:20.160Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:36:20.161Z||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-11T05:36:20.161Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:20.196Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:20.196Z||pool-118-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:36:21.060Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:36:21.062Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:21.064Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:21.064Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:36:21.164Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:36:21.165Z||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-11T05:36:21.165Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:21.212Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:21.213Z||pool-119-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:36:22.065Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "71c84e2d-0e99-4579-8c77-57cfe4e4e76c", "serviceDescription": "service", "serviceInvariantUUID": "bd51aaf7-feb2-4f00-ae63-8b33f298b42c", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "4b867b56-b30e-47e7-8e99-8f75999aedba", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d994331d-3e4d-46e0-88ac-8b97ba6702b9", "resourceInvariantUUID": "16ea36da-0af9-40b7-8ca2-04b532e52995", "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": "YWE4MWRjZTVhMWRkMzUyNTJmMTZiMjc3YWZlZTVlMzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cfbea57a-d6b4-4872-90a8-e357de4faa5b", "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": "2ef393a4-57d4-4c37-b775-68482715a89d", "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": "271ee562-082f-4822-a608-38a343e6afdd", "generatedFromUUID": "2ef393a4-57d4-4c37-b775-68482715a89d" }, "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": "271ee562-082f-4822-a608-38a343e6afdd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YTk0ZTNhNzk4MjRlMDE1YTZjMWU3ZjhkYjU1NTkyMWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c76f16d8-de9c-4397-8095-6adec227a60e" } ], "workloadContext": "Production" } 2023-01-11T05:36:22.065Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-11T05:36:22.065Z|42efdded-0cc1-42f9-967d-39c9f985d9dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71c84e2d-0e99-4579-8c77-57cfe4e4e76c ASDC 2023-01-11T05:36:22.066Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:484ae7a9-a132-4b60-bf39-bd399e5f3ae1 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:71c84e2d-0e99-4579-8c77-57cfe4e4e76c ServiceInvariantUUID:bd51aaf7-feb2-4f00-ae63-8b33f298b42c 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:c76f16d8-de9c-4397-8095-6adec227a60e ArtifactChecksum:YTk0ZTNhNzk4MjRlMDE1YTZjMWU3ZjhkYjU1NTkyMWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:4b867b56-b30e-47e7-8e99-8f75999aedba ResourceInvariantUUID:16ea36da-0af9-40b7-8ca2-04b532e52995 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:d994331d-3e4d-46e0-88ac-8b97ba6702b9 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:cfbea57a-d6b4-4872-90a8-e357de4faa5b ArtifactChecksum:YWE4MWRjZTVhMWRkMzUyNTJmMTZiMjc3YWZlZTVlMzQ= 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:2ef393a4-57d4-4c37-b775-68482715a89d 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:271ee562-082f-4822-a608-38a343e6afdd 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:271ee562-082f-4822-a608-38a343e6afdd ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-11T05:36:22.066Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71c84e2d-0e99-4579-8c77-57cfe4e4e76c 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-11T05:36:22.104Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T05:36:22.105Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-11T05:36:22.105Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-11T05:36:22.105Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c76f16d8-de9c-4397-8095-6adec227a60e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-11T05:36:22.105Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-11T05:36:22.105Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-11T05:36:22.167Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-11T05:36:22.172Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c76f16d8-de9c-4397-8095-6adec227a60e 82622 2023-01-11T05:36:22.173Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:22.173Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:22.173Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T05:36:22.174Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:22.176Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:22.177Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415382173, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:36:22.277Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:36:22.278Z||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-11T05:36:22.278Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:22.298Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:22.298Z||pool-120-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:36:23.177Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T05:36:23.178Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-11T05:36:23.179Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c76f16d8-de9c-4397-8095-6adec227a60e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-11T05:36:23.179Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-11T05:36:23.179Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-11T05:36:23.180Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-11T05:36:23.353Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1023113608141970566/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-11T05:36:24.532Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-11T05:36:24.532Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-11T05:36:24.532Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-11T05:36:24.533Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-11T05:36:24.533Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:24.533Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:24.533Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:24.533Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:24.533Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:24.533Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:24.533Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:24.533Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-11T05:36:24.534Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:24.534Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:36:24.534Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-11T05:36:24.534Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-11T05:36:24.534Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T05:36:24.534Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:24.535Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:36:24.535Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-11T05:36:24.535Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-11T05:36:24.535Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T05:36:24.535Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:24.535Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:36:24.536Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:24.536Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-11T05:36:24.536Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-11T05:36:24.536Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-11T05:36:24.536Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-11T05:36:24.536Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-11T05:36:24.537Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-11T05:36:24.537Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:24.537Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-11T05:36:24.537Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:24.537Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-11T05:36:24.537Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T05:36:24.538Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:24.538Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-11T05:36:24.538Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T05:36:24.538Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:24.538Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-11T05:36:24.538Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T05:36:24.539Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:24.539Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-11T05:36:24.539Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-11T05:36:24.539Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-11T05:36:24.539Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=00642899-962e-4047-91ce-47f5b9f52f8b 2023-01-11T05:36:24.540Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:24.540Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:36:24.540Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:24.540Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:36:24.540Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:24.540Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:36:24.540Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:24.541Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:36:24.541Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:71c84e2d-0e99-4579-8c77-57cfe4e4e76c Model Version:NULL Model InvariantUuid:bd51aaf7-feb2-4f00-ae63-8b33f298b42c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:018ec323-a8cf-44a4-aebf-df0905bc7f75 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:16ea36da-0af9-40b7-8ca2-04b532e52995 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4b867b56-b30e-47e7-8e99-8f75999aedba NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:70495cad-7c95-44b7-9fc3-c59fce3be79a ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:4f5776c6-69a8-4a8d-87b3-fd527f7af6cf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:00642899-962e-4047-91ce-47f5b9f52f8b ModelInvariantUuid:6cfa4ee4-12db-4484-9973-d556f6a5dc9e ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:ea78ecb6-c4a6-4c73-ac56-773343de5077 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d063eddb-0d26-4856-a9fe-b6bd21b82024 ModelInvariantUuid:2a7334b9-fffe-4b3c-ab9a-485e6d4af3e4 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:a177f769-6132-45e3-a3b1-9d795def2397 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-11T05:36:24.548Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d994331d-3e4d-46e0-88ac-8b97ba6702b9 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-11T05:36:24.550Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2023-01-11T05:36:24.550Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d994331d-3e4d-46e0-88ac-8b97ba6702b9 2023-01-11T05:36:24.550Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cfbea57a-d6b4-4872-90a8-e357de4faa5b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-11T05:36:24.550Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-11T05:36:24.550Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:24.591Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-11T05:36:24.591Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json cfbea57a-d6b4-4872-90a8-e357de4faa5b 792 2023-01-11T05:36:24.592Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:24.592Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:24.592Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T05:36:24.592Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:24.594Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:24.594Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415384592, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T05:36:24.694Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:36:24.695Z||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-11T05:36:24.695Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:24.707Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:24.707Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:36:25.594Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "70495cad-7c95-44b7-9fc3-c59fce3be79a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4f5776c6-69a8-4a8d-87b3-fd527f7af6cf", "vfModuleModelCustomizationUUID": "6ec3ccb2-dd1f-4f28-b62a-e5c1f2ad5140", "isBase": true, "artifacts": [ "2ef393a4-57d4-4c37-b775-68482715a89d", "271ee562-082f-4822-a608-38a343e6afdd" ], "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-11T05:36:25.599Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4f5776c6-69a8-4a8d-87b3-fd527f7af6cf VfModuleModelInvariantUUID:70495cad-7c95-44b7-9fc3-c59fce3be79a VfModuleModelDescription:NULL Artifacts UUID List:{ 2ef393a4-57d4-4c37-b775-68482715a89d , 271ee562-082f-4822-a608-38a343e6afdd } 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-11T05:36:25.601Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "70495cad-7c95-44b7-9fc3-c59fce3be79a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4f5776c6-69a8-4a8d-87b3-fd527f7af6cf", "vfModuleModelCustomizationUUID": "6ec3ccb2-dd1f-4f28-b62a-e5c1f2ad5140", "isBase": true, "artifacts": [ "2ef393a4-57d4-4c37-b775-68482715a89d", "271ee562-082f-4822-a608-38a343e6afdd" ], "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-11T05:36:25.601Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4f5776c6-69a8-4a8d-87b3-fd527f7af6cf VfModuleModelInvariantUUID:70495cad-7c95-44b7-9fc3-c59fce3be79a VfModuleModelDescription:NULL Artifacts UUID List:{ 2ef393a4-57d4-4c37-b775-68482715a89d , 271ee562-082f-4822-a608-38a343e6afdd } 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-11T05:36:25.601Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2ef393a4-57d4-4c37-b775-68482715a89d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-11T05:36:25.602Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-11T05:36:25.602Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:25.658Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-11T05:36:25.658Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2ef393a4-57d4-4c37-b775-68482715a89d 5033 2023-01-11T05:36:25.659Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:25.659Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:25.659Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T05:36:25.659Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:25.661Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:25.661Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415385659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T05:36:25.761Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:36:25.762Z||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-11T05:36:25.762Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:25.785Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:25.786Z||pool-122-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:36:26.661Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 271ee562-082f-4822-a608-38a343e6afdd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-11T05:36:26.663Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-11T05:36:26.663Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:26.711Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-11T05:36:26.711Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 271ee562-082f-4822-a608-38a343e6afdd 903 2023-01-11T05:36:26.711Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:26.711Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:26.712Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T05:36:26.712Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:26.713Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:26.714Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415386711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-11T05:36:26.814Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:36:26.815Z||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-11T05:36:26.815Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:26.830Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:26.830Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:36:27.714Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 71c84e2d-0e99-4579-8c77-57cfe4e4e76c 2023-01-11T05:36:27.715Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d994331d-3e4d-46e0-88ac-8b97ba6702b9 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-11T05:36:27.728Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a4c1a68, org.onap.sdc.toscaparser.api.parameters.Input@3dd1f3d, org.onap.sdc.toscaparser.api.parameters.Input@3feffd7d, org.onap.sdc.toscaparser.api.parameters.Input@17f690b5, org.onap.sdc.toscaparser.api.parameters.Input@df34779] 2023-01-11T05:36:27.729Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:27.729Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:36:27.730Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-01-11T05:36:27.730Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4b867b56-b30e-47e7-8e99-8f75999aedba 2023-01-11T05:36:27.730Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b867b56-b30e-47e7-8e99-8f75999aedba matches Tosca VF Customization UUID: 4b867b56-b30e-47e7-8e99-8f75999aedba 2023-01-11T05:36:27.730Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4b867b56-b30e-47e7-8e99-8f75999aedba 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-11T05:36:27.732Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:27.732Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:36:27.732Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4b867b56-b30e-47e7-8e99-8f75999aedba: {\"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-11T05:36:27.732Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@528c7e0 2023-01-11T05:36:27.733Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:27.733Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-11T05:36:27.733Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ec3ccb2-dd1f-4f28-b62a-e5c1f2ad5140 2023-01-11T05:36:27.733Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ec3ccb2-dd1f-4f28-b62a-e5c1f2ad5140 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-11T05:36:27.735Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:27.735Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-11T05:36:27.735Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T05:36:27.736Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:27.736Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-11T05:36:27.736Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T05:36:27.736Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:27.736Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-11T05:36:27.737Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-11T05:36:27.737Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-11T05:36:27.737Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=00642899-962e-4047-91ce-47f5b9f52f8b 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-11T05:36:27.739Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:27.739Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-11T05:36:27.740Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-11T05:36:27.740Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:27.740Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-11T05:36:27.740Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4b867b56-b30e-47e7-8e99-8f75999aedba 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-11T05:36:27.741Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:27.742Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:36:27.742Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 71c84e2d-0e99-4579-8c77-57cfe4e4e76c: basic_vm_macro 2023-01-11T05:36:27.742Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:27.742Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:36:27.742Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:27.742Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:36:27.743Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:27.743Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:36:27.743Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:27.743Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:36:27.743Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:36:27.743Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:36:27.743Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:27.821Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d994331d-3e4d-46e0-88ac-8b97ba6702b9 1 ASDC deployResourceStructure 2023-01-11T05:36:27.821Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:27.821Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:27.822Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T05:36:27.822Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:27.823Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:27.823Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415387821, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T05:36:27.924Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T05:36:27.924Z||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-11T05:36:27.924Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:27.936Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:27.936Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:36:28.824Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:28.825Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:28.825Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T05:36:28.825Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:28.827Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:28.827Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415388824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-11T05:36:28.927Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:36:28.928Z||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-11T05:36:28.928Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:28.940Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:28.941Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:36:29.827Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:29.828Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:29.828Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T05:36:29.828Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:29.830Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:29.830Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415389827, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-11T05:36:29.930Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:36:29.931Z||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-11T05:36:29.931Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:29.956Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:29.956Z||pool-126-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2023-01-11T05:36:30.831Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:30.831Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:30.831Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T05:36:30.832Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:36:30.833Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:36:30.833Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415390831, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T05:36:30.933Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:36:30.934Z||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-11T05:36:30.934Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:36:30.946Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:36:30.946Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:36:31.834Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 484ae7a9-a132-4b60-bf39-bd399e5f3ae1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T05:36:31.844Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 484ae7a9-a132-4b60-bf39-bd399e5f3ae1 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-11T05:36:31.846Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T05:36:31.846Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-11T05:36:31.846Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-11T05:36:31.846Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-11T05:36:31.847Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T05:36:31.847Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T05:36:31.847Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T05:36:31.847Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T05:36:31.847Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T05:36:31.847Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:36:31.852Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-11T05:37:01.852Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 484ae7a9-a132-4b60-bf39-bd399e5f3ae1 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-11T05:37:01.861Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 484ae7a9-a132-4b60-bf39-bd399e5f3ae1 and serviceModelVersionId: 71c84e2d-0e99-4579-8c77-57cfe4e4e76c 2023-01-11T05:37:01.861Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd51aaf7-feb2-4f00-ae63-8b33f298b42c 2023-01-11T05:37:01.861Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd51aaf7-feb2-4f00-ae63-8b33f298b42c/model-vers/model-ver/71c84e2d-0e99-4579-8c77-57cfe4e4e76c?depth=0 2023-01-11T05:37:01.865Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-11T05:37:01.941Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd51aaf7-feb2-4f00-ae63-8b33f298b42c/model-vers/model-ver/71c84e2d-0e99-4579-8c77-57cfe4e4e76c?depth=0|INFO|500||Invoke 2023-01-11T05:37:01.942Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd51aaf7-feb2-4f00-ae63-8b33f298b42c/model-vers/model-ver/71c84e2d-0e99-4579-8c77-57cfe4e4e76c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd51aaf7-feb2-4f00-ae63-8b33f298b42c/model-vers/model-ver/71c84e2d-0e99-4579-8c77-57cfe4e4e76c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[484ae7a9-a132-4b60-bf39-bd399e5f3ae1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80fc33e0-fa7d-4c83-9e8c-c34f9b44a3df], X-ECOMP-RequestID=[484ae7a9-a132-4b60-bf39-bd399e5f3ae1], X-TransactionId=[], X-ONAP-RequestID=[484ae7a9-a132-4b60-bf39-bd399e5f3ae1], Content-Type=[application/merge-patch+json]} 2023-01-11T05:37:01.961Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd51aaf7-feb2-4f00-ae63-8b33f298b42c/model-vers/model-ver/71c84e2d-0e99-4579-8c77-57cfe4e4e76c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-11T05:37:02.102Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd51aaf7-feb2-4f00-ae63-8b33f298b42c/model-vers/model-ver/71c84e2d-0e99-4579-8c77-57cfe4e4e76c?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/bd51aaf7-feb2-4f00-ae63-8b33f298b42c/model-vers/model-ver/71c84e2d-0e99-4579-8c77-57cfe4e4e76c?depth=0 has http status code:200 and response headers:{date=[Wed, 11 Jan 2023 05:37:01 GMT], content-length=[0], vertex-id=[253952], x-aai-txid=[1-aai-resources-230111-05:37:01:607-21073], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-11T05:37:02.103Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd51aaf7-feb2-4f00-ae63-8b33f298b42c/model-vers/model-ver/71c84e2d-0e99-4579-8c77-57cfe4e4e76c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-11T05:37:02.103Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd51aaf7-feb2-4f00-ae63-8b33f298b42c/model-vers/model-ver/71c84e2d-0e99-4579-8c77-57cfe4e4e76c?depth=0|INFO|500||InvokeReturn 2023-01-11T05:37:02.103Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-11T05:37:02.104Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:37:02.109Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||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-11T05:37:02.109Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 484ae7a9-a132-4b60-bf39-bd399e5f3ae1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-11T05:37:02.109Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-11T05:37:02.110Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:37:02.111Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:37:02.112Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415422109, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T05:37:02.212Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:37:02.213Z||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-11T05:37:02.213Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:37:02.247Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:37:02.247Z||pool-128-thread-1|||||INFO|500||cambria reply ok (35 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-11T05:37:03.124Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:37:03.124Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|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-11T05:37:03.125Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:37:12.848Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:37:17.419Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:37:17.419Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|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-11T05:37:17.419Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:37:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:37:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T05:37:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:37:17.640Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:37:17.640Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:37:17.640Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-11T05:37:17.641Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:37:18.705Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:37:18.706Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-11T05:37:18.706Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ce9712fa-fb9c-4ff4-bcff-22b58d1787ed","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"7512d389-d325-43d0-b29b-e19a0fec0588","serviceDescription":"service","serviceInvariantUUID":"c22df8d2-eab9-4c96-ad40-fcc6ba351cab","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"94be24e6-68c3-4a5a-afed-59bb624a0a97","resourceInvariantUUID":"a6e200ac-2397-48fd-99a7-e26ac73202a5","resourceCustomizationUUID":"2b8b5cf1-7e02-4e81-86b6-a2771b9cca9a","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":"NWFjNzI3NjU2ZWVjNTYzNDA3ODYwMDI0ZWU0NTVjMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b11114bb-27c0-42f1-abb0-649ecbf10001","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":"4a7e53f4-cf93-4e8a-a7ad-108c3062a1a6","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":"b7b846a0-1768-47ee-b069-4ebb66f12fbd","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":"MDhjM2MzZDMxOTdlZjE4MDUwMTIwOGUwZWU2MDRiZWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"136395c4-b9bc-49c1-978d-1d5a02c7087b","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":"296118b4-7d18-4c77-878f-d010bf62132a","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":"0cd640d3-cb90-490f-b34c-9c6fbdb0a441","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":"9b9dee4c-68e1-4fd1-90d9-ae851200107a","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":"YjFjOTAwNWQzYmIzZWMxZjQ4NWRkOTdjYWQxNmFmNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"599177cf-228e-4a33-a29c-c4d5cf542b81","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MGFlMjE5OTNmM2YxODI4ZmRhYjRlNDVmNmE0ZDhlMzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e28be9-2c2c-425c-8c35-0d6126721249","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-11T05:37:18.708Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:37:18.708Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:37:18.710Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:37:18.710Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:37:18.810Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T05:37:18.811Z||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-11T05:37:18.811Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:37:18.833Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:37:18.834Z||pool-129-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":4,"count":1} 2023-01-11T05:37:19.718Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:37:19.719Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:37:19.721Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:37:19.721Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-11T05:37:19.834Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms 2023-01-11T05:37:19.835Z||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-11T05:37:19.835Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:37:19.862Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:37:19.862Z||pool-130-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2023-01-11T05:37:20.722Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:37:20.723Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:37:20.725Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:37:20.725Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-11T05:37:20.826Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:37:20.827Z||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-11T05:37:20.827Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:37:20.845Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:37:20.846Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:37:21.726Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:37:21.727Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:37:21.728Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:37:21.729Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:37:21.829Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T05:37:21.829Z||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-11T05:37:21.830Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:37:21.867Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:37:21.868Z||pool-132-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2023-01-11T05:37:22.729Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:37:22.730Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:37:22.732Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:37:22.733Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:37:22.833Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:37:22.833Z||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-11T05:37:22.833Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:37:22.855Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:37:22.855Z||pool-133-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:37:23.733Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:37:23.734Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:37:23.735Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:37:23.735Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:37:23.835Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T05:37:23.836Z||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-11T05:37:23.837Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:37:23.853Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:37:23.853Z||pool-134-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:37:24.736Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:37:24.736Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:37:24.738Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:37:24.738Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:37:24.838Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:37:24.839Z||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-11T05:37:24.839Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:37:24.854Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:37:24.855Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-11T05:37:25.739Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:37:25.739Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:37:25.741Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:37:25.741Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:37:25.842Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-11T05:37:25.843Z||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-11T05:37:25.843Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:37:25.854Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:37:25.854Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:37:26.742Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-11T05:37:26.743Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:37:26.744Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:37:26.744Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:37:26.847Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-11T05:37:26.848Z||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-11T05:37:26.848Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:37:26.860Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:37:26.860Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-01-11T05:37:27.745Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "7512d389-d325-43d0-b29b-e19a0fec0588", "serviceDescription": "service", "serviceInvariantUUID": "c22df8d2-eab9-4c96-ad40-fcc6ba351cab", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "2b8b5cf1-7e02-4e81-86b6-a2771b9cca9a", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "94be24e6-68c3-4a5a-afed-59bb624a0a97", "resourceInvariantUUID": "a6e200ac-2397-48fd-99a7-e26ac73202a5", "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": "MGFlMjE5OTNmM2YxODI4ZmRhYjRlNDVmNmE0ZDhlMzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e28be9-2c2c-425c-8c35-0d6126721249" } ], "workloadContext": "Production" } 2023-01-11T05:37:27.746Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-11T05:37:27.746Z|484ae7a9-a132-4b60-bf39-bd399e5f3ae1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7512d389-d325-43d0-b29b-e19a0fec0588 ASDC 2023-01-11T05:37:27.746Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:ce9712fa-fb9c-4ff4-bcff-22b58d1787ed ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:7512d389-d325-43d0-b29b-e19a0fec0588 ServiceInvariantUUID:c22df8d2-eab9-4c96-ad40-fcc6ba351cab 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:f5e28be9-2c2c-425c-8c35-0d6126721249 ArtifactChecksum:MGFlMjE5OTNmM2YxODI4ZmRhYjRlNDVmNmE0ZDhlMzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:2b8b5cf1-7e02-4e81-86b6-a2771b9cca9a ResourceInvariantUUID:a6e200ac-2397-48fd-99a7-e26ac73202a5 ResourceName:test-pnf ResourceType:PNF ResourceUUID:94be24e6-68c3-4a5a-afed-59bb624a0a97 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-11T05:37:27.746Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7512d389-d325-43d0-b29b-e19a0fec0588 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-11T05:37:27.767Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T05:37:27.767Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-11T05:37:27.767Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-11T05:37:27.767Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f5e28be9-2c2c-425c-8c35-0d6126721249 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-11T05:37:27.767Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-01-11T05:37:27.768Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-11T05:37:27.885Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-01-11T05:37:27.890Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f5e28be9-2c2c-425c-8c35-0d6126721249 110868 2023-01-11T05:37:27.890Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||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-11T05:37:27.890Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||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-11T05:37:27.890Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-11T05:37:27.890Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:37:27.893Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:37:27.893Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415447890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:37:27.992Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T05:37:27.993Z||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-11T05:37:27.993Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:37:28.010Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:37:28.010Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:37:28.893Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-11T05:37:28.894Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-01-11T05:37:28.895Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f5e28be9-2c2c-425c-8c35-0d6126721249, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-11T05:37:28.895Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-11T05:37:28.896Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-11T05:37:28.896Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-11T05:37:29.010Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13893350060365212298/Definitions/service-TestPnfMacro-template.yml 2023-01-11T05:37:29.781Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-11T05:37:29.782Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-11T05:37:29.782Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-11T05:37:29.782Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-11T05:37:29.782Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||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-11T05:37:29.782Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||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-11T05:37:29.782Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||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-11T05:37:29.782Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||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-11T05:37:29.782Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||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-11T05:37:29.783Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||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-11T05:37:29.783Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||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-11T05:37:29.783Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-01-11T05:37:29.783Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:37:29.783Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:37:29.783Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-11T05:37:29.783Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-11T05:37:29.784Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T05:37:29.784Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:37:29.784Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:37:29.784Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-11T05:37:29.784Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-01-11T05:37:29.784Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-11T05:37:29.784Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:37:29.784Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:37:29.785Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:37:29.785Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:37:29.785Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:37:29.785Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:37:29.785Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:37:29.785Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:37:29.785Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:37:29.785Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:37:29.786Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:7512d389-d325-43d0-b29b-e19a0fec0588 Model Version:NULL Model InvariantUuid:c22df8d2-eab9-4c96-ad40-fcc6ba351cab 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-11T05:37:29.793Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 94be24e6-68c3-4a5a-afed-59bb624a0a97 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-11T05:37:29.795Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||test-pnf 0 2023-01-11T05:37:29.795Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 94be24e6-68c3-4a5a-afed-59bb624a0a97 2023-01-11T05:37:29.795Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 7512d389-d325-43d0-b29b-e19a0fec0588 2023-01-11T05:37:29.795Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7512d389-d325-43d0-b29b-e19a0fec0588 2023-01-11T05:37:29.795Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 94be24e6-68c3-4a5a-afed-59bb624a0a97 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-11T05:37:29.799Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e5bc0a0, org.onap.sdc.toscaparser.api.parameters.Input@5ee4f4a6, org.onap.sdc.toscaparser.api.parameters.Input@7d637bfc, org.onap.sdc.toscaparser.api.parameters.Input@60ce6857, org.onap.sdc.toscaparser.api.parameters.Input@5020ea2e] 2023-01-11T05:37:29.799Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:37:29.800Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:37:29.800Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7512d389-d325-43d0-b29b-e19a0fec0588: test-pnf 2023-01-11T05:37:29.800Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||Processing PNF resource: 94be24e6-68c3-4a5a-afed-59bb624a0a97 2023-01-11T05:37:29.800Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-11T05:37:29.800Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-11T05:37:29.801Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||Resource customization UUID: 2b8b5cf1-7e02-4e81-86b6-a2771b9cca9a is the same as notified resource customizationUUID: 2b8b5cf1-7e02-4e81-86b6-a2771b9cca9a 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-11T05:37:29.832Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 94be24e6-68c3-4a5a-afed-59bb624a0a97 0 ASDC deployResourceStructure 2023-01-11T05:37:29.832Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||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-11T05:37:29.832Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||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-11T05:37:29.832Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-11T05:37:29.832Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:37:29.834Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:37:29.834Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415449832, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T05:37:29.939Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2023-01-11T05:37:29.940Z||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-11T05:37:29.940Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:37:29.954Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:37:29.955Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-11T05:37:30.835Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce9712fa-fb9c-4ff4-bcff-22b58d1787ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T05:37:30.845Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce9712fa-fb9c-4ff4-bcff-22b58d1787ed 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-11T05:37:30.847Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T05:37:30.847Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-11T05:37:30.848Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-11T05:38:00.848Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce9712fa-fb9c-4ff4-bcff-22b58d1787ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T05:38:00.856Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce9712fa-fb9c-4ff4-bcff-22b58d1787ed 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-11T05:38:00.858Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T05:38:00.858Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-11T05:38:00.858Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-11T05:38:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:38:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T05:38:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:38:17.577Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:38:17.578Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:38:17.578Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:38:17.579Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:38:17.579Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:38:17.579Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:38:17.579Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:38:17.579Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:38:17.580Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415317419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:38:17.580Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:38:17.580Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:38:17.580Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415382173, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:38:17.580Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:38:17.580Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:38:17.580Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415384592, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-11T05:38:17.581Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:38:17.581Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:38:17.581Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415385659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T05:38:17.581Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:38:17.581Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:38:17.581Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415386711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-11T05:38:17.581Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:38:17.582Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:38:17.582Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415387821, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-11T05:38:17.582Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:38:17.582Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:38:17.582Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415388824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-11T05:38:17.582Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:38:17.583Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:38:17.583Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415389827, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-11T05:38:17.583Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:38:17.583Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:38:17.583Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415390831, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T05:38:17.583Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:38:17.583Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:38:17.584Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "484ae7a9-a132-4b60-bf39-bd399e5f3ae1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415422109, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T05:38:17.584Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:38:30.859Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce9712fa-fb9c-4ff4-bcff-22b58d1787ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T05:38:30.870Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce9712fa-fb9c-4ff4-bcff-22b58d1787ed 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-11T05:38:30.872Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T05:38:30.872Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-11T05:38:30.872Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-11T05:39:00.872Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce9712fa-fb9c-4ff4-bcff-22b58d1787ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T05:39:00.881Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce9712fa-fb9c-4ff4-bcff-22b58d1787ed 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-11T05:39:00.883Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T05:39:00.883Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-11T05:39:00.883Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-11T05:39:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:39:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T05:39:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:39:18.008Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:39:18.010Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.010Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "ves-openapi-manager", "timestamp": 1673415431218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.011Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.011Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.011Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.012Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.012Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.012Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415432510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.012Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.012Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.012Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "multicloud-k8s-id", "timestamp": 1673415436789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.012Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.012Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.012Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "ves-openapi-manager", "timestamp": 1673415431218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.012Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.012Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.012Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.013Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.013Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.013Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415432510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.013Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.013Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.013Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "multicloud-k8s-id", "timestamp": 1673415436789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.013Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.013Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.013Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "cds", "timestamp": 1673415439911, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.013Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.013Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.013Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "ves-openapi-manager", "timestamp": 1673415431218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.013Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.013Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.014Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.014Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.014Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.014Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415432510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.014Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.014Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.014Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "multicloud-k8s-id", "timestamp": 1673415436789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.014Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.014Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.014Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "cds", "timestamp": 1673415439911, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.014Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.015Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.015Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.015Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.015Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.015Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "multicloud-k8s-id", "timestamp": 1673415436789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.015Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.015Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.015Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415432510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.015Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.015Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.015Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "ves-openapi-manager", "timestamp": 1673415431218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.015Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.016Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.016Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "cds", "timestamp": 1673415439911, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.016Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.016Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.016Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.016Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.016Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.016Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415432510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.016Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.016Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.016Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "multicloud-k8s-id", "timestamp": 1673415436789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.017Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.017Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.017Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "ves-openapi-manager", "timestamp": 1673415431218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.017Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.017Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.017Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "cds", "timestamp": 1673415439911, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.017Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.017Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.017Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.017Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.017Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.017Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415432510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.017Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.018Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.018Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "multicloud-k8s-id", "timestamp": 1673415436789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.018Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.018Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.018Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "ves-openapi-manager", "timestamp": 1673415431218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.018Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.018Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.018Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "cds", "timestamp": 1673415439911, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.018Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.018Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.018Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "aai-ml", "timestamp": 1673415445682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.019Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.019Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.019Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.019Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.019Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.019Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415432510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.019Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.019Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.019Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "multicloud-k8s-id", "timestamp": 1673415436789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.019Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.019Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.020Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "ves-openapi-manager", "timestamp": 1673415431218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-11T05:39:18.020Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.020Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.020Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "cds", "timestamp": 1673415439911, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.020Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.020Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.020Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "aai-ml", "timestamp": 1673415445682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.020Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.020Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.020Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.020Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.020Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.021Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415432510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.021Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.021Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.021Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "multicloud-k8s-id", "timestamp": 1673415436789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.021Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.021Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.021Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "ves-openapi-manager", "timestamp": 1673415431218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.021Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.021Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.021Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "cds", "timestamp": 1673415439911, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.021Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.022Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.022Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "aai-ml", "timestamp": 1673415445682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.022Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.022Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.022Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415437418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:39:18.022Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.022Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.022Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415432510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:39:18.022Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.022Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.022Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "multicloud-k8s-id", "timestamp": 1673415436789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:39:18.023Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.023Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.023Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "ves-openapi-manager", "timestamp": 1673415431218, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.023Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.023Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.023Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "cds", "timestamp": 1673415439911, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.023Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.023Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.023Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "aai-ml", "timestamp": 1673415445682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.023Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.024Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.024Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415447890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:39:18.024Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:39:18.024Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.024Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415449033, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:39:18.024Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:39:18.024Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.024Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "ves-openapi-manager", "timestamp": 1673415447559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-11T05:39:18.024Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:39:18.024Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.025Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "cds", "timestamp": 1673415439911, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:39:18.025Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.025Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.025Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "aai-ml", "timestamp": 1673415445682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.025Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.025Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.025Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "ves-openapi-manager", "timestamp": 1673415448590, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-11T05:39:18.025Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:39:18.025Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.025Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "cds", "timestamp": 1673415449710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:39:18.026Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:39:18.026Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.026Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "aai-ml", "timestamp": 1673415445682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.026Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.026Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.026Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415449832, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T05:39:18.026Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:39:18.026Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.026Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415451101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T05:39:18.026Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:39:18.026Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.026Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "ves-openapi-manager", "timestamp": 1673415449593, "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-11T05:39:18.034Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ce9712fa-fb9c-4ff4-bcff-22b58d1787ed 2023-01-11T05:39:18.034Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce9712fa-fb9c-4ff4-bcff-22b58d1787ed 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-11T05:39:18.041Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.042Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "cds", "timestamp": 1673415451051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-11T05:39:18.047Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ce9712fa-fb9c-4ff4-bcff-22b58d1787ed 2023-01-11T05:39:18.047Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce9712fa-fb9c-4ff4-bcff-22b58d1787ed 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-11T05:39:18.054Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.054Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "aai-ml", "timestamp": 1673415445682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.054Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.054Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.054Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1673415452106, "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-11T05:39:18.059Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ce9712fa-fb9c-4ff4-bcff-22b58d1787ed 2023-01-11T05:39:18.059Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce9712fa-fb9c-4ff4-bcff-22b58d1787ed 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-11T05:39:18.066Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.066Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "aai-ml", "timestamp": 1673415445682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-11T05:39:18.066Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.066Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.066Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "aai-ml", "timestamp": 1673415445682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-11T05:39:18.067Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-11T05:39:18.067Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.067Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "aai-ml", "timestamp": 1673415455444, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-11T05:39:18.067Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:39:18.067Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.067Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "aai-ml", "timestamp": 1673415460430, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-11T05:39:18.067Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:39:18.067Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-11T05:39:18.067Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "aai-ml", "timestamp": 1673415461434, "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-11T05:39:18.071Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ce9712fa-fb9c-4ff4-bcff-22b58d1787ed 2023-01-11T05:39:18.071Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce9712fa-fb9c-4ff4-bcff-22b58d1787ed 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-11T05:39:30.884Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce9712fa-fb9c-4ff4-bcff-22b58d1787ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T05:39:30.895Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce9712fa-fb9c-4ff4-bcff-22b58d1787ed 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-11T05:39:30.897Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-11T05:39:30.898Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-11T05:39:30.898Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-11T05:39:30.898Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-11T05:39:30.898Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T05:39:30.898Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T05:39:30.898Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T05:39:30.898Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T05:39:30.898Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-11T05:39:30.899Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||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-11T05:39:30.903Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-11T05:40:00.903Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ce9712fa-fb9c-4ff4-bcff-22b58d1787ed 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-11T05:40:00.909Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ce9712fa-fb9c-4ff4-bcff-22b58d1787ed and serviceModelVersionId: 7512d389-d325-43d0-b29b-e19a0fec0588 2023-01-11T05:40:00.910Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c22df8d2-eab9-4c96-ad40-fcc6ba351cab 2023-01-11T05:40:00.911Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c22df8d2-eab9-4c96-ad40-fcc6ba351cab/model-vers/model-ver/7512d389-d325-43d0-b29b-e19a0fec0588?depth=0 2023-01-11T05:40:00.917Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-01-11T05:40:00.959Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c22df8d2-eab9-4c96-ad40-fcc6ba351cab/model-vers/model-ver/7512d389-d325-43d0-b29b-e19a0fec0588?depth=0|INFO|500||Invoke 2023-01-11T05:40:00.960Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c22df8d2-eab9-4c96-ad40-fcc6ba351cab/model-vers/model-ver/7512d389-d325-43d0-b29b-e19a0fec0588?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c22df8d2-eab9-4c96-ad40-fcc6ba351cab/model-vers/model-ver/7512d389-d325-43d0-b29b-e19a0fec0588?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ce9712fa-fb9c-4ff4-bcff-22b58d1787ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[658151c9-d594-4cf8-bf34-dfa78ac752f8], X-ECOMP-RequestID=[ce9712fa-fb9c-4ff4-bcff-22b58d1787ed], X-TransactionId=[], X-ONAP-RequestID=[ce9712fa-fb9c-4ff4-bcff-22b58d1787ed], Content-Type=[application/merge-patch+json]} 2023-01-11T05:40:00.981Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c22df8d2-eab9-4c96-ad40-fcc6ba351cab/model-vers/model-ver/7512d389-d325-43d0-b29b-e19a0fec0588?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-11T05:40:01.075Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c22df8d2-eab9-4c96-ad40-fcc6ba351cab/model-vers/model-ver/7512d389-d325-43d0-b29b-e19a0fec0588?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/c22df8d2-eab9-4c96-ad40-fcc6ba351cab/model-vers/model-ver/7512d389-d325-43d0-b29b-e19a0fec0588?depth=0 has http status code:200 and response headers:{date=[Wed, 11 Jan 2023 05:40:00 GMT], content-length=[0], vertex-id=[204896], x-aai-txid=[1-aai-resources-230111-05:40:00:626-30569], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-11T05:40:01.076Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c22df8d2-eab9-4c96-ad40-fcc6ba351cab/model-vers/model-ver/7512d389-d325-43d0-b29b-e19a0fec0588?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-11T05:40:01.076Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c22df8d2-eab9-4c96-ad40-fcc6ba351cab/model-vers/model-ver/7512d389-d325-43d0-b29b-e19a0fec0588?depth=0|INFO|500||InvokeReturn 2023-01-11T05:40:01.077Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-11T05:40:01.077Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||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-11T05:40:01.085Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||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-11T05:40:01.085Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ce9712fa-fb9c-4ff4-bcff-22b58d1787ed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-11T05:40:01.086Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-11T05:40:01.086Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-01-11T05:40:01.090Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-11T05:40:01.090Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415601086, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T05:40:01.189Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-11T05:40:01.190Z||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-11T05:40:01.190Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ... 2023-01-11T05:40:01.231Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:40:01.232Z||pool-140-thread-1|||||INFO|500||cambria reply ok (43 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-11T05:40:02.105Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:40:02.106Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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-11T05:40:02.106Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:40:12.686Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:40:12.686Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:40:12.687Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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-11T05:40:12.687Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:40:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:40:17.422Z||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-11T05:40:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:40:18.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:40:18.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-11T05:40:18.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce9712fa-fb9c-4ff4-bcff-22b58d1787ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1673415601086, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-11T05:40:18.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-11T05:40:22.547Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:40:22.549Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:40:22.550Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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-11T05:40:22.550Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:40:32.274Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:41:17.419Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:41:17.420Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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-11T05:41:17.420Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:41:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:41:17.421Z||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-11T05:41:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:41:27.148Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:41:27.268Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:42:17.419Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:42:17.420Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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-11T05:42:17.420Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:42:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:42:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T05:42:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:42:27.094Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:42:27.114Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:43:17.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:43:17.420Z||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-11T05:43:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:43:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:43:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T05:43:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:43:27.349Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:43:27.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:44:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:44:17.420Z||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-11T05:44:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:44:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:44:17.422Z||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-11T05:44:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:44:27.117Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:44:27.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:45:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:45:17.420Z||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-11T05:45:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:45:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:45:17.422Z||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-11T05:45:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:45:27.312Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:45:27.334Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:46:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:46:17.419Z||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-11T05:46:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:46:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:46:17.422Z||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-11T05:46:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:46:27.321Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:46:27.358Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:47:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:47:17.419Z||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-11T05:47:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:47:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:47:17.421Z||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-11T05:47:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:47:27.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:47:27.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:48:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:48:17.419Z||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-11T05:48:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:48:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:48:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T05:48:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:48:27.317Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:48:27.332Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:49:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:49:17.419Z||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-11T05:49:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:49:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:49:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T05:49:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:49:27.159Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:49:27.164Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:50:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:50:17.420Z||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-11T05:50:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:50:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:50:17.422Z||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-11T05:50:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:50:27.151Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:50:27.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:51:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:51:17.420Z||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-11T05:51:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:51:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:51:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T05:51:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:51:27.108Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:51:27.131Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:52:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:52:17.420Z||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-11T05:52:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:52:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:52:17.422Z||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-11T05:52:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:52:27.304Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:52:27.331Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:53:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:53:17.419Z||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-11T05:53:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:53:17.421Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:53:17.422Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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-11T05:53:17.422Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:53:27.106Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:53:27.106Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:54:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:54:17.420Z||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-11T05:54:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:54:17.421Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:54:17.421Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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-11T05:54:17.422Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:54:27.208Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:54:27.314Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:55:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:55:17.420Z||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-11T05:55:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:55:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:55:17.422Z||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-11T05:55:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:55:27.126Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:55:27.247Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:56:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:56:17.419Z||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-11T05:56:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:56:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:56:17.422Z||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-11T05:56:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:56:27.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:56:27.120Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:57:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:57:17.420Z||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-11T05:57:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:57:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:57:17.422Z||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-11T05:57:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:57:27.091Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:57:27.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:58:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:58:17.420Z||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-11T05:58:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:58:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:58:17.422Z||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-11T05:58:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:58:27.250Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:58:27.250Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:59:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:59:17.419Z||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-11T05:59:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:59:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T05:59:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T05:59:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T05:59:27.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T05:59:27.243Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:00:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:00:17.419Z||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-11T06:00:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:00:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:00:17.422Z||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-11T06:00:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:00:27.108Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:00:27.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:01:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:01:17.419Z||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-11T06:01:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:01:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:01:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T06:01:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:01:27.103Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:01:27.110Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:02:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:02:17.420Z||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-11T06:02:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:02:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:02:17.422Z||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-11T06:02:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:02:27.206Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:02:27.231Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:03:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:03:17.420Z||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-11T06:03:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:03:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:03:17.422Z||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-11T06:03:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:03:27.259Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:03:27.347Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:04:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:04:17.420Z||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-11T06:04:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:04:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:04:17.422Z||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-11T06:04:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:04:27.281Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:04:27.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:05:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:05:17.420Z||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-11T06:05:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:05:17.421Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:05:17.422Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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-11T06:05:17.422Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:05:27.191Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:05:27.202Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:06:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:06:17.420Z||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-11T06:06:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:06:17.421Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:06:17.421Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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-11T06:06:17.422Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:06:27.095Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:06:27.115Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:07:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:07:17.420Z||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-11T06:07:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:07:17.421Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:07:17.421Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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-11T06:07:17.422Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:07:27.549Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:07:27.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:08:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:08:17.420Z||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-11T06:08:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:08:17.421Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:08:17.421Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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-11T06:08:17.422Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:08:27.293Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:08:27.369Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:09:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:09:17.419Z||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-11T06:09:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:09:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:09:17.422Z||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-11T06:09:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:09:27.281Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:09:27.332Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:10:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:10:17.419Z||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-11T06:10:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:10:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:10:17.421Z||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-11T06:10:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:10:27.400Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:10:27.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:11:17.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:11:17.421Z||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-11T06:11:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:11:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:11:17.422Z||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-11T06:11:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:11:27.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:11:27.189Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:12:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:12:17.420Z||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-11T06:12:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:12:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:12:17.422Z||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-11T06:12:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:12:27.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:12:27.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:13:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:13:17.419Z||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-11T06:13:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:13:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:13:17.421Z||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-11T06:13:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:13:27.165Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:13:27.208Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:14:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:14:17.420Z||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-11T06:14:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:14:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:14:17.421Z||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-11T06:14:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:14:27.163Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:14:27.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:15:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:15:17.420Z||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-11T06:15:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:15:17.421Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:15:17.422Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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-11T06:15:17.422Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:15:27.272Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:15:27.339Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:16:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:16:17.419Z||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-11T06:16:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:16:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:16:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T06:16:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:16:27.122Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:16:27.217Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:17:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:17:17.420Z||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-11T06:17:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:17:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:17:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T06:17:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:17:27.029Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:17:27.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:18:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:18:17.420Z||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-11T06:18:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:18:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:18:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T06:18:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:18:27.049Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:18:27.064Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:19:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:19:17.420Z||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-11T06:19:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:19:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:19:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T06:19:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:19:27.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:19:27.085Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:20:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:20:17.419Z||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-11T06:20:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:20:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:20:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T06:20:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:20:27.152Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:20:27.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:21:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:21:17.419Z||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-11T06:21:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:21:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:21:17.421Z||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-11T06:21:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:21:27.093Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:21:27.115Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:22:17.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:22:17.419Z||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-11T06:22:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:22:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:22:17.421Z||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-11T06:22:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:22:27.110Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:22:27.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:23:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:23:17.419Z||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-11T06:23:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:23:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:23:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T06:23:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:23:27.109Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:23:27.114Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:24:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:24:17.419Z||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-11T06:24:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:24:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:24:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T06:24:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:24:27.209Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:24:27.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:25:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:25:17.419Z||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-11T06:25:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:25:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:25:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T06:25:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:25:27.063Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:25:27.095Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:26:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:26:17.419Z||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-11T06:26:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:26:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:26:17.422Z||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-11T06:26:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:26:27.104Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:26:27.462Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:27:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:27:17.420Z||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-11T06:27:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:27:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:27:17.421Z||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-11T06:27:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:27:27.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:27:27.748Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:28:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:28:17.420Z||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-11T06:28:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:28:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:28:17.422Z||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-11T06:28:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:28:27.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:28:27.281Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:29:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:29:17.419Z||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-11T06:29:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:29:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:29:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T06:29:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:29:27.292Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:29:27.336Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:30:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:30:17.420Z||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-11T06:30:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:30:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:30:17.422Z||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-11T06:30:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:30:27.252Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:30:27.262Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:31:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:31:17.420Z||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-11T06:31:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:31:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:31:17.422Z||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-11T06:31:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:31:27.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:31:27.140Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:32:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:32:17.419Z||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-11T06:32:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:32:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:32:17.422Z||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-11T06:32:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:32:27.113Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:32:27.113Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:33:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:33:17.419Z||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-11T06:33:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:33:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:33:17.421Z||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-11T06:33:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:33:27.276Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:33:27.408Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:34:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:34:17.419Z||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-11T06:34:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:34:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:34:17.422Z||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-11T06:34:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:34:27.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:34:27.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:35:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:35:17.419Z||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-11T06:35:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:35:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:35:17.422Z||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-11T06:35:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:35:27.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:35:27.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:36:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:36:17.419Z||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-11T06:36:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:36:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:36:17.421Z||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-11T06:36:17.421Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:36:27.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:36:27.125Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:37:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:37:17.419Z||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-11T06:37:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:37:17.421Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:37:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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-11T06:37:17.422Z|924de5b8-4fa1-4871-a16f-657913d861ae|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:37:27.296Z|924de5b8-4fa1-4871-a16f-657913d861ae|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:37:27.303Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:38:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:38:17.419Z||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-11T06:38:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:38:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:38:17.422Z||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-11T06:38:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:38:27.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:38:27.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:39:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:39:17.420Z||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-11T06:39:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:39:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:39:17.421Z||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-11T06:39:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:39:27.399Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:39:27.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:40:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:40:17.420Z||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-11T06:40:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:40:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:40:17.422Z||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-11T06:40:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:40:27.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:40:27.286Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:41:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:41:17.419Z||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-11T06:41:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:41:17.421Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:41:17.422Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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-11T06:41:17.422Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:41:27.265Z|ce9712fa-fb9c-4ff4-bcff-22b58d1787ed|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:41:27.276Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:42:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:42:17.420Z||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-11T06:42:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:42:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:42:17.422Z||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-11T06:42:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:42:27.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:42:27.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:43:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:43:17.420Z||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-11T06:43:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:43:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:43:17.422Z||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-11T06:43:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:43:27.166Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:43:27.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:44:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:44:17.420Z||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-11T06:44:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:44:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:44:17.421Z||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-11T06:44:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:44:27.284Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:44:27.290Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:45:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:45:17.420Z||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-11T06:45:17.420Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:45:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:45:17.421Z||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-11T06:45:17.422Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:45:27.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:45:27.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:46:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:46:17.419Z||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-11T06:46:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:46:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:46:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T06:46:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:46:27.054Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:46:27.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:47:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:47:17.419Z||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-11T06:47:17.419Z||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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:47:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-11T06:47:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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-11T06:47:17.422Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|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 VbWTO7NpOkPRAKF4) ... 2023-01-11T06:47:27.044Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-11T06:47:27.046Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK