JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-03-19T04:10:01.798Z||main|||||INFO|500||The following profiles are active: basic 2022-03-19T04:10:20.222Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-19T04:10:20.224Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-19T04:10:20.394Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-19T04:10:26.464Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-19T04:10:27.025Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-19T04:10:27.677Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-19T04:10:27.692Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-19T04:10:27.857Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-19T04:10:28.166Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-19T04:10:29.084Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-19T04:10:31.433Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-19T04:10:34.818Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-19T04:10:34.907Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-19T04:10:35.803Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-19T04:10:36.052Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-03-19T04:10:38.141Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-19T04:10:39.927Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-19T04:10:39.955Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$7b5c92.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-03-19T04:10:39.956Z||main|||||WARN|500||The sdc end point is not alive 2022-03-19T04:10:44.590Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-03-19T04:10:48.957Z||main|||||WARN|500||--- 2022-03-19T04:10:48.957Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-19T04:10:48.958Z||main|||||WARN|500||--- 2022-03-19T04:10:49.606Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-19T04:10:56.805Z||main|||||INFO|500||Started Application in 59.576 seconds (JVM running for 62.863) 2022-03-19T04:10:56.846Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-19T04:10:56.849Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-19T04:10:56.866Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-19T04:10:56.906Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-19T04:10:56.970Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0751255e-9358-47f9-8bdd-7ae1fa7cc17b url= /sdc/v1/artifactTypes 2022-03-19T04:10:56.971Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-19T04:10:57.393Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-19T04:10:57.427Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-03-19T04:10:57.454Z||scheduling-1|||||DEBUG|500||create keys 2022-03-19T04:10:57.464Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-19T04:10:57.635Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:10:57.655Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0c96db43-3208-40d6-b377-a960d17c5c99 url= /sdc/v1/registerForDistribution 2022-03-19T04:10:57.998Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0c96db43-3208-40d6-b377-a960d17c5c99 url= /sdc/v1/registerForDistribution 2022-03-19T04:10:57.999Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-19T04:10:58.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:10:58.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:10:58.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:10:58.031Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:10:58.032Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-19T04:10:58.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:10:58.034Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:11:08.957Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:11:08.994Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:11:58.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:11:58.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:11:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:11:58.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:11:58.015Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:11:58.016Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:12:07.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:12:07.739Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:12:58.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:12:58.011Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:12:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:12:58.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:12:58.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:12:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:13:07.716Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:13:07.739Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:13:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:13:58.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:13:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:13:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:13:58.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:13:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:14:07.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:14:07.983Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:14:58.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:14:58.013Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:14:58.014Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:14:58.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:14:58.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:14:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:15:07.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:15:07.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:15:58.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:15:58.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:15:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:15:58.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:15:58.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:15:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:16:07.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:16:07.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:16:58.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:16:58.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:16:58.014Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:16:58.016Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:16:58.018Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:16:58.018Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:17:07.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:17:07.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:17:58.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:17:58.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:17:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:17:58.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:17:58.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:17:58.016Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:18:07.583Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:18:07.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:18:58.011Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:18:58.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:18:58.016Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:18:58.016Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:18:58.017Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:18:58.017Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:19:07.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:19:07.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:19:58.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:19:58.012Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:19:58.013Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:19:58.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:19:58.015Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:19:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:20:07.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:20:07.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:20:46.315Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-19T04:20:58.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:20:58.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:20:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:20:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:20:58.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:20:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:21:07.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:21:07.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:21:58.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:21:58.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:21:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:21:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:21:58.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:21:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:22:07.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:22:07.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:22:58.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:22:58.012Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:22:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:22:58.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:22:58.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:22:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:23:07.605Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:23:07.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:23:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:23:58.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:23:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:23:58.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:23:58.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:23:58.020Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:24:07.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:24:07.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:24:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:24:58.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:24:58.013Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:24:58.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:24:58.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:24:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:25:07.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:25:07.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:25:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:25:58.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:25:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:25:58.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:25:58.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:25:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:26:07.607Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:26:07.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:26:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:26:58.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:26:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:26:58.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:26:58.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:26:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:27:07.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:27:07.613Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:27:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:27:58.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:27:58.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:27:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:27:58.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:27:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:28:07.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:28:07.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:28:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:28:58.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:28:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:28:58.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:28:58.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:28:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:29:07.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:29:07.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:29:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:29:58.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:29:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:29:58.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:29:58.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:29:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:30:07.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:30:07.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:30:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:30:58.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:30:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:30:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:30:58.015Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:30:58.016Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:31:07.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:31:07.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:31:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:31:58.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:31:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:31:58.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:31:58.015Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:31:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:32:07.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:32:07.610Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:32:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:32:58.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:32:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:32:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:32:58.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:32:58.014Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:33:07.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:33:07.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:33:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:33:58.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:33:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:33:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:33:58.016Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:33:58.017Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:34:07.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:34:07.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:34:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:34:58.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:34:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:34:58.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:34:58.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:34:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:35:07.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:35:07.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:35:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:35:58.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:35:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:35:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:35:58.016Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:35:58.016Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:36:07.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:36:07.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:36:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:36:58.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:36:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:36:58.016Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:36:58.017Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:36:58.017Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:37:07.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:37:07.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:37:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:37:58.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:37:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:37:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:37:58.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:37:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:38:07.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:38:07.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:38:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:38:58.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:38:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T04:38:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:38:58.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:38:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:39:07.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:39:07.590Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:39:58.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:39:58.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:39:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T04:39:58.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:39:58.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:39:58.016Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:40:07.590Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:40:07.606Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:40:58.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:40:58.010Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:40:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T04:40:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:40:58.015Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:40:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:41:07.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:41:07.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:41:58.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:41:58.010Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:41:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T04:41:58.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:41:58.015Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:41:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:42:07.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:42:07.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:42:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:42:58.013Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:42:58.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T04:42:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:42:58.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:42:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:43:07.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:43:07.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:43:58.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:43:58.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:43:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T04:43:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:43:58.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:43:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:44:07.597Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:44:07.611Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:44:58.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:44:58.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:44:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T04:44:58.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:44:58.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:44:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:45:07.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:45:07.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:45:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:45:58.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:45:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T04:45:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:45:58.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:45:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:46:07.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:46:07.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:46:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:46:58.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:46:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T04:46:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:46:58.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:46:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:47:07.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:47:07.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:47:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:47:58.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:47:58.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:47:58.014Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T04:47:58.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:47:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:48:07.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:48:07.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:48:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:48:58.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:48:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T04:48:58.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:48:58.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:48:58.014Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:49:07.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:49:07.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:49:58.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:49:58.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:49:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:49:58.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:49:58.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:49:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:50:07.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:50:07.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:50:58.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:50:58.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:50:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:50:58.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:50:58.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:50:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:51:07.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:51:07.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:51:58.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:51:58.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:51:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:51:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:51:58.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:51:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:52:07.607Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:52:07.607Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:52:58.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:52:58.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:52:58.013Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:52:58.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:52:58.017Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:52:58.018Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:53:07.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:53:07.612Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:53:58.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:53:58.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:53:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:53:58.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:53:58.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:53:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:54:07.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:54:07.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:54:58.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:54:58.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:54:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:54:58.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:54:58.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:54:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:55:07.596Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:55:07.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:55:58.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:55:58.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:55:58.014Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:55:58.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:55:58.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:55:58.016Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:56:07.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:56:07.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:56:58.012Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:56:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:56:58.016Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:56:58.016Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:56:58.016Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:56:58.016Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:57:07.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:57:07.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:57:58.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:57:58.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:57:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:57:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:57:58.015Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:57:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:58:07.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:58:07.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:58:58.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:58:58.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:58:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:58:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:58:58.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:58:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:59:07.850Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:59:07.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T04:59:58.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:59:58.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:59:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T04:59:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T04:59:58.017Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T04:59:58.017Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:00:07.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:00:07.787Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:00:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:00:58.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:00:58.012Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:00:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:00:58.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:00:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:01:07.652Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:01:07.662Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:01:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:01:58.012Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:01:58.012Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:01:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:01:58.017Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:01:58.017Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:02:07.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:02:07.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:02:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:02:58.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:02:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:02:58.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:02:58.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:02:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:03:07.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:03:07.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:03:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:03:58.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:03:58.012Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:03:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:03:58.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:03:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:03:58.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:03:58.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e4019507-1a24-420d-9983-90cb5d310acf","serviceName":"vFW 2022-03-19 04-59-08","serviceVersion":"1.0","serviceUUID":"90dd655e-10fb-4c11-930b-8d882d9f1a61","serviceDescription":"catalog service description","serviceInvariantUUID":"614df907-00ad-4a7b-bed7-bc2a83564ef6","resources":[{"resourceInstanceName":"vFW bc2bfa7d-8aec 0","resourceName":"vFW bc2bfa7d-8aec","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c2922cc9-9a7a-462f-8049-2e96e6618411","resourceInvariantUUID":"3577f195-7564-4d8d-b603-ded07d2f4968","resourceCustomizationUUID":"38939cef-d652-46ea-a31c-31bf69930b68","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml","artifactChecksum":"NmY2ZTRlZDEzNWZlODk4NGM3ZmZkYjhiMTRlYWMxYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e83c9da5-205e-4b75-9c07-9a8833d3b116","artifactVersion":"1"},{"artifactName":"vfwbc2bfa7d8aec0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json","artifactChecksum":"YjkzZGQ1NTMzODM4NTMyNmRhMzllNWJmNDIyMTUxZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a78f1c22-2395-4ffb-91c8-4076b3cf3974","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0a08f972-b187-4036-8c55-4e95f04d85a5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjIzNmViZTM2YjEwNzc1ZDBiMDA1ZDNjZDc5ZmJkNjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9728eac1-481f-43eb-a2fe-2cef12650d8f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6a58b49e-5ce6-4627-9547-359c98ca0833","artifactVersion":"3","generatedFromUUID":"0a08f972-b187-4036-8c55-4e95f04d85a5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220319045908-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml","artifactChecksum":"MDE1YjY0NDgwOGQ1YjkyNzQ2YzJlOWQzZDYzNjkwNTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffd80b86-b327-43d7-8263-d8213257d2ff","artifactVersion":"1"},{"artifactName":"service-Vfw20220319045908-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar","artifactChecksum":"N2Y0ZDQzYzk1ZWNlNjM4OWJjOWM3NzRmNTFhMmZmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f83fb3f-6221-4dd2-aa89-94d6e6f24d03","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-19T05:03:58.666Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:03:58.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "multicloud-k8s-id", "timestamp": 1647666185580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.677Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:03:58.688Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:03:58.706Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:03:58.707Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666238009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "aai-ml", "timestamp": 1647666183016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "cds", "timestamp": 1647666180837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "policy-id", "timestamp": 1647666179488, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "clamp", "timestamp": 1647666177114, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "dcae-sch", "timestamp": 1647666185648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "multicloud-k8s-id", "timestamp": 1647666185580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:03:58.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "cds", "timestamp": 1647666180837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "aai-ml", "timestamp": 1647666183016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "policy-id", "timestamp": 1647666179488, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "clamp", "timestamp": 1647666177114, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:03:58.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "dcae-sch", "timestamp": 1647666185648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "aai-ml", "timestamp": 1647666183016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "multicloud-k8s-id", "timestamp": 1647666185580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-19T05:03:58.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "cds", "timestamp": 1647666180837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "policy-id", "timestamp": 1647666179488, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-19T05:03:58.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "clamp", "timestamp": 1647666177114, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "dcae-sch", "timestamp": 1647666185648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "aai-ml", "timestamp": 1647666183016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "multicloud-k8s-id", "timestamp": 1647666185580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "cds", "timestamp": 1647666180837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "policy-id", "timestamp": 1647666179488, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "clamp", "timestamp": 1647666177114, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "dcae-sch", "timestamp": 1647666185648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "aai-ml", "timestamp": 1647666183016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "multicloud-k8s-id", "timestamp": 1647666185580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-19T05:03:58.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "cds", "timestamp": 1647666180837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "policy-id", "timestamp": 1647666179488, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "clamp", "timestamp": 1647666177114, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "dcae-sch", "timestamp": 1647666185648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "aai-ml", "timestamp": 1647666183016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "multicloud-k8s-id", "timestamp": 1647666185580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "cds", "timestamp": 1647666180837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "policy-id", "timestamp": 1647666179488, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "clamp", "timestamp": 1647666177114, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "dcae-sch", "timestamp": 1647666185648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "aai-ml", "timestamp": 1647666183016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:03:58.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "multicloud-k8s-id", "timestamp": 1647666185580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:03:58.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "cds", "timestamp": 1647666180837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:03:58.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "policy-id", "timestamp": 1647666179488, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:03:58.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "dcae-sch", "timestamp": 1647666185648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:58.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "clamp", "timestamp": 1647666177114, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:03:58.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:58.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "multicloud-k8s-id", "timestamp": 1647666196016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:03:58.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:03:58.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "aai-ml", "timestamp": 1647666195337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:03:58.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:03:58.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "policy-id", "timestamp": 1647666196165, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:03:58.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:03:58.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "cds", "timestamp": 1647666195968, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:03:58.773Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:03:58.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "policy-id", "timestamp": 1647666197182, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:03:58.774Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:03:58.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:58.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "cds", "timestamp": 1647666197013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-03-19T05:03:58.806Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-03-19T05:03:58.812Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:03:58.812Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:03:58.832Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:03:58.833Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:03:59.063Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e4019507-1a24-420d-9983-90cb5d310acf 2022-03-19T05:03:59.086Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4019507-1a24-420d-9983-90cb5d310acf and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:03:59.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "multicloud-k8s-id", "timestamp": 1647666197337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:03:59.139Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:03:59.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "ves-openapi-manager", "timestamp": 1647666196266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:59.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:59.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "policy-id", "timestamp": 1647666198195, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:03:59.174Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4019507-1a24-420d-9983-90cb5d310acf 2022-03-19T05:03:59.174Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4019507-1a24-420d-9983-90cb5d310acf and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:03:59.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "multicloud-k8s-id", "timestamp": 1647666198615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:03:59.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:03:59.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "ves-openapi-manager", "timestamp": 1647666196266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:59.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:59.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "ves-openapi-manager", "timestamp": 1647666196266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:59.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:59.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "multicloud-k8s-id", "timestamp": 1647666199990, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:03:59.205Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4019507-1a24-420d-9983-90cb5d310acf 2022-03-19T05:03:59.205Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4019507-1a24-420d-9983-90cb5d310acf 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-19T05:03:59.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "ves-openapi-manager", "timestamp": 1647666196266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:59.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:59.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "multicloud-k8s-id", "timestamp": 1647666200995, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:03:59.242Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:03:59.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666200797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:59.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:59.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "ves-openapi-manager", "timestamp": 1647666196266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:59.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:59.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666200797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:59.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:59.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "ves-openapi-manager", "timestamp": 1647666196266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:59.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:59.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666200797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:59.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:59.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "ves-openapi-manager", "timestamp": 1647666196266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:59.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:59.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666200797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:59.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:59.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666200797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:59.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:59.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666200797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:03:59.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:59.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "clamp", "timestamp": 1647666205700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:03:59.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:03:59.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666200797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:03:59.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:03:59.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "clamp", "timestamp": 1647666207779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:03:59.253Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:03:59.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666208848, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:03:59.254Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:03:59.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "clamp", "timestamp": 1647666208786, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:03:59.270Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e4019507-1a24-420d-9983-90cb5d310acf 2022-03-19T05:03:59.271Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4019507-1a24-420d-9983-90cb5d310acf and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:03:59.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666216311, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:03:59.310Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:03:59.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666217321, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:03:59.325Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e4019507-1a24-420d-9983-90cb5d310acf 2022-03-19T05:03:59.326Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4019507-1a24-420d-9983-90cb5d310acf and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:03:59.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "aai-ml", "timestamp": 1647666217838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:03:59.344Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:03:59.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:03:59.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "aai-ml", "timestamp": 1647666218843, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:03:59.355Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e4019507-1a24-420d-9983-90cb5d310acf 2022-03-19T05:03:59.355Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4019507-1a24-420d-9983-90cb5d310acf and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:03:59.717Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:03:59.718Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:03:59.721Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:03:59.721Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666238009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:03:59.821Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:03:59.822Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:03:59.822Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:03:59.916Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:03:59.917Z||pool-4-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:04:00.721Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:04:00.722Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:04:00.724Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:04:00.725Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666238009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-19T05:04:00.825Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:04:00.827Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:04:00.827Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:04:00.853Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:04:00.854Z||pool-5-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:04:01.726Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:04:01.727Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:04:01.730Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:04:01.731Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666238009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:04:01.831Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:04:01.832Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:04:01.832Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:04:01.855Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:04:01.856Z||pool-6-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:04:02.731Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:04:02.732Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:04:02.735Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:04:02.735Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666238009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-19T05:04:02.835Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:04:02.836Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:04:02.836Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:04:02.858Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:04:02.859Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:04:03.736Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:04:03.738Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:04:03.741Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:04:03.741Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666238009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:04:03.841Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:04:03.842Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:04:03.843Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:04:03.867Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:04:03.867Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:04:04.743Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:04:04.744Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:04:04.748Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:04:04.748Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666238009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:04:04.848Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:04:04.850Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:04:04.850Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:04:04.869Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:04:04.870Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:04:05.751Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "serviceName": "vFW 2022-03-19 04-59-08", "serviceVersion": "1.0", "serviceUUID": "90dd655e-10fb-4c11-930b-8d882d9f1a61", "serviceDescription": "catalog service description", "serviceInvariantUUID": "614df907-00ad-4a7b-bed7-bc2a83564ef6", "resources": [ { "resourceInstanceName": "vFW bc2bfa7d-8aec 0", "resourceCustomizationUUID": "38939cef-d652-46ea-a31c-31bf69930b68", "resourceName": "vFW bc2bfa7d-8aec", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c2922cc9-9a7a-462f-8049-2e96e6618411", "resourceInvariantUUID": "3577f195-7564-4d8d-b603-ded07d2f4968", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwbc2bfa7d8aec0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "artifactChecksum": "YjkzZGQ1NTMzODM4NTMyNmRhMzllNWJmNDIyMTUxZTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a78f1c22-2395-4ffb-91c8-4076b3cf3974", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0a08f972-b187-4036-8c55-4e95f04d85a5", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "6a58b49e-5ce6-4627-9547-359c98ca0833", "generatedFromUUID": "0a08f972-b187-4036-8c55-4e95f04d85a5" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "6a58b49e-5ce6-4627-9547-359c98ca0833", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220319045908-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "artifactChecksum": "N2Y0ZDQzYzk1ZWNlNjM4OWJjOWM3NzRmNTFhMmZmNTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2f83fb3f-6221-4dd2-aa89-94d6e6f24d03" } ], "workloadContext": "Production" } 2022-03-19T05:04:05.752Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-19T05:04:05.753Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 90dd655e-10fb-4c11-930b-8d882d9f1a61 ASDC 2022-03-19T05:04:05.894Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:e4019507-1a24-420d-9983-90cb5d310acf ServiceName:vFW 2022-03-19 04-59-08 ServiceVersion:1.0 ServiceUUID:90dd655e-10fb-4c11-930b-8d882d9f1a61 ServiceInvariantUUID:614df907-00ad-4a7b-bed7-bc2a83564ef6 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220319045908-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar ArtifactUUID:2f83fb3f-6221-4dd2-aa89-94d6e6f24d03 ArtifactChecksum:N2Y0ZDQzYzk1ZWNlNjM4OWJjOWM3NzRmNTFhMmZmNTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW bc2bfa7d-8aec 0 ResourceCustomizationUUID:38939cef-d652-46ea-a31c-31bf69930b68 ResourceInvariantUUID:3577f195-7564-4d8d-b603-ded07d2f4968 ResourceName:vFW bc2bfa7d-8aec ResourceType:VF ResourceUUID:c2922cc9-9a7a-462f-8049-2e96e6618411 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwbc2bfa7d8aec0_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json ArtifactUUID:a78f1c22-2395-4ffb-91c8-4076b3cf3974 ArtifactChecksum:YjkzZGQ1NTMzODM4NTMyNmRhMzllNWJmNDIyMTUxZTM= 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/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml ArtifactUUID:0a08f972-b187-4036-8c55-4e95f04d85a5 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env ArtifactUUID:6a58b49e-5ce6-4627-9547-359c98ca0833 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env ArtifactUUID:6a58b49e-5ce6-4627-9547-359c98ca0833 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-19T05:04:05.896Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90dd655e-10fb-4c11-930b-8d882d9f1a61 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:04:05.976Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:04:05.976Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-19T05:04:05.978Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-19T05:04:05.978Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2f83fb3f-6221-4dd2-aa89-94d6e6f24d03 from URL: /sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:05.978Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-19T05:04:05.980Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:06.268Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-19T05:04:06.300Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar 2f83fb3f-6221-4dd2-aa89-94d6e6f24d03 98934 2022-03-19T05:04:06.303Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar ASDC sendASDCNotification 2022-03-19T05:04:06.304Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:06.305Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:04:06.307Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:04:06.309Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:04:06.310Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666246300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:04:06.410Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:04:06.412Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:04:06.413Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:04:06.494Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:04:06.495Z||pool-10-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:04:07.310Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:04:07.312Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-19T05:04:07.312Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2f83fb3f-6221-4dd2-aa89-94d6e6f24d03, URL: /sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar to file: /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:07.313Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220319045908-csar.csar 2022-03-19T05:04:07.426Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:07.426Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:08.251Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7417618009513210411/Definitions/service-Vfw20220319045908-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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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 "port_vpg_onap_private_port_0_network_role" 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_vlan_requirements" 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_onap_private_port_0_order" 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_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_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-03-19T05:04:12.370Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-19T05:04:12.376Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-19T05:04:12.376Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:12.376Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-19T05:04:12.376Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:12.377Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:12.377Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:12.377Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:12.377Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:12.377Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:12.377Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bc2bfa7d-8aec 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:12.377Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:12.378Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:12.378Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:12.378Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:12.378Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:12.378Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:12.378Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-19T05:04:12.385Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:12.387Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:04:12.391Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria 2022-03-19T05:04:12.392Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-19T05:04:12.393Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:04:12.398Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:12.399Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:04:12.399Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria 2022-03-19T05:04:12.399Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-19T05:04:12.400Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:04:12.400Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:12.400Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:04:12.406Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:12.407Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is not matching search criteria 2022-03-19T05:04:12.407Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-19T05:04:12.407Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-19T05:04:12.407Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-19T05:04:12.408Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-19T05:04:12.408Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-19T05:04:12.408Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-19T05:04:12.408Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-19T05:04:12.409Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-19T05:04:12.409Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-19T05:04:12.409Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-19T05:04:12.409Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-19T05:04:12.410Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-19T05:04:12.410Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-19T05:04:12.411Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-19T05:04:12.411Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-19T05:04:12.411Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-19T05:04:12.411Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:12.412Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-19T05:04:12.414Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:12.414Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria 2022-03-19T05:04:12.415Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:04:12.416Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:12.416Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria 2022-03-19T05:04:12.416Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:04:12.417Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:12.417Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria 2022-03-19T05:04:12.417Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:04:12.418Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:12.418Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is not matching search criteria 2022-03-19T05:04:12.418Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-19T05:04:12.419Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-19T05:04:12.419Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-19T05:04:12.419Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-19T05:04:12.420Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-19T05:04:12.420Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-19T05:04:12.420Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-19T05:04:12.421Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-19T05:04:12.421Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-19T05:04:12.421Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-19T05:04:12.421Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-19T05:04:12.422Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=daac53b1-2243-4bc1-a266-2f2f4fe8c7bb 2022-03-19T05:04:12.422Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:12.422Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is not matching search criteria 2022-03-19T05:04:12.423Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-19T05:04:12.423Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-19T05:04:12.423Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-19T05:04:12.424Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-19T05:04:12.424Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-19T05:04:12.424Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-19T05:04:12.425Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-19T05:04:12.425Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-19T05:04:12.425Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-19T05:04:12.425Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-19T05:04:12.426Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-19T05:04:12.426Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-19T05:04:12.426Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f60686b4-551f-4bed-a711-f509e0edb2b3 2022-03-19T05:04:12.427Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:12.427Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is not matching search criteria 2022-03-19T05:04:12.427Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-19T05:04:12.428Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-19T05:04:12.428Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-19T05:04:12.428Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-19T05:04:12.428Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-19T05:04:12.429Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-19T05:04:12.429Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-19T05:04:12.429Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-19T05:04:12.430Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-19T05:04:12.430Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-19T05:04:12.430Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-19T05:04:12.430Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-19T05:04:12.431Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=63a7d9bf-5f20-40dd-8dbb-2bfbeb20613e 2022-03-19T05:04:12.431Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:12.432Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:04:12.432Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:12.432Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:04:12.432Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:12.433Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:04:12.433Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:12.433Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:04:12.434Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-19 04-59-08 Description:catalog service description Model UUID:90dd655e-10fb-4c11-930b-8d882d9f1a61 Model Version:NULL Model InvariantUuid:614df907-00ad-4a7b-bed7-bc2a83564ef6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW bc2bfa7d-8aec Model UUID:85629491-6919-4858-b925-ea47b699a8f1 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:3577f195-7564-4d8d-b603-ded07d2f4968 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:38939cef-d652-46ea-a31c-31bf69930b68 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:791401fa-c10f-4c22-9f6e-b66880127482 ModelName:VfwBc2bfa7d8aec..base_vfw..module-0 ModelUuid:cf634c8a-7109-4874-89a6-6eabb73df28e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:daac53b1-2243-4bc1-a266-2f2f4fe8c7bb ModelInvariantUuid:e56cc826-8452-45db-b888-9066edfbc76d ModelName:vFW bc2bfa7d-8aec-nodes.vfwCvfc ModelUuid:4cba57b3-e1be-48bc-87a4-99e79c08ac5d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:81bfa5e5-2ffc-49e3-ae4f-c14a58e66111 ModelInvariantUuid:a1f4f7f4-1d00-45c7-a7ee-2e2b1aeaf80a ModelName:VfwBc2bfa7d8aec.compute.nodes.heat.vfw ModelUuid:ab418006-44c1-4b08-b8f6-6dacb6d4c158 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f60686b4-551f-4bed-a711-f509e0edb2b3 ModelInvariantUuid:269ce8cd-8a7a-4db0-bcd3-9c52ff239fca ModelName:vFW bc2bfa7d-8aec-nodes.vsnCvfc ModelUuid:b68713e8-ac76-40ba-abc4-819e806a9cbe ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:55ec6d71-64e6-4bd3-8fcc-13e986bd17d6 ModelInvariantUuid:9e48c2ba-31d4-4b3e-afb4-64b29b08854f ModelName:VfwBc2bfa7d8aec.compute.nodes.heat.vsn ModelUuid:ef1e9145-0c1d-4adc-a5cb-469da6521242 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:63a7d9bf-5f20-40dd-8dbb-2bfbeb20613e ModelInvariantUuid:a05cc9b8-02f2-4ffb-98d5-cac6bd95864d ModelName:vFW bc2bfa7d-8aec-nodes.vpgCvfc ModelUuid:e9fd8c33-aba2-4537-a5bb-251af1b7e181 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:1a983c06-7739-4511-9e21-75896f373e0a ModelInvariantUuid:5987fa4f-dbe4-45fb-8c96-344684705411 ModelName:VfwBc2bfa7d8aec.compute.nodes.heat.vpg ModelUuid:363fa618-c18b-4c36-b011-8c9e43e855d9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-19T05:04:12.453Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: c2922cc9-9a7a-462f-8049-2e96e6618411 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:04:12.576Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||vFW bc2bfa7d-8aec 0 2022-03-19T05:04:12.584Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c2922cc9-9a7a-462f-8049-2e96e6618411 2022-03-19T05:04:12.584Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a78f1c22-2395-4ffb-91c8-4076b3cf3974 from URL: /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json 2022-03-19T05:04:12.584Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-19T05:04:12.584Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json 2022-03-19T05:04:12.730Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-19T05:04:12.730Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json a78f1c22-2395-4ffb-91c8-4076b3cf3974 785 2022-03-19T05:04:12.731Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json ASDC sendASDCNotification 2022-03-19T05:04:12.731Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json 2022-03-19T05:04:12.731Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:04:12.732Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:04:12.734Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:04:12.734Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666252731, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:04:12.835Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:04:12.836Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:04:12.836Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:04:12.853Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:04:12.854Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:04:13.736Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBc2bfa7d8aec..base_vfw..module-0", "vfModuleModelInvariantUUID": "791401fa-c10f-4c22-9f6e-b66880127482", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cf634c8a-7109-4874-89a6-6eabb73df28e", "vfModuleModelCustomizationUUID": "a7025578-e8de-417e-b319-ca513da41626", "isBase": true, "artifacts": [ "0a08f972-b187-4036-8c55-4e95f04d85a5", "6a58b49e-5ce6-4627-9547-359c98ca0833" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-19T05:04:13.752Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBc2bfa7d8aec..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cf634c8a-7109-4874-89a6-6eabb73df28e VfModuleModelInvariantUUID:791401fa-c10f-4c22-9f6e-b66880127482 VfModuleModelDescription:NULL Artifacts UUID List:{ 0a08f972-b187-4036-8c55-4e95f04d85a5 , 6a58b49e-5ce6-4627-9547-359c98ca0833 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-19T05:04:13.755Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBc2bfa7d8aec..base_vfw..module-0", "vfModuleModelInvariantUUID": "791401fa-c10f-4c22-9f6e-b66880127482", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cf634c8a-7109-4874-89a6-6eabb73df28e", "vfModuleModelCustomizationUUID": "a7025578-e8de-417e-b319-ca513da41626", "isBase": true, "artifacts": [ "0a08f972-b187-4036-8c55-4e95f04d85a5", "6a58b49e-5ce6-4627-9547-359c98ca0833" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-19T05:04:13.755Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBc2bfa7d8aec..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cf634c8a-7109-4874-89a6-6eabb73df28e VfModuleModelInvariantUUID:791401fa-c10f-4c22-9f6e-b66880127482 VfModuleModelDescription:NULL Artifacts UUID List:{ 0a08f972-b187-4036-8c55-4e95f04d85a5 , 6a58b49e-5ce6-4627-9547-359c98ca0833 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-19T05:04:13.756Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0a08f972-b187-4036-8c55-4e95f04d85a5 from URL: /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml 2022-03-19T05:04:13.756Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-19T05:04:13.756Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml 2022-03-19T05:04:13.812Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-19T05:04:13.813Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml 0a08f972-b187-4036-8c55-4e95f04d85a5 20368 2022-03-19T05:04:13.814Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-19T05:04:13.814Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml 2022-03-19T05:04:13.814Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:04:13.814Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:04:13.817Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:04:13.817Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666253813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:04:13.917Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:04:13.918Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:04:13.918Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:04:13.941Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:04:13.942Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:04:14.818Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6a58b49e-5ce6-4627-9547-359c98ca0833 from URL: /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env 2022-03-19T05:04:14.819Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-19T05:04:14.819Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env 2022-03-19T05:04:15.030Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-19T05:04:15.030Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env 6a58b49e-5ce6-4627-9547-359c98ca0833 2098 2022-03-19T05:04:15.031Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-19T05:04:15.031Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env 2022-03-19T05:04:15.031Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:04:15.031Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:04:15.034Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:04:15.034Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666255031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:04:15.134Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:04:15.136Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:04:15.136Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:04:15.150Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:04:15.151Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:04:16.035Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 90dd655e-10fb-4c11-930b-8d882d9f1a61 2022-03-19T05:04:16.036Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bc2bfa7d-8aec 0 c2922cc9-9a7a-462f-8049-2e96e6618411 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:04:16.092Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@189a26c4, org.onap.sdc.toscaparser.api.parameters.Input@3106fc96, org.onap.sdc.toscaparser.api.parameters.Input@47294e79, org.onap.sdc.toscaparser.api.parameters.Input@18e97b4f, org.onap.sdc.toscaparser.api.parameters.Input@510cd290] 2022-03-19T05:04:16.096Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.096Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:04:16.096Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-03-19T05:04:16.097Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 38939cef-d652-46ea-a31c-31bf69930b68 2022-03-19T05:04:16.097Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 38939cef-d652-46ea-a31c-31bf69930b68 matches Tosca VF Customization UUID: 38939cef-d652-46ea-a31c-31bf69930b68 2022-03-19T05:04:16.097Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 38939cef-d652-46ea-a31c-31bf69930b68 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-19T05:04:16.105Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.105Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:04:16.107Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 38939cef-d652-46ea-a31c-31bf69930b68: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-03-19T05:04:16.107Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54938876 2022-03-19T05:04:16.107Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.108Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-19T05:04:16.108Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a7025578-e8de-417e-b319-ca513da41626 2022-03-19T05:04:16.110Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a7025578-e8de-417e-b319-ca513da41626 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-19T05:04:16.118Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.119Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria 2022-03-19T05:04:16.119Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:04:16.120Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.121Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria 2022-03-19T05:04:16.121Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:04:16.121Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.122Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is not matching search criteria 2022-03-19T05:04:16.122Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-19T05:04:16.122Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-19T05:04:16.123Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-19T05:04:16.123Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-19T05:04:16.123Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-19T05:04:16.123Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-19T05:04:16.124Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-19T05:04:16.124Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-19T05:04:16.124Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-19T05:04:16.124Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-19T05:04:16.125Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-19T05:04:16.125Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=daac53b1-2243-4bc1-a266-2f2f4fe8c7bb Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-19T05:04:16.138Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.139Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria 2022-03-19T05:04:16.139Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:04:16.139Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.140Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is not matching search criteria 2022-03-19T05:04:16.140Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-19T05:04:16.140Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-19T05:04:16.140Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-19T05:04:16.141Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-19T05:04:16.141Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-19T05:04:16.141Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-19T05:04:16.143Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-19T05:04:16.143Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-19T05:04:16.143Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-19T05:04:16.143Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-19T05:04:16.144Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-19T05:04:16.144Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-19T05:04:16.144Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f60686b4-551f-4bed-a711-f509e0edb2b3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-19T05:04:16.148Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.148Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria 2022-03-19T05:04:16.149Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:04:16.152Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.152Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is not matching search criteria 2022-03-19T05:04:16.152Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-19T05:04:16.152Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-19T05:04:16.152Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-19T05:04:16.153Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-19T05:04:16.153Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-19T05:04:16.153Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-19T05:04:16.153Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-19T05:04:16.153Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-19T05:04:16.153Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-19T05:04:16.154Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-19T05:04:16.154Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-19T05:04:16.154Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-19T05:04:16.154Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=63a7d9bf-5f20-40dd-8dbb-2bfbeb20613e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-19T05:04:16.157Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.157Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria 2022-03-19T05:04:16.157Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:04:16.158Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.158Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria 2022-03-19T05:04:16.158Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=38939cef-d652-46ea-a31c-31bf69930b68 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:04:16.160Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.161Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:04:16.161Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 90dd655e-10fb-4c11-930b-8d882d9f1a61: vFW bc2bfa7d-8aec 2022-03-19T05:04:16.162Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.162Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:04:16.162Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.162Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:04:16.162Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.163Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:04:16.163Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.163Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:04:16.163Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:04:16.163Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:04:16.163Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-03-19 04-59-08 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:04:16.650Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bc2bfa7d-8aec c2922cc9-9a7a-462f-8049-2e96e6618411 1 ASDC deployResourceStructure 2022-03-19T05:04:16.650Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json ASDC sendASDCNotification 2022-03-19T05:04:16.651Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json 2022-03-19T05:04:16.651Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:04:16.651Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:04:16.653Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:04:16.654Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666256650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:04:16.754Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:04:16.756Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:04:16.756Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:04:16.774Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:04:16.775Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:04:17.655Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-19T05:04:17.656Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml 2022-03-19T05:04:17.656Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:04:17.657Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:04:17.659Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:04:17.659Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666257655, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:04:17.759Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:04:17.760Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:04:17.760Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:04:17.776Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:04:17.777Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:04:18.660Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-19T05:04:18.661Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env 2022-03-19T05:04:18.662Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:04:18.662Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:04:18.665Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:04:18.666Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666258660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-19T05:04:18.766Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:04:18.767Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:04:18.767Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:04:18.818Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:04:18.819Z||pool-16-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:04:19.667Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar ASDC sendASDCNotification 2022-03-19T05:04:19.668Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar 2022-03-19T05:04:19.668Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:04:19.668Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:04:19.670Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:04:19.670Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666259667, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:04:19.770Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:04:19.771Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:04:19.771Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:04:19.840Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:04:19.841Z||pool-17-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:04:20.671Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4019507-1a24-420d-9983-90cb5d310acf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:04:20.698Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4019507-1a24-420d-9983-90cb5d310acf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:04:20.704Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:04:20.705Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:04:20.705Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-19T05:04:20.705Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-19T05:04:20.705Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:04:20.706Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:04:20.706Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:04:20.706Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:04:20.706Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:04:20.706Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:04:20.707Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:04:20.729Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-19T05:04:50.730Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e4019507-1a24-420d-9983-90cb5d310acf and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-19T05:04:50.744Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e4019507-1a24-420d-9983-90cb5d310acf and serviceModelVersionId: 90dd655e-10fb-4c11-930b-8d882d9f1a61 2022-03-19T05:04:50.744Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 614df907-00ad-4a7b-bed7-bc2a83564ef6 2022-03-19T05:04:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:04:58.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:04:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:04:58.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:04:58.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:04:58.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666238009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:04:58.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:05:08.833Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0 2022-03-19T05:05:08.965Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-19T05:05:09.640Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0|INFO|500||Invoke 2022-03-19T05:05:09.656Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e4019507-1a24-420d-9983-90cb5d310acf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[64143c9b-f4d8-446b-91cd-511179e1fc71], X-ECOMP-RequestID=[e4019507-1a24-420d-9983-90cb5d310acf], X-TransactionId=[], X-ONAP-RequestID=[e4019507-1a24-420d-9983-90cb5d310acf], Content-Type=[application/merge-patch+json]} 2022-03-19T05:05:09.847Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-19T05:05:11.003Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?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/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220319-05:05:09:138-54490], vertex-id=[426184], Content-Length=[0], Date=[Sat, 19 Mar 2022 05:05:09 GMT], Content-Type=[application/json]} 2022-03-19T05:05:11.007Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-19T05:05:11.017Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0|INFO|500||InvokeReturn 2022-03-19T05:05:11.026Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-19T05:05:11.026Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:05:11.049Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-19T05:05:11.051Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e4019507-1a24-420d-9983-90cb5d310acf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-19T05:05:11.053Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-19T05:05:11.054Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:05:11.057Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:05:11.057Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666311052, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:05:11.157Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:05:11.159Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:05:11.159Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:05:11.177Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:05:11.178Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:05:12.113Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:05:12.115Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:05:12.115Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:05:21.680Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:05:58.010Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:05:58.011Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:05:58.011Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:05:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:05:58.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:05:58.014Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:05:58.065Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:05:58.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:05:58.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666238009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:05:58.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:05:58.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:05:58.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666238009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-19T05:05:58.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:05:58.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:05:58.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666238009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:05:58.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:05:58.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:05:58.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666238009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-19T05:05:58.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:05:58.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:05:58.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666238009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:05:58.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:05:58.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:05:58.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666238009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:05:58.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:05:58.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:05:58.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666246300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:05:58.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:05:58.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:05:58.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666252731, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:05:58.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:05:58.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:05:58.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666253813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:05:58.074Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:05:58.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:05:58.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666255031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:05:58.074Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:05:58.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:05:58.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666256650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:05:58.074Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:05:58.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:05:58.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666257655, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:05:58.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:05:58.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:05:58.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666258660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-19T05:05:58.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:05:58.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:05:58.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666259667, "artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:05:58.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:06:07.588Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:06:58.009Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:06:58.010Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:06:58.011Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:06:58.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:06:58.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:06:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:06:58.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:06:58.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-19T05:06:58.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4019507-1a24-420d-9983-90cb5d310acf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666311052, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:06:58.564Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:07:07.593Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:07:58.010Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:07:58.011Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:07:58.011Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:07:58.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:07:58.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:07:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:06.070Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:06.072Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:08:06.072Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"727d4743-5aaf-4ff1-98c8-50f14844a85b","serviceName":"basic_onboard_iFuekd","serviceVersion":"1.0","serviceUUID":"223a1951-32b3-4337-8168-e60abef7c0d7","serviceDescription":"service","serviceInvariantUUID":"5131ee99-2bea-446c-979b-d9f18cf32d16","resources":[{"resourceInstanceName":"basic_onboard_iFuekd 0","resourceName":"basic_onboard_iFuekd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"009df81d-dd85-48be-b1c5-ea863f635124","resourceInvariantUUID":"baf66db2-3f47-4484-be1b-08f1d9f3ccf4","resourceCustomizationUUID":"c3f4ca98-a2cf-40be-9bcd-987f10e69ffc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml","artifactChecksum":"MTMyNWRhNjA3OGZhZjZiMWJmMzEyYTBmZjlmNjE2ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba68ace5-f315-44c9-ac87-2c2528bc9a71","artifactVersion":"1"},{"artifactName":"basic_onboard_ifuekd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json","artifactChecksum":"MTRlOGYyYjE0M2MxOWZjOTM2NTU1MGE2NTExNzRmYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81b4d4b4-e36f-4af6-9f8c-8d94ff93c147","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3a3f0219-7da8-4c52-bbe2-1c9ddb90048b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f55f30d2-6ef6-45ad-92d5-7c0cde51f30c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c82903bc-bcfc-46f3-b9d0-0e8256e698a2","artifactVersion":"2","generatedFromUUID":"3a3f0219-7da8-4c52-bbe2-1c9ddb90048b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIfuekd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml","artifactChecksum":"NDg4NTA5YWE1ZDJkMmI4YjBkMTQyZDVmYzg5OGVjNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"657105b5-1dda-4c63-acef-2ce79cd015c4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIfuekd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar","artifactChecksum":"MmJlODhiNDEyN2EwNGJiMmIxZjZiNmIyZDdhZjhmOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79bcc634-108d-4a87-b72f-b3a038255b78","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-19T05:08:06.076Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:08:06.076Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:08:06.082Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:08:06.082Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666478009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:08:06.186Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-19T05:08:06.188Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:08:06.188Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:06.271Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:06.271Z||pool-19-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:08:06.334Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:06.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-19T05:08:06.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "aai-ml", "timestamp": 1647666483016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:08:06.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-19T05:08:07.090Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:08:07.091Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:08:07.095Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:08:07.096Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666478009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:08:07.195Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:08:07.196Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:08:07.196Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:07.256Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:07.262Z||pool-20-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:08:08.096Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:08:08.098Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:08:08.101Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:08:08.101Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666478009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-19T05:08:08.201Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:08:08.202Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:08:08.203Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:08.294Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:08.295Z||pool-21-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":2,"count":1} 2022-03-19T05:08:09.102Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:08:09.105Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:08:09.110Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:08:09.110Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666478009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:08:09.211Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:08:09.213Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:08:09.213Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:09.257Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:09.258Z||pool-22-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:08:10.112Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:08:10.114Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:08:10.118Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:08:10.118Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666478009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-19T05:08:10.218Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:08:10.219Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:08:10.219Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:10.282Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:10.282Z||pool-23-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:08:11.122Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:08:11.123Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:08:11.125Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:08:11.125Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666478009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:08:11.225Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:08:11.227Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:08:11.227Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:11.267Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:11.268Z||pool-24-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:08:12.126Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:08:12.127Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:08:12.129Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:08:12.129Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666478009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:08:12.230Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:08:12.231Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:08:12.231Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:12.268Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:12.269Z||pool-25-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:08:13.132Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "serviceName": "basic_onboard_iFuekd", "serviceVersion": "1.0", "serviceUUID": "223a1951-32b3-4337-8168-e60abef7c0d7", "serviceDescription": "service", "serviceInvariantUUID": "5131ee99-2bea-446c-979b-d9f18cf32d16", "resources": [ { "resourceInstanceName": "basic_onboard_iFuekd 0", "resourceCustomizationUUID": "c3f4ca98-a2cf-40be-9bcd-987f10e69ffc", "resourceName": "basic_onboard_iFuekd", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "009df81d-dd85-48be-b1c5-ea863f635124", "resourceInvariantUUID": "baf66db2-3f47-4484-be1b-08f1d9f3ccf4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ifuekd0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "artifactChecksum": "MTRlOGYyYjE0M2MxOWZjOTM2NTU1MGE2NTExNzRmYzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "81b4d4b4-e36f-4af6-9f8c-8d94ff93c147", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3a3f0219-7da8-4c52-bbe2-1c9ddb90048b", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c82903bc-bcfc-46f3-b9d0-0e8256e698a2", "generatedFromUUID": "3a3f0219-7da8-4c52-bbe2-1c9ddb90048b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c82903bc-bcfc-46f3-b9d0-0e8256e698a2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardIfuekd-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "artifactChecksum": "MmJlODhiNDEyN2EwNGJiMmIxZjZiNmIyZDdhZjhmOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "79bcc634-108d-4a87-b72f-b3a038255b78" } ], "workloadContext": "Production" } 2022-03-19T05:08:13.132Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-19T05:08:13.132Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 223a1951-32b3-4337-8168-e60abef7c0d7 ASDC 2022-03-19T05:08:13.133Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:727d4743-5aaf-4ff1-98c8-50f14844a85b ServiceName:basic_onboard_iFuekd ServiceVersion:1.0 ServiceUUID:223a1951-32b3-4337-8168-e60abef7c0d7 ServiceInvariantUUID:5131ee99-2bea-446c-979b-d9f18cf32d16 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardIfuekd-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar ArtifactUUID:79bcc634-108d-4a87-b72f-b3a038255b78 ArtifactChecksum:MmJlODhiNDEyN2EwNGJiMmIxZjZiNmIyZDdhZjhmOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_iFuekd 0 ResourceCustomizationUUID:c3f4ca98-a2cf-40be-9bcd-987f10e69ffc ResourceInvariantUUID:baf66db2-3f47-4484-be1b-08f1d9f3ccf4 ResourceName:basic_onboard_iFuekd ResourceType:VF ResourceUUID:009df81d-dd85-48be-b1c5-ea863f635124 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ifuekd0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json ArtifactUUID:81b4d4b4-e36f-4af6-9f8c-8d94ff93c147 ArtifactChecksum:MTRlOGYyYjE0M2MxOWZjOTM2NTU1MGE2NTExNzRmYzU= 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/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml ArtifactUUID:3a3f0219-7da8-4c52-bbe2-1c9ddb90048b 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/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env ArtifactUUID:c82903bc-bcfc-46f3-b9d0-0e8256e698a2 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/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env ArtifactUUID:c82903bc-bcfc-46f3-b9d0-0e8256e698a2 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-19T05:08:13.133Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 223a1951-32b3-4337-8168-e60abef7c0d7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:08:13.207Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:08:13.208Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-19T05:08:13.209Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-19T05:08:13.209Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 79bcc634-108d-4a87-b72f-b3a038255b78 from URL: /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:13.209Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-19T05:08:13.209Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:13.336Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-19T05:08:13.340Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar 79bcc634-108d-4a87-b72f-b3a038255b78 71553 2022-03-19T05:08:13.341Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar ASDC sendASDCNotification 2022-03-19T05:08:13.341Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:13.341Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:08:13.342Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:08:13.345Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:08:13.345Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666493341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:08:13.445Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:08:13.447Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:08:13.447Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:13.510Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:13.511Z||pool-26-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:08:14.346Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:08:14.347Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-19T05:08:14.348Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 79bcc634-108d-4a87-b72f-b3a038255b78, URL: /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar to file: /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:14.348Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:14.349Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:14.350Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:14.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4629753043037203604/Definitions/service-BasicOnboardIfuekd-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_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided 2022-03-19T05:08:16.575Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-19T05:08:16.577Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-19T05:08:16.577Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:16.578Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-19T05:08:16.578Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:16.579Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:16.579Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:16.579Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:16.580Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:16.580Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:16.580Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:16.581Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iFuekd 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:16.581Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:16.581Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-19T05:08:16.582Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:16.582Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:08:16.583Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria 2022-03-19T05:08:16.583Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-19T05:08:16.584Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:08:16.585Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:16.585Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:08:16.585Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria 2022-03-19T05:08:16.586Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-19T05:08:16.586Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:08:16.587Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:16.587Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:08:16.588Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:16.588Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is not matching search criteria 2022-03-19T05:08:16.588Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-19T05:08:16.589Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-19T05:08:16.589Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-19T05:08:16.589Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-19T05:08:16.590Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-19T05:08:16.590Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:16.590Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-19T05:08:16.591Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:16.592Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria 2022-03-19T05:08:16.592Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:08:16.593Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:16.593Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria 2022-03-19T05:08:16.594Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:08:16.594Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:16.594Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria 2022-03-19T05:08:16.595Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:08:16.595Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:16.596Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is not matching search criteria 2022-03-19T05:08:16.596Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-19T05:08:16.596Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-19T05:08:16.597Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b294aece-e7d4-4b3a-b98b-ef2aaf2accb5 2022-03-19T05:08:16.597Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:16.598Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:08:16.598Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:16.598Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:08:16.599Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:16.599Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:08:16.600Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:16.602Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:08:16.602Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_iFuekd Description:service Model UUID:223a1951-32b3-4337-8168-e60abef7c0d7 Model Version:NULL Model InvariantUuid:5131ee99-2bea-446c-979b-d9f18cf32d16 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_iFuekd Model UUID:c095dc28-7e3e-40a6-9ad4-6c980b96701f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:baf66db2-3f47-4484-be1b-08f1d9f3ccf4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c3f4ca98-a2cf-40be-9bcd-987f10e69ffc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:be37e8cf-6bdd-4210-a677-e8e80450b642 ModelName:BasicOnboardIfuekd..base_ubuntu18..module-0 ModelUuid:085c2c3d-48a3-458e-9b3c-037ae76fad50 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b294aece-e7d4-4b3a-b98b-ef2aaf2accb5 ModelInvariantUuid:7eede710-447e-4ccb-8eb9-b63c1febd3b1 ModelName:basic_onboard_iFuekd-nodes.ubuntu18Cvfc ModelUuid:dd7cc537-5c8a-4ba6-adee-2d84fb680332 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:283d0274-a43d-4de1-b98f-0f83c6aa4f4e ModelInvariantUuid:06eb0199-c1e1-4f7d-925a-6c7ea42e4ef9 ModelName:BasicOnboardIfuekd.compute.nodes.heat.ubuntu18 ModelUuid:af61289f-15a8-4679-8744-fb1c931ae2a2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-19T05:08:16.631Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 009df81d-dd85-48be-b1c5-ea863f635124 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:08:16.637Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||basic_onboard_iFuekd 0 2022-03-19T05:08:16.638Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 009df81d-dd85-48be-b1c5-ea863f635124 2022-03-19T05:08:16.638Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 81b4d4b4-e36f-4af6-9f8c-8d94ff93c147 from URL: /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json 2022-03-19T05:08:16.638Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-19T05:08:16.638Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json 2022-03-19T05:08:17.027Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-19T05:08:17.028Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json 81b4d4b4-e36f-4af6-9f8c-8d94ff93c147 798 2022-03-19T05:08:17.029Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json ASDC sendASDCNotification 2022-03-19T05:08:17.029Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json 2022-03-19T05:08:17.029Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:08:17.030Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:08:17.032Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:08:17.032Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666497029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:08:17.133Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:08:17.134Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:08:17.134Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:17.204Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:17.205Z||pool-27-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:08:18.034Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIfuekd..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "be37e8cf-6bdd-4210-a677-e8e80450b642", "vfModuleModelVersion": "1", "vfModuleModelUUID": "085c2c3d-48a3-458e-9b3c-037ae76fad50", "vfModuleModelCustomizationUUID": "35019840-c340-4231-ac0c-c97487246e4c", "isBase": true, "artifacts": [ "3a3f0219-7da8-4c52-bbe2-1c9ddb90048b", "c82903bc-bcfc-46f3-b9d0-0e8256e698a2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-19T05:08:18.043Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIfuekd..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:085c2c3d-48a3-458e-9b3c-037ae76fad50 VfModuleModelInvariantUUID:be37e8cf-6bdd-4210-a677-e8e80450b642 VfModuleModelDescription:NULL Artifacts UUID List:{ 3a3f0219-7da8-4c52-bbe2-1c9ddb90048b , c82903bc-bcfc-46f3-b9d0-0e8256e698a2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-19T05:08:18.047Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIfuekd..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "be37e8cf-6bdd-4210-a677-e8e80450b642", "vfModuleModelVersion": "1", "vfModuleModelUUID": "085c2c3d-48a3-458e-9b3c-037ae76fad50", "vfModuleModelCustomizationUUID": "35019840-c340-4231-ac0c-c97487246e4c", "isBase": true, "artifacts": [ "3a3f0219-7da8-4c52-bbe2-1c9ddb90048b", "c82903bc-bcfc-46f3-b9d0-0e8256e698a2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-19T05:08:18.048Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIfuekd..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:085c2c3d-48a3-458e-9b3c-037ae76fad50 VfModuleModelInvariantUUID:be37e8cf-6bdd-4210-a677-e8e80450b642 VfModuleModelDescription:NULL Artifacts UUID List:{ 3a3f0219-7da8-4c52-bbe2-1c9ddb90048b , c82903bc-bcfc-46f3-b9d0-0e8256e698a2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-19T05:08:18.049Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3a3f0219-7da8-4c52-bbe2-1c9ddb90048b from URL: /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml 2022-03-19T05:08:18.049Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-19T05:08:18.050Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml 2022-03-19T05:08:18.420Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-19T05:08:18.421Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml 3a3f0219-7da8-4c52-bbe2-1c9ddb90048b 5033 2022-03-19T05:08:18.421Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-19T05:08:18.422Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml 2022-03-19T05:08:18.422Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:08:18.423Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:08:18.426Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:08:18.427Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666498421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:08:18.527Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:08:18.528Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:08:18.528Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:18.597Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:18.598Z||pool-28-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:08:19.427Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c82903bc-bcfc-46f3-b9d0-0e8256e698a2 from URL: /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env 2022-03-19T05:08:19.428Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-19T05:08:19.429Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env 2022-03-19T05:08:19.899Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-19T05:08:19.900Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env c82903bc-bcfc-46f3-b9d0-0e8256e698a2 909 2022-03-19T05:08:19.900Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-19T05:08:19.901Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env 2022-03-19T05:08:19.901Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:08:19.901Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:08:19.904Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:08:19.904Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666499900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:08:20.004Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:08:20.005Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:08:20.006Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:20.071Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:20.072Z||pool-29-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:08:20.905Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 223a1951-32b3-4337-8168-e60abef7c0d7 2022-03-19T05:08:20.906Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_iFuekd 0 009df81d-dd85-48be-b1c5-ea863f635124 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:08:20.942Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55beeba7, org.onap.sdc.toscaparser.api.parameters.Input@7cbcbcd7, org.onap.sdc.toscaparser.api.parameters.Input@14f04d25, org.onap.sdc.toscaparser.api.parameters.Input@40122a7e, org.onap.sdc.toscaparser.api.parameters.Input@62d31208] 2022-03-19T05:08:20.944Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:20.945Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:08:20.945Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-03-19T05:08:20.946Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c3f4ca98-a2cf-40be-9bcd-987f10e69ffc 2022-03-19T05:08:20.946Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3f4ca98-a2cf-40be-9bcd-987f10e69ffc matches Tosca VF Customization UUID: c3f4ca98-a2cf-40be-9bcd-987f10e69ffc 2022-03-19T05:08:20.946Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c3f4ca98-a2cf-40be-9bcd-987f10e69ffc matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-19T05:08:20.950Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:20.950Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:08:20.951Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c3f4ca98-a2cf-40be-9bcd-987f10e69ffc: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-19T05:08:20.952Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c0f25b4 2022-03-19T05:08:20.952Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:20.952Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-19T05:08:20.953Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 35019840-c340-4231-ac0c-c97487246e4c 2022-03-19T05:08:20.953Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 35019840-c340-4231-ac0c-c97487246e4c Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-19T05:08:20.956Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:20.956Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria 2022-03-19T05:08:20.957Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:08:20.957Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:20.958Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria 2022-03-19T05:08:20.958Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:08:20.959Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:20.959Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is not matching search criteria 2022-03-19T05:08:20.959Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-19T05:08:20.959Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-19T05:08:20.960Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b294aece-e7d4-4b3a-b98b-ef2aaf2accb5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-19T05:08:20.963Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:20.963Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria 2022-03-19T05:08:20.964Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:08:20.964Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:20.964Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria 2022-03-19T05:08:20.965Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0] matching following query criteria: sdcType=VF, customizationUUID=c3f4ca98-a2cf-40be-9bcd-987f10e69ffc Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:08:20.968Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:20.968Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:08:20.969Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 223a1951-32b3-4337-8168-e60abef7c0d7: basic_onboard_iFuekd 2022-03-19T05:08:20.969Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:20.970Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:08:20.970Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:20.970Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:08:20.971Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:20.971Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:08:20.972Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:20.972Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:08:20.972Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:08:20.973Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:08:20.973Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_iFuekd Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:08:21.192Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_iFuekd 009df81d-dd85-48be-b1c5-ea863f635124 1 ASDC deployResourceStructure 2022-03-19T05:08:21.193Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json ASDC sendASDCNotification 2022-03-19T05:08:21.193Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json 2022-03-19T05:08:21.193Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:08:21.194Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:08:21.196Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:08:21.196Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666501193, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:08:21.296Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:08:21.298Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:08:21.298Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:21.328Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:21.329Z||pool-30-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:08:22.197Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-19T05:08:22.198Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml 2022-03-19T05:08:22.198Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:08:22.198Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:08:22.201Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:08:22.201Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666502197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:08:22.301Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:08:22.302Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:08:22.302Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:22.322Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:22.323Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:08:23.203Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-19T05:08:23.203Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env 2022-03-19T05:08:23.203Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:08:23.204Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:08:23.208Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:08:23.208Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666503202, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-19T05:08:23.307Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:08:23.308Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:08:23.308Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:23.330Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:23.331Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:08:24.209Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar ASDC sendASDCNotification 2022-03-19T05:08:24.209Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar 2022-03-19T05:08:24.209Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:08:24.210Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:08:24.213Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:08:24.213Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666504209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:08:24.322Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-03-19T05:08:24.323Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:08:24.323Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:24.349Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:24.349Z||pool-33-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:08:25.214Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:08:25.248Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:08:25.256Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:08:25.257Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:08:25.257Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:08:55.257Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:08:55.274Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:08:55.277Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:08:55.277Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:08:55.277Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:08:58.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:08:58.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:08:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:08:58.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:08:58.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-19T05:08:58.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "cds", "timestamp": 1647666480837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:08:58.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-19T05:09:25.277Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:09:25.297Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:09:25.300Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:09:25.300Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:09:25.300Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:09:55.301Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:09:55.343Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:09:55.347Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:09:55.348Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:09:55.348Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:09:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:09:58.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:09:58.016Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:09:58.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:09:58.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:09:58.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "clamp", "timestamp": 1647666477114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:09:58.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:09:58.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:09:58.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666478009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:09:58.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:09:58.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:09:58.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "policy-id", "timestamp": 1647666479488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:09:58.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:09:58.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:09:58.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "ves-openapi-manager", "timestamp": 1647666476266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:09:58.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:25.348Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:10:25.374Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:10:25.378Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:10:25.378Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:10:25.378Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:10:55.379Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:10:55.390Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:10:55.396Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:10:55.396Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:10:55.396Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:10:58.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:10:58.022Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:10:58.022Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:10:58.572Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:10:58.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "multicloud-k8s-id", "timestamp": 1647666485580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "cds", "timestamp": 1647666480837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666478009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:10:58.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "aai-ml", "timestamp": 1647666483016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "ves-openapi-manager", "timestamp": 1647666476266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "policy-id", "timestamp": 1647666479488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "clamp", "timestamp": 1647666477114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:10:58.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "multicloud-k8s-id", "timestamp": 1647666485580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:10:58.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "dcae-sch", "timestamp": 1647666485648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "aai-ml", "timestamp": 1647666483016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "cds", "timestamp": 1647666480837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "ves-openapi-manager", "timestamp": 1647666476266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "clamp", "timestamp": 1647666477114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666478009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-19T05:10:58.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "policy-id", "timestamp": 1647666479488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-19T05:10:58.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "multicloud-k8s-id", "timestamp": 1647666485580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-19T05:10:58.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "dcae-sch", "timestamp": 1647666485648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "aai-ml", "timestamp": 1647666483016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "cds", "timestamp": 1647666480837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666478009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "ves-openapi-manager", "timestamp": 1647666476266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "clamp", "timestamp": 1647666477114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "policy-id", "timestamp": 1647666479488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "multicloud-k8s-id", "timestamp": 1647666485580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "dcae-sch", "timestamp": 1647666485648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "aai-ml", "timestamp": 1647666483016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "cds", "timestamp": 1647666480837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666478009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-19T05:10:58.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "ves-openapi-manager", "timestamp": 1647666476266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "policy-id", "timestamp": 1647666479488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "clamp", "timestamp": 1647666477114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "multicloud-k8s-id", "timestamp": 1647666485580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-19T05:10:58.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "dcae-sch", "timestamp": 1647666485648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "aai-ml", "timestamp": 1647666483016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "cds", "timestamp": 1647666480837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666478009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "ves-openapi-manager", "timestamp": 1647666476266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "policy-id", "timestamp": 1647666479488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "clamp", "timestamp": 1647666477114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "multicloud-k8s-id", "timestamp": 1647666485580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "dcae-sch", "timestamp": 1647666485648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "aai-ml", "timestamp": 1647666483016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:10:58.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "cds", "timestamp": 1647666480837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:10:58.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666478009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:10:58.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "ves-openapi-manager", "timestamp": 1647666476266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "policy-id", "timestamp": 1647666479488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:10:58.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "clamp", "timestamp": 1647666477114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:10:58.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "multicloud-k8s-id", "timestamp": 1647666485580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:10:58.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "dcae-sch", "timestamp": 1647666485648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "cds", "timestamp": 1647666492983, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:10:58.607Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "aai-ml", "timestamp": 1647666492448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:10:58.608Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666493341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:10:58.608Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "policy-id", "timestamp": 1647666493286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:10:58.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "multicloud-k8s-id", "timestamp": 1647666493418, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:10:58.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "dcae-sch", "timestamp": 1647666485648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "cds", "timestamp": 1647666494006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:10:58.620Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 727d4743-5aaf-4ff1-98c8-50f14844a85b 2022-03-19T05:10:58.620Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 727d4743-5aaf-4ff1-98c8-50f14844a85b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:10:58.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "policy-id", "timestamp": 1647666494301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:10:58.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "multicloud-k8s-id", "timestamp": 1647666494587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:10:58.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "policy-id", "timestamp": 1647666495305, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:10:58.647Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 727d4743-5aaf-4ff1-98c8-50f14844a85b 2022-03-19T05:10:58.647Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 727d4743-5aaf-4ff1-98c8-50f14844a85b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:10:58.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "multicloud-k8s-id", "timestamp": 1647666495811, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:10:58.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "multicloud-k8s-id", "timestamp": 1647666496855, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:10:58.677Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 727d4743-5aaf-4ff1-98c8-50f14844a85b 2022-03-19T05:10:58.678Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 727d4743-5aaf-4ff1-98c8-50f14844a85b 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-19T05:10:58.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666497029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:10:58.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "multicloud-k8s-id", "timestamp": 1647666497860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:10:58.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666498421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:10:58.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666499900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:10:58.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666501193, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:10:58.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666500797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666502197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:10:58.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "clamp", "timestamp": 1647666500965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:10:58.695Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666500797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666503202, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-19T05:10:58.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666500797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666504209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:10:58.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666500797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "clamp", "timestamp": 1647666503957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:10:58.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666500797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "clamp", "timestamp": 1647666504970, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:10:58.706Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 727d4743-5aaf-4ff1-98c8-50f14844a85b 2022-03-19T05:10:58.707Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 727d4743-5aaf-4ff1-98c8-50f14844a85b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:10:58.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666500797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:10:58.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "aai-ml", "timestamp": 1647666506791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:10:58.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666500797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:10:58.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:10:58.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "aai-ml", "timestamp": 1647666507795, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:10:58.740Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 727d4743-5aaf-4ff1-98c8-50f14844a85b 2022-03-19T05:10:58.740Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 727d4743-5aaf-4ff1-98c8-50f14844a85b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:10:58.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666508816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:10:58.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666511870, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:10:58.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:10:58.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:10:58.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666512875, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:10:58.767Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 727d4743-5aaf-4ff1-98c8-50f14844a85b 2022-03-19T05:10:58.767Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 727d4743-5aaf-4ff1-98c8-50f14844a85b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:11:25.397Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:11:25.419Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:11:25.425Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:11:25.425Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:11:25.425Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-19T05:11:25.425Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-19T05:11:25.426Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:11:25.426Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:11:25.426Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:11:25.426Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:11:25.426Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:11:25.427Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:11:25.427Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:11:25.432Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-19T05:11:55.433Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-19T05:11:55.439Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b and serviceModelVersionId: 223a1951-32b3-4337-8168-e60abef7c0d7 2022-03-19T05:11:55.439Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5131ee99-2bea-446c-979b-d9f18cf32d16 2022-03-19T05:11:55.441Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5131ee99-2bea-446c-979b-d9f18cf32d16/model-vers/model-ver/223a1951-32b3-4337-8168-e60abef7c0d7?depth=0 2022-03-19T05:11:55.448Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-19T05:11:55.523Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5131ee99-2bea-446c-979b-d9f18cf32d16/model-vers/model-ver/223a1951-32b3-4337-8168-e60abef7c0d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-19T05:11:55.525Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5131ee99-2bea-446c-979b-d9f18cf32d16/model-vers/model-ver/223a1951-32b3-4337-8168-e60abef7c0d7?depth=0|INFO|500||Invoke 2022-03-19T05:11:55.577Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5131ee99-2bea-446c-979b-d9f18cf32d16/model-vers/model-ver/223a1951-32b3-4337-8168-e60abef7c0d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-19T05:11:56.250Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5131ee99-2bea-446c-979b-d9f18cf32d16/model-vers/model-ver/223a1951-32b3-4337-8168-e60abef7c0d7?depth=0|INFO|500||InvokeReturn 2022-03-19T05:11:56.251Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5131ee99-2bea-446c-979b-d9f18cf32d16/model-vers/model-ver/223a1951-32b3-4337-8168-e60abef7c0d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220319-05:11:54:840-26503], vertex-id=[217184], Content-Length=[0], Date=[Sat, 19 Mar 2022 05:11:54 GMT], Content-Type=[application/json]} 2022-03-19T05:11:56.252Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-03-19T05:11:56.253Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-19T05:11:56.253Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:11:56.263Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-19T05:11:56.264Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 727d4743-5aaf-4ff1-98c8-50f14844a85b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-19T05:11:56.264Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-19T05:11:56.265Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:11:56.270Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:11:56.270Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666716264, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:11:56.370Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:11:56.371Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:11:56.371Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:11:56.398Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:11:56.399Z||pool-34-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:11:57.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:11:57.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:11:57.286Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:11:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:11:58.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:11:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:11:58.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:11:58.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:11:58.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666716264, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:11:58.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:12:07.701Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:12:07.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:12:07.703Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:12:07.703Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:12:17.268Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:12:17.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:12:17.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:12:17.270Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:12:26.833Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:12:26.834Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:12:26.835Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:12:26.835Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:12:36.398Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:12:58.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:12:58.012Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:12:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:12:58.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:12:58.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:12:58.014Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:13:07.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:13:07.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:13:58.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:13:58.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:13:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:13:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:13:58.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:13:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:14:07.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:14:07.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:14:58.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:14:58.013Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:14:58.013Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:14:58.014Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:14:58.016Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:14:58.016Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:15:07.657Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:15:07.667Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:15:58.010Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:15:58.011Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:15:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:15:58.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:15:58.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:15:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:15:58.794Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:15:58.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-19T05:15:58.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"debc792f-0699-4531-813b-ffcaa2428d0d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9641b826-b376-4462-a7a0-628281f8f3f6","serviceDescription":"service","serviceInvariantUUID":"b416bb10-a99d-4b62-b706-92d4319d0a1f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d90f1b5d-f0cb-4ae4-8ebd-ddd3308b5d77","resourceInvariantUUID":"20cacc90-2830-4086-9628-9cb982f4b788","resourceCustomizationUUID":"cc636889-eec1-4c49-bcfc-c18023e7ca9b","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":"MjhhOGEyMTM3MDc4NGY4M2MwYjVkZTM4MmQ5MTA0NzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"314aec0c-88b7-4843-a36c-d75cc89ae486","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjE1MjA0NjRkN2M4NGVhNWE1OTIwODZlNDRmNDcxMjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aaa8f764-4cd3-40ff-9f7c-a72130b85de5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-19T05:15:58.803Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:15:58.804Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:15:58.808Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:15:58.808Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666958010, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:15:58.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:15:58.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-19T05:15:58.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666950797, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:15:58.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-19T05:15:58.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-19T05:15:58.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "multicloud-k8s-id", "timestamp": 1647666945580, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:15:58.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-19T05:15:58.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-19T05:15:58.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "cds", "timestamp": 1647666945837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:15:58.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-19T05:15:58.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-19T05:15:58.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "dcae-sch", "timestamp": 1647666945648, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:15:58.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-19T05:15:58.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-19T05:15:58.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666950797, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:15:58.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-19T05:15:58.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-19T05:15:58.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "multicloud-k8s-id", "timestamp": 1647666945580, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:15:58.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-19T05:15:58.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-19T05:15:58.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "cds", "timestamp": 1647666945837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:15:58.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-19T05:15:58.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-19T05:15:58.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "dcae-sch", "timestamp": 1647666945648, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:15:58.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-19T05:15:58.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-19T05:15:58.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "ves-openapi-manager", "timestamp": 1647666956266, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:15:58.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-19T05:15:58.908Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:15:58.909Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:15:58.910Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:15:58.931Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:15:58.932Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:15:59.808Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:15:59.809Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:15:59.813Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:15:59.813Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666958010, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:15:59.913Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:15:59.915Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:15:59.915Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:16:00.052Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:16:00.052Z||pool-36-thread-1|||||INFO|500||cambria reply ok (138 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:16:00.816Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "9641b826-b376-4462-a7a0-628281f8f3f6", "serviceDescription": "service", "serviceInvariantUUID": "b416bb10-a99d-4b62-b706-92d4319d0a1f", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "cc636889-eec1-4c49-bcfc-c18023e7ca9b", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "d90f1b5d-f0cb-4ae4-8ebd-ddd3308b5d77", "resourceInvariantUUID": "20cacc90-2830-4086-9628-9cb982f4b788", "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": "NjE1MjA0NjRkN2M4NGVhNWE1OTIwODZlNDRmNDcxMjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aaa8f764-4cd3-40ff-9f7c-a72130b85de5" } ], "workloadContext": "Production" } 2022-03-19T05:16:00.816Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-19T05:16:00.816Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9641b826-b376-4462-a7a0-628281f8f3f6 ASDC 2022-03-19T05:16:00.817Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:debc792f-0699-4531-813b-ffcaa2428d0d ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:9641b826-b376-4462-a7a0-628281f8f3f6 ServiceInvariantUUID:b416bb10-a99d-4b62-b706-92d4319d0a1f 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:aaa8f764-4cd3-40ff-9f7c-a72130b85de5 ArtifactChecksum:NjE1MjA0NjRkN2M4NGVhNWE1OTIwODZlNDRmNDcxMjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:cc636889-eec1-4c49-bcfc-c18023e7ca9b ResourceInvariantUUID:20cacc90-2830-4086-9628-9cb982f4b788 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:d90f1b5d-f0cb-4ae4-8ebd-ddd3308b5d77 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-19T05:16:00.817Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9641b826-b376-4462-a7a0-628281f8f3f6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:16:00.878Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:16:00.879Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:16:00.880Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:16:00.880Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aaa8f764-4cd3-40ff-9f7c-a72130b85de5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-19T05:16:00.880Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:16:00.881Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-19T05:16:02.522Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:16:02.532Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar aaa8f764-4cd3-40ff-9f7c-a72130b85de5 52488 2022-03-19T05:16:02.533Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-19T05:16:02.533Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-19T05:16:02.533Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:16:02.534Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:16:02.537Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:16:02.538Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666962533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:16:02.638Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:16:02.639Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:16:02.639Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:16:02.673Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:16:02.673Z||pool-37-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:16:03.538Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:16:03.539Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:16:03.540Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: aaa8f764-4cd3-40ff-9f7c-a72130b85de5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-19T05:16:03.540Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-19T05:16:03.541Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-19T05:16:03.541Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-19T05:16:03.748Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2654429818098188045/Definitions/service-BasicNetwork-template.yml 2022-03-19T05:16:04.647Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-19T05:16:04.648Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-19T05:16:04.648Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-19T05:16:04.648Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-19T05:16:04.648Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-19T05:16:04.650Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:16:04.650Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:16:04.650Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-19T05:16:04.650Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-19T05:16:04.651Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:16:04.651Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:16:04.651Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:16:04.651Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-19T05:16:04.651Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-19T05:16:04.651Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:16:04.651Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:16:04.652Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:16:04.652Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:16:04.652Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:16:04.652Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:16:04.652Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:16:04.653Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:16:04.653Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:16:04.653Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:16:04.653Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:16:04.653Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:9641b826-b376-4462-a7a0-628281f8f3f6 Model Version:NULL Model InvariantUuid:b416bb10-a99d-4b62-b706-92d4319d0a1f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:20cacc90-2830-4086-9628-9cb982f4b788 Model UUID:8d9d6780-4b6a-42e3-877c-6267b9ae7b93 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:cc636889-eec1-4c49-bcfc-c18023e7ca9b Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-19T05:16:04.665Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: d90f1b5d-f0cb-4ae4-8ebd-ddd3308b5d77 2022-03-19T05:16:04.666Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||No resources found for Service: 9641b826-b376-4462-a7a0-628281f8f3f6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:16:04.674Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500|| 2022-03-19T05:16:04.674Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-19T05:16:04.676Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 9641b826-b376-4462-a7a0-628281f8f3f6 2022-03-19T05:16:04.676Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9641b826-b376-4462-a7a0-628281f8f3f6 2022-03-19T05:16:04.676Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-19T05:16:04.676Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:16:04.685Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@bf519b, org.onap.sdc.toscaparser.api.parameters.Input@38b8937a, org.onap.sdc.toscaparser.api.parameters.Input@379f33fe, org.onap.sdc.toscaparser.api.parameters.Input@6dfc9771, org.onap.sdc.toscaparser.api.parameters.Input@173530dc] 2022-03-19T05:16:04.687Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:16:04.688Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:16:04.688Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:16:04.689Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:16:04.689Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9641b826-b376-4462-a7a0-628281f8f3f6: Generic NeutronNet 2022-03-19T05:16:04.689Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:16:04.689Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:16:04.689Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:16:04.690Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-03-19T05:16:04.763Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:16:04.764Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:16:04.764Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:16:04.765Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:16:04.765Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:16:04.765Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:16:04.766Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-19T05:16:04.864Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-19T05:16:04.865Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-19T05:16:04.865Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-19T05:16:04.865Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:16:04.865Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:16:04.868Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:16:04.868Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666964865, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:16:04.968Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:16:04.969Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:16:04.970Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:16:04.987Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:16:04.988Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:16:05.869Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:16:05.888Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:16:05.891Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:16:05.891Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:16:05.891Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:16:35.892Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:16:35.903Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:16:35.906Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:16:35.906Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:16:35.906Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:16:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:16:58.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:16:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:16:58.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:16:58.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:16:58.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "ves-openapi-manager", "timestamp": 1647666956266, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:16:58.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:17:05.909Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:17:05.919Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:17:05.925Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:17:05.925Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:17:05.925Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:17:35.926Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:17:35.936Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:17:35.939Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:17:35.940Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:17:35.940Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:17:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:17:58.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:17:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:17:58.281Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:17:58.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666958010, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:17:58.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:17:58.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "cds", "timestamp": 1647666958635, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:17:58.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:17:58.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666958750, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:17:58.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:17:58.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "clamp", "timestamp": 1647666957114, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:17:58.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:17:58.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666958010, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:17:58.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:17:58.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "cds", "timestamp": 1647666959648, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:17:58.291Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of debc792f-0699-4531-813b-ffcaa2428d0d 2022-03-19T05:17:58.291Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId debc792f-0699-4531-813b-ffcaa2428d0d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:17:58.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "policy-id", "timestamp": 1647666959488, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:17:58.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:17:58.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "clamp", "timestamp": 1647666957114, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:17:58.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:17:58.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "policy-id", "timestamp": 1647666959488, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:17:58.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:17:58.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666961088, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:17:58.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:17:58.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647666962095, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:17:58.342Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of debc792f-0699-4531-813b-ffcaa2428d0d 2022-03-19T05:17:58.342Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId debc792f-0699-4531-813b-ffcaa2428d0d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:17:58.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666962533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:17:58.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:17:58.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "policy-id", "timestamp": 1647666963727, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:17:58.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:17:58.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "aai-ml", "timestamp": 1647666963016, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:17:58.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:17:58.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "policy-id", "timestamp": 1647666964736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:17:58.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:17:58.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647666964865, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:17:58.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:17:58.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "aai-ml", "timestamp": 1647666963016, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:17:58.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:17:58.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "policy-id", "timestamp": 1647666965743, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:17:58.369Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of debc792f-0699-4531-813b-ffcaa2428d0d 2022-03-19T05:17:58.370Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId debc792f-0699-4531-813b-ffcaa2428d0d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:17:58.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "clamp", "timestamp": 1647666964340, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:17:58.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:17:58.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "aai-ml", "timestamp": 1647666966610, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:17:58.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:17:58.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "clamp", "timestamp": 1647666967349, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:17:58.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:17:58.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "clamp", "timestamp": 1647666968364, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:17:58.405Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of debc792f-0699-4531-813b-ffcaa2428d0d 2022-03-19T05:17:58.405Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId debc792f-0699-4531-813b-ffcaa2428d0d and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:17:58.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "aai-ml", "timestamp": 1647666974194, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:17:58.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:17:58.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:17:58.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "aai-ml", "timestamp": 1647666975199, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:17:58.438Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of debc792f-0699-4531-813b-ffcaa2428d0d 2022-03-19T05:17:58.438Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId debc792f-0699-4531-813b-ffcaa2428d0d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:18:05.940Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:18:05.957Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:18:05.961Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:18:05.961Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:18:05.961Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:18:05.970Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-19T05:18:35.971Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-19T05:18:35.977Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: debc792f-0699-4531-813b-ffcaa2428d0d and serviceModelVersionId: 9641b826-b376-4462-a7a0-628281f8f3f6 2022-03-19T05:18:35.977Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b416bb10-a99d-4b62-b706-92d4319d0a1f 2022-03-19T05:18:35.979Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b416bb10-a99d-4b62-b706-92d4319d0a1f/model-vers/model-ver/9641b826-b376-4462-a7a0-628281f8f3f6?depth=0 2022-03-19T05:18:35.983Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-19T05:18:36.059Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b416bb10-a99d-4b62-b706-92d4319d0a1f/model-vers/model-ver/9641b826-b376-4462-a7a0-628281f8f3f6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-19T05:18:36.061Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b416bb10-a99d-4b62-b706-92d4319d0a1f/model-vers/model-ver/9641b826-b376-4462-a7a0-628281f8f3f6?depth=0|INFO|500||Invoke 2022-03-19T05:18:36.132Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b416bb10-a99d-4b62-b706-92d4319d0a1f/model-vers/model-ver/9641b826-b376-4462-a7a0-628281f8f3f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-19T05:18:36.980Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b416bb10-a99d-4b62-b706-92d4319d0a1f/model-vers/model-ver/9641b826-b376-4462-a7a0-628281f8f3f6?depth=0|INFO|500||InvokeReturn 2022-03-19T05:18:36.981Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b416bb10-a99d-4b62-b706-92d4319d0a1f/model-vers/model-ver/9641b826-b376-4462-a7a0-628281f8f3f6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220319-05:18:35:419-49177], vertex-id=[176168], Content-Length=[0], Date=[Sat, 19 Mar 2022 05:18:35 GMT], Content-Type=[application/json]} 2022-03-19T05:18:36.981Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-03-19T05:18:36.982Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-19T05:18:36.982Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:18:37.013Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-19T05:18:37.014Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID debc792f-0699-4531-813b-ffcaa2428d0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-19T05:18:37.014Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-19T05:18:37.014Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:18:37.017Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:18:37.017Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667117014, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:18:37.117Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:18:37.118Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:18:37.118Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:18:37.190Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:18:37.191Z||pool-39-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:18:38.035Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:18:38.037Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:18:38.037Z|debc792f-0699-4531-813b-ffcaa2428d0d|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:18:42.682Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:18:42.683Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-19T05:18:42.683Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7e50f33d-f911-40ea-83ed-7708b35b2d38","serviceName":"Demo_pNF_bQgWiHtSUrHvn5XaQrMb","serviceVersion":"1.0","serviceUUID":"267e3486-e63c-424a-ae81-67ab97581876","serviceDescription":"catalog service description","serviceInvariantUUID":"7ed1cd91-fb54-490e-a91c-499c52d4f871","resources":[{"resourceInstanceName":"pNF 7f20109b-f0b8 0","resourceName":"pNF 7f20109b-f0b8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"051f2720-cb56-4d8f-a3fc-1b160d501787","resourceInvariantUUID":"65ddf168-11fd-40eb-b017-d2265a984150","resourceCustomizationUUID":"a596a23d-d4ec-4afe-a2f1-7bb99af3a9de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q4YTMyMDI5NGM0OWVhNTk1OGFkZGU5YjU0Yjg1ZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c2a1738-3a90-4bf8-a7f3-518f575e7725","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/pNF.csar","artifactChecksum":"YWNlNGViMjMzZWJiN2MyZDFjNzQyY2I5OTc4MGU0OTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b4107a96-93c0-4bc5-9780-28efd1088cdd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43b7e2c9-b114-4128-a408-95f74fb7becd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vendor-license-model.xml","artifactChecksum":"MzUyOGViN2RmMWFkZjU1NTBhMDUyNmQxMjRiODQxODM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"410e5d45-9e59-4a7e-a1c4-6c615e2a5a4d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e2a5ed60-3226-411b-9419-90f39afa880e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1cfa5e6-b2b1-424e-8b68-b07976d271a3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml","artifactChecksum":"ZTYwZTY4NmRhYjAwYjMzYjJlMzI1MWFmNmExMjBjMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46781599-c6fb-4512-a561-7cff842ebf49","artifactVersion":"1"},{"artifactName":"service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar","artifactChecksum":"ODIxMWE1ZDg4NzIyNTY0Zjc4MmYwNTk0NzcxYzAyODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6394daba-ecbf-4abe-b95a-1f20493872e3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-19T05:18:42.687Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:18:42.688Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:18:42.690Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:18:42.691Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:42.791Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:18:42.792Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:18:42.793Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:18:42.812Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:18:42.812Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:18:43.691Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:18:43.693Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:18:43.697Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:18:43.697Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:43.797Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:18:43.798Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:18:43.798Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:18:43.817Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:18:43.818Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:18:44.698Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:18:44.699Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:18:44.701Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:18:44.702Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:44.802Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:18:44.803Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:18:44.803Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:18:44.819Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:18:44.820Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:18:45.702Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:18:45.704Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:18:45.707Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:18:45.707Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:45.807Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:18:45.808Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:18:45.808Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:18:45.835Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:18:45.835Z||pool-43-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:18:46.708Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:18:46.710Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:18:46.712Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:18:46.712Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:46.812Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:18:46.813Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:18:46.814Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:18:46.847Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:18:46.848Z||pool-44-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:18:47.713Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:18:47.715Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:18:47.716Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:18:47.717Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:47.817Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:18:47.818Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:18:47.818Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:18:47.847Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:18:47.848Z||pool-45-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:18:48.718Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:18:48.719Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:18:48.722Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:18:48.723Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:48.822Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:18:48.824Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:18:48.824Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:18:48.846Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:18:48.847Z||pool-46-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:18:49.723Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:18:49.725Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:18:49.731Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:18:49.731Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:18:49.831Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:18:49.832Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:18:49.832Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:18:49.898Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:18:49.899Z||pool-47-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:18:50.733Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "serviceName": "Demo_pNF_bQgWiHtSUrHvn5XaQrMb", "serviceVersion": "1.0", "serviceUUID": "267e3486-e63c-424a-ae81-67ab97581876", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7ed1cd91-fb54-490e-a91c-499c52d4f871", "resources": [ { "resourceInstanceName": "pNF 7f20109b-f0b8 0", "resourceCustomizationUUID": "a596a23d-d4ec-4afe-a2f1-7bb99af3a9de", "resourceName": "pNF 7f20109b-f0b8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "051f2720-cb56-4d8f-a3fc-1b160d501787", "resourceInvariantUUID": "65ddf168-11fd-40eb-b017-d2265a984150", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "artifactChecksum": "ODIxMWE1ZDg4NzIyNTY0Zjc4MmYwNTk0NzcxYzAyODk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6394daba-ecbf-4abe-b95a-1f20493872e3" } ], "workloadContext": "Production" } 2022-03-19T05:18:50.733Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-19T05:18:50.733Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 267e3486-e63c-424a-ae81-67ab97581876 ASDC 2022-03-19T05:18:50.734Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:7e50f33d-f911-40ea-83ed-7708b35b2d38 ServiceName:Demo_pNF_bQgWiHtSUrHvn5XaQrMb ServiceVersion:1.0 ServiceUUID:267e3486-e63c-424a-ae81-67ab97581876 ServiceInvariantUUID:7ed1cd91-fb54-490e-a91c-499c52d4f871 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar ArtifactUUID:6394daba-ecbf-4abe-b95a-1f20493872e3 ArtifactChecksum:ODIxMWE1ZDg4NzIyNTY0Zjc4MmYwNTk0NzcxYzAyODk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 7f20109b-f0b8 0 ResourceCustomizationUUID:a596a23d-d4ec-4afe-a2f1-7bb99af3a9de ResourceInvariantUUID:65ddf168-11fd-40eb-b017-d2265a984150 ResourceName:pNF 7f20109b-f0b8 ResourceType:PNF ResourceUUID:051f2720-cb56-4d8f-a3fc-1b160d501787 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-19T05:18:50.734Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 267e3486-e63c-424a-ae81-67ab97581876 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:18:50.775Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:18:50.776Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:18:50.777Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:18:50.777Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6394daba-ecbf-4abe-b95a-1f20493872e3 from URL: /sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:50.777Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:18:50.777Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:51.626Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:18:51.629Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 6394daba-ecbf-4abe-b95a-1f20493872e3 82634 2022-03-19T05:18:51.630Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar ASDC sendASDCNotification 2022-03-19T05:18:51.630Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:51.630Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:18:51.630Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:18:51.632Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:18:51.632Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667131630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:18:51.732Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:18:51.734Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:18:51.734Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:18:51.761Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:18:51.762Z||pool-48-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:18:52.633Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:18:52.634Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:18:52.635Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6394daba-ecbf-4abe-b95a-1f20493872e3, URL: /sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar to file: /app/ASDC/1/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:52.635Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:52.636Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:52.636Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:52.809Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10271116060315658048/Definitions/service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml 2022-03-19T05:18:53.645Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-19T05:18:53.646Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-19T05:18:53.646Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:53.646Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-19T05:18:53.647Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||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-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:53.647Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:53.647Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||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-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:53.648Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||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-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:53.648Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||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-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:53.648Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||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-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:53.648Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7f20109b-f0b8 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-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:53.649Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-19T05:18:53.649Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:18:53.650Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:18:53.650Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Node template pNF 7f20109b-f0b8 0 is matching search criteria 2022-03-19T05:18:53.650Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-19T05:18:53.651Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 7f20109b-f0b8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:18:53.651Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:18:53.651Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:18:53.652Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Node template pNF 7f20109b-f0b8 0 is matching search criteria 2022-03-19T05:18:53.652Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-19T05:18:53.652Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 7f20109b-f0b8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:18:53.653Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:18:53.653Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:18:53.653Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:18:53.654Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:18:53.654Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:18:53.654Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:18:53.655Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:18:53.655Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:18:53.655Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:18:53.656Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:18:53.656Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_bQgWiHtSUrHvn5XaQrMb Description:catalog service description Model UUID:267e3486-e63c-424a-ae81-67ab97581876 Model Version:NULL Model InvariantUuid:7ed1cd91-fb54-490e-a91c-499c52d4f871 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-19T05:18:53.667Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 051f2720-cb56-4d8f-a3fc-1b160d501787 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:18:53.672Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||pNF 7f20109b-f0b8 0 2022-03-19T05:18:53.672Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 051f2720-cb56-4d8f-a3fc-1b160d501787 2022-03-19T05:18:53.672Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 267e3486-e63c-424a-ae81-67ab97581876 2022-03-19T05:18:53.673Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 267e3486-e63c-424a-ae81-67ab97581876 2022-03-19T05:18:53.673Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7f20109b-f0b8 0 051f2720-cb56-4d8f-a3fc-1b160d501787 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:18:53.680Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f38a2f3, org.onap.sdc.toscaparser.api.parameters.Input@a0b3553, org.onap.sdc.toscaparser.api.parameters.Input@23517b2b, org.onap.sdc.toscaparser.api.parameters.Input@154d7d39, org.onap.sdc.toscaparser.api.parameters.Input@7f086a59] 2022-03-19T05:18:53.681Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:18:53.681Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:18:53.681Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 267e3486-e63c-424a-ae81-67ab97581876: pNF 7f20109b-f0b8 2022-03-19T05:18:53.681Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||Processing PNF resource: 051f2720-cb56-4d8f-a3fc-1b160d501787 2022-03-19T05:18:53.682Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:18:53.682Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:18:53.682Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||Resource customization UUID: a596a23d-d4ec-4afe-a2f1-7bb99af3a9de is the same as notified resource customizationUUID: a596a23d-d4ec-4afe-a2f1-7bb99af3a9de Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-19T05:18:53.890Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7f20109b-f0b8 051f2720-cb56-4d8f-a3fc-1b160d501787 0 ASDC deployResourceStructure 2022-03-19T05:18:53.891Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar ASDC sendASDCNotification 2022-03-19T05:18:53.891Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 2022-03-19T05:18:53.891Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:18:53.892Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:18:53.895Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:18:53.895Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667133891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:18:53.995Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:18:53.996Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:18:53.996Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:18:54.062Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:18:54.063Z||pool-49-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:18:54.897Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e50f33d-f911-40ea-83ed-7708b35b2d38 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:18:54.910Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e50f33d-f911-40ea-83ed-7708b35b2d38 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:18:54.915Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:18:54.916Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:18:54.916Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:18:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:18:58.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:18:58.016Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:18:58.084Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:18:58.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "multicloud-k8s-id", "timestamp": 1647667065586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "cds", "timestamp": 1647667065837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "policy-id", "timestamp": 1647667059488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "dcae-sch", "timestamp": 1647667065648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "multicloud-k8s-id", "timestamp": 1647667065586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "cds", "timestamp": 1647667065837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "dcae-sch", "timestamp": 1647667065648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "policy-id", "timestamp": 1647667059488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "multicloud-k8s-id", "timestamp": 1647667065586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "policy-id", "timestamp": 1647667059488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "cds", "timestamp": 1647667065837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "dcae-sch", "timestamp": 1647667065648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667070797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "multicloud-k8s-id", "timestamp": 1647667065586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "cds", "timestamp": 1647667065837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "policy-id", "timestamp": 1647667059488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "dcae-sch", "timestamp": 1647667065648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667070797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "multicloud-k8s-id", "timestamp": 1647667065586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "cds", "timestamp": 1647667065837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "policy-id", "timestamp": 1647667059488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "dcae-sch", "timestamp": 1647667065648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "multicloud-k8s-id", "timestamp": 1647667065586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667070797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "cds", "timestamp": 1647667065837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "policy-id", "timestamp": 1647667059488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "dcae-sch", "timestamp": 1647667065648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "multicloud-k8s-id", "timestamp": 1647667065586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667070797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "cds", "timestamp": 1647667065837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "policy-id", "timestamp": 1647667059488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "dcae-sch", "timestamp": 1647667065648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667070797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "cds", "timestamp": 1647667065837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:18:58.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "multicloud-k8s-id", "timestamp": 1647667065586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:18:58.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "policy-id", "timestamp": 1647667059488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:18:58.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "dcae-sch", "timestamp": 1647667065648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667070797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "cds", "timestamp": 1647667077242, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:18:58.116Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:18:58.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "policy-id", "timestamp": 1647667077726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:18:58.117Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:18:58.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667070797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:18:58.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:18:58.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "ves-openapi-manager", "timestamp": 1647667076269, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:18:58.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:19:24.916Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e50f33d-f911-40ea-83ed-7708b35b2d38 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:19:24.929Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e50f33d-f911-40ea-83ed-7708b35b2d38 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:19:24.931Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:19:24.931Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:19:24.931Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:19:54.932Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e50f33d-f911-40ea-83ed-7708b35b2d38 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:19:54.948Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e50f33d-f911-40ea-83ed-7708b35b2d38 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:19:54.959Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:19:54.959Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:19:54.959Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:19:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:19:58.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:19:58.016Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:19:58.136Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:19:58.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:19:58.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "cds", "timestamp": 1647667078252, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:19:58.145Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7e50f33d-f911-40ea-83ed-7708b35b2d38 2022-03-19T05:19:58.145Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e50f33d-f911-40ea-83ed-7708b35b2d38 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:20:24.960Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e50f33d-f911-40ea-83ed-7708b35b2d38 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:20:24.984Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e50f33d-f911-40ea-83ed-7708b35b2d38 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:20:24.991Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:20:24.992Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:20:24.992Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:20:54.993Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e50f33d-f911-40ea-83ed-7708b35b2d38 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:20:55.009Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e50f33d-f911-40ea-83ed-7708b35b2d38 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:20:55.015Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:20:55.015Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:20:55.016Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:20:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:20:58.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:20:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:20:58.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:20:58.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "policy-id", "timestamp": 1647667078732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:20:58.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:20:58.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "ves-openapi-manager", "timestamp": 1647667076269, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667070797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:20:58.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "clamp", "timestamp": 1647667077114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "policy-id", "timestamp": 1647667079738, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:20:58.102Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e50f33d-f911-40ea-83ed-7708b35b2d38 2022-03-19T05:20:58.103Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e50f33d-f911-40ea-83ed-7708b35b2d38 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:20:58.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "ves-openapi-manager", "timestamp": 1647667076269, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "clamp", "timestamp": 1647667077114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667080095, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:20:58.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:20:58.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "ves-openapi-manager", "timestamp": 1647667076269, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "clamp", "timestamp": 1647667077114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "ves-openapi-manager", "timestamp": 1647667076269, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "clamp", "timestamp": 1647667077114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "ves-openapi-manager", "timestamp": 1647667076269, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-19T05:20:58.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667082581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:20:58.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:20:58.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "clamp", "timestamp": 1647667077114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "ves-openapi-manager", "timestamp": 1647667076269, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667083588, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:20:58.136Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7e50f33d-f911-40ea-83ed-7708b35b2d38 2022-03-19T05:20:58.136Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e50f33d-f911-40ea-83ed-7708b35b2d38 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:20:58.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "clamp", "timestamp": 1647667077114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "aai-ml", "timestamp": 1647667083016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "ves-openapi-manager", "timestamp": 1647667076269, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "clamp", "timestamp": 1647667077114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "aai-ml", "timestamp": 1647667083016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "clamp", "timestamp": 1647667077114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:20:58.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "aai-ml", "timestamp": 1647667083016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "ves-openapi-manager", "timestamp": 1647667086123, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:20:58.151Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:20:58.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "aai-ml", "timestamp": 1647667083016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "ves-openapi-manager", "timestamp": 1647667087382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:20:58.152Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:20:58.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "aai-ml", "timestamp": 1647667083016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "ves-openapi-manager", "timestamp": 1647667088389, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:20:58.159Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7e50f33d-f911-40ea-83ed-7708b35b2d38 2022-03-19T05:20:58.159Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e50f33d-f911-40ea-83ed-7708b35b2d38 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:20:58.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "aai-ml", "timestamp": 1647667083016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "aai-ml", "timestamp": 1647667083016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "aai-ml", "timestamp": 1647667083016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:20:58.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "aai-ml", "timestamp": 1647667092328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:20:58.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:20:58.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "clamp", "timestamp": 1647667097482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:20:58.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:20:58.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "clamp", "timestamp": 1647667099526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:20:58.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:20:58.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "clamp", "timestamp": 1647667100549, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:20:58.186Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7e50f33d-f911-40ea-83ed-7708b35b2d38 2022-03-19T05:20:58.186Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e50f33d-f911-40ea-83ed-7708b35b2d38 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:20:58.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "aai-ml", "timestamp": 1647667101511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:20:58.197Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:20:58.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "aai-ml", "timestamp": 1647667102515, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:20:58.204Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7e50f33d-f911-40ea-83ed-7708b35b2d38 2022-03-19T05:20:58.204Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e50f33d-f911-40ea-83ed-7708b35b2d38 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:20:58.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667117014, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:20:58.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:20:58.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:20:58.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667118035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:20:58.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:20:58.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667131630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:20:58.239Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:20:58.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:20:58.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667133891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:20:58.240Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:25.016Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e50f33d-f911-40ea-83ed-7708b35b2d38 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:21:25.039Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e50f33d-f911-40ea-83ed-7708b35b2d38 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:21:25.043Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:21:25.044Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:21:25.044Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-19T05:21:25.044Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-19T05:21:25.044Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:21:25.044Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:21:25.044Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:21:25.045Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:21:25.045Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:21:25.045Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:21:25.045Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:21:25.045Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:21:25.052Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-19T05:21:55.053Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7e50f33d-f911-40ea-83ed-7708b35b2d38 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-19T05:21:55.059Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7e50f33d-f911-40ea-83ed-7708b35b2d38 and serviceModelVersionId: 267e3486-e63c-424a-ae81-67ab97581876 2022-03-19T05:21:55.059Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7ed1cd91-fb54-490e-a91c-499c52d4f871 2022-03-19T05:21:55.060Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7ed1cd91-fb54-490e-a91c-499c52d4f871/model-vers/model-ver/267e3486-e63c-424a-ae81-67ab97581876?depth=0 2022-03-19T05:21:55.067Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-19T05:21:55.156Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ed1cd91-fb54-490e-a91c-499c52d4f871/model-vers/model-ver/267e3486-e63c-424a-ae81-67ab97581876?depth=0|INFO|500||Invoke 2022-03-19T05:21:55.157Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ed1cd91-fb54-490e-a91c-499c52d4f871/model-vers/model-ver/267e3486-e63c-424a-ae81-67ab97581876?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ed1cd91-fb54-490e-a91c-499c52d4f871/model-vers/model-ver/267e3486-e63c-424a-ae81-67ab97581876?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7e50f33d-f911-40ea-83ed-7708b35b2d38], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3a4e5aac-6e4c-4e70-b950-3f2b7aca72dd], X-ECOMP-RequestID=[7e50f33d-f911-40ea-83ed-7708b35b2d38], X-TransactionId=[], X-ONAP-RequestID=[7e50f33d-f911-40ea-83ed-7708b35b2d38], Content-Type=[application/merge-patch+json]} 2022-03-19T05:21:55.202Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ed1cd91-fb54-490e-a91c-499c52d4f871/model-vers/model-ver/267e3486-e63c-424a-ae81-67ab97581876?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-19T05:21:56.156Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ed1cd91-fb54-490e-a91c-499c52d4f871/model-vers/model-ver/267e3486-e63c-424a-ae81-67ab97581876?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/7ed1cd91-fb54-490e-a91c-499c52d4f871/model-vers/model-ver/267e3486-e63c-424a-ae81-67ab97581876?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220319-05:21:54:462-8683], vertex-id=[241760], Content-Length=[0], Date=[Sat, 19 Mar 2022 05:21:54 GMT], Content-Type=[application/json]} 2022-03-19T05:21:56.156Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ed1cd91-fb54-490e-a91c-499c52d4f871/model-vers/model-ver/267e3486-e63c-424a-ae81-67ab97581876?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-19T05:21:56.157Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ed1cd91-fb54-490e-a91c-499c52d4f871/model-vers/model-ver/267e3486-e63c-424a-ae81-67ab97581876?depth=0|INFO|500||InvokeReturn 2022-03-19T05:21:56.157Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-19T05:21:56.158Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:21:56.166Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-19T05:21:56.167Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7e50f33d-f911-40ea-83ed-7708b35b2d38 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-19T05:21:56.167Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-19T05:21:56.167Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:21:56.169Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:21:56.170Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667316167, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:21:56.270Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:21:56.272Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:21:56.272Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:21:56.320Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:21:56.322Z||pool-50-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:21:57.190Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:21:57.191Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:21:57.191Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:21:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:21:58.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:21:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:21:58.071Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:21:58.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667130797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "ves-openapi-manager", "timestamp": 1647667136266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "clamp", "timestamp": 1647667137114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "ves-openapi-manager", "timestamp": 1647667136266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667130797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "policy-id", "timestamp": 1647667139488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "clamp", "timestamp": 1647667137114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:21:58.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "ves-openapi-manager", "timestamp": 1647667136266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667130797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "policy-id", "timestamp": 1647667139488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "clamp", "timestamp": 1647667137114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "ves-openapi-manager", "timestamp": 1647667136266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667130797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "cds", "timestamp": 1647667140837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "policy-id", "timestamp": 1647667139488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-19T05:21:58.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "clamp", "timestamp": 1647667137114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "ves-openapi-manager", "timestamp": 1647667136266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667130797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "cds", "timestamp": 1647667140837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "policy-id", "timestamp": 1647667139488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "clamp", "timestamp": 1647667137114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667130797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "ves-openapi-manager", "timestamp": 1647667136266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "cds", "timestamp": 1647667140837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "policy-id", "timestamp": 1647667139488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "clamp", "timestamp": 1647667137114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "ves-openapi-manager", "timestamp": 1647667136266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667130797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "aai-ml", "timestamp": 1647667143016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "cds", "timestamp": 1647667140837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "policy-id", "timestamp": 1647667139488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "clamp", "timestamp": 1647667137114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "aai-ml", "timestamp": 1647667143016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "cds", "timestamp": 1647667140837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "policy-id", "timestamp": 1647667139488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "multicloud-k8s-id", "timestamp": 1647667145580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "aai-ml", "timestamp": 1647667143016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667146413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "cds", "timestamp": 1647667140837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "multicloud-k8s-id", "timestamp": 1647667145580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:21:58.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "aai-ml", "timestamp": 1647667143016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "policy-id", "timestamp": 1647667147637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "cds", "timestamp": 1647667140837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "dcae-sch", "timestamp": 1647667145650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "multicloud-k8s-id", "timestamp": 1647667145580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-19T05:21:58.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "aai-ml", "timestamp": 1647667143016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "policy-id", "timestamp": 1647667148643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.134Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "dcae-sch", "timestamp": 1647667145650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "cds", "timestamp": 1647667149102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "multicloud-k8s-id", "timestamp": 1647667145580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "aai-ml", "timestamp": 1647667143016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "policy-id", "timestamp": 1647667149645, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.167Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 302ddd50-1204-4694-9d6d-c5e6299a27be 2022-03-19T05:21:58.167Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 302ddd50-1204-4694-9d6d-c5e6299a27be and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "dcae-sch", "timestamp": 1647667145650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667149674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "cds", "timestamp": 1647667150118, "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=? 2022-03-19T05:21:58.199Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 302ddd50-1204-4694-9d6d-c5e6299a27be 2022-03-19T05:21:58.199Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 302ddd50-1204-4694-9d6d-c5e6299a27be and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "multicloud-k8s-id", "timestamp": 1647667145580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-19T05:21:58.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "aai-ml", "timestamp": 1647667143016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "policy-id", "timestamp": 1647667139488, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "dcae-sch", "timestamp": 1647667145650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667150685, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:21:58.231Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 302ddd50-1204-4694-9d6d-c5e6299a27be 2022-03-19T05:21:58.231Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 302ddd50-1204-4694-9d6d-c5e6299a27be and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "cds", "timestamp": 1647667140837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "multicloud-k8s-id", "timestamp": 1647667145580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "policy-id", "timestamp": 1647667139488, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "dcae-sch", "timestamp": 1647667145650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "aai-ml", "timestamp": 1647667151124, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "cds", "timestamp": 1647667140837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "multicloud-k8s-id", "timestamp": 1647667145580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "policy-id", "timestamp": 1647667139488, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "dcae-sch", "timestamp": 1647667145650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "cds", "timestamp": 1647667140837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "policy-id", "timestamp": 1647667139488, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-19T05:21:58.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "multicloud-k8s-id", "timestamp": 1647667153604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.259Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "dcae-sch", "timestamp": 1647667145650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "cds", "timestamp": 1647667140837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "policy-id", "timestamp": 1647667139488, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "dcae-sch", "timestamp": 1647667145650, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-03-19T05:21:58.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "multicloud-k8s-id", "timestamp": 1647667154861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "cds", "timestamp": 1647667140837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "policy-id", "timestamp": 1647667139488, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "clamp", "timestamp": 1647667154499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "dcae-sch", "timestamp": 1647667145650, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "multicloud-k8s-id", "timestamp": 1647667156057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "cds", "timestamp": 1647667140837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "policy-id", "timestamp": 1647667139488, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "clamp", "timestamp": 1647667155614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "dcae-sch", "timestamp": 1647667145650, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "multicloud-k8s-id", "timestamp": 1647667157192, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:21:58.280Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 302ddd50-1204-4694-9d6d-c5e6299a27be 2022-03-19T05:21:58.280Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 302ddd50-1204-4694-9d6d-c5e6299a27be 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-19T05:21:58.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "cds", "timestamp": 1647667140837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "policy-id", "timestamp": 1647667139488, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "clamp", "timestamp": 1647667156631, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:21:58.298Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 302ddd50-1204-4694-9d6d-c5e6299a27be 2022-03-19T05:21:58.298Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 302ddd50-1204-4694-9d6d-c5e6299a27be and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "dcae-sch", "timestamp": 1647667145650, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "multicloud-k8s-id", "timestamp": 1647667158209, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.316Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "cds", "timestamp": 1647667140837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "dcae-sch", "timestamp": 1647667145650, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "multicloud-k8s-id", "timestamp": 1647667145580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "cds", "timestamp": 1647667159652, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "policy-id", "timestamp": 1647667159934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "dcae-sch", "timestamp": 1647667145650, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "multicloud-k8s-id", "timestamp": 1647667145580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "cds", "timestamp": 1647667160662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.357Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 183098bc-e83f-46e3-988f-475dc449f015 2022-03-19T05:21:58.357Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 183098bc-e83f-46e3-988f-475dc449f015 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "policy-id", "timestamp": 1647667160939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "dcae-sch", "timestamp": 1647667145650, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "multicloud-k8s-id", "timestamp": 1647667145580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:21:58.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "policy-id", "timestamp": 1647667161942, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:21:58.383Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 183098bc-e83f-46e3-988f-475dc449f015 2022-03-19T05:21:58.384Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 183098bc-e83f-46e3-988f-475dc449f015 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "dcae-sch", "timestamp": 1647667145650, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "multicloud-k8s-id", "timestamp": 1647667145580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-19T05:21:58.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "cds", "timestamp": 1647667161667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "multicloud-k8s-id", "timestamp": 1647667145580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "cds", "timestamp": 1647667161667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "policy-id", "timestamp": 1647667162948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "multicloud-k8s-id", "timestamp": 1647667145580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-19T05:21:58.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "cds", "timestamp": 1647667161667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "policy-id", "timestamp": 1647667162948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "multicloud-k8s-id", "timestamp": 1647667145580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "cds", "timestamp": 1647667161667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "policy-id", "timestamp": 1647667162948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "dcae-sch", "timestamp": 1647667164838, "artifactURL": "/sdc/v1/catalog/services/ecd90630-0a74-416d-99b0-1aeef3f90701/resourceInstances/basicclamp0/artifacts/83c55998-5d3f-493e-b7a9-62f76ced619f", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "multicloud-k8s-id", "timestamp": 1647667145580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "cds", "timestamp": 1647667161667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "policy-id", "timestamp": 1647667162948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "aai-ml", "timestamp": 1647667166669, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.421Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "policy-id", "timestamp": 1647667162948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-19T05:21:58.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "cds", "timestamp": 1647667161667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "multicloud-k8s-id", "timestamp": 1647667167872, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "aai-ml", "timestamp": 1647667167676, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:21:58.437Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 302ddd50-1204-4694-9d6d-c5e6299a27be 2022-03-19T05:21:58.437Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 302ddd50-1204-4694-9d6d-c5e6299a27be and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "dcae-sch", "timestamp": 1647667167091, "artifactURL": "/sdc/v1/catalog/services/ecd90630-0a74-416d-99b0-1aeef3f90701/resourceInstances/basicclamp0/artifacts/83c55998-5d3f-493e-b7a9-62f76ced619f", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.455Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "policy-id", "timestamp": 1647667162948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "cds", "timestamp": 1647667161667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "clamp", "timestamp": 1647667167114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "aai-ml", "timestamp": 1647667143016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "dcae-sch", "timestamp": 1647667168115, "artifactURL": "/sdc/v1/catalog/services/ecd90630-0a74-416d-99b0-1aeef3f90701/resourceInstances/basicclamp0/artifacts/83c55998-5d3f-493e-b7a9-62f76ced619f", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:21:58.468Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 183098bc-e83f-46e3-988f-475dc449f015 2022-03-19T05:21:58.468Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 183098bc-e83f-46e3-988f-475dc449f015 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "multicloud-k8s-id", "timestamp": 1647667169457, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "policy-id", "timestamp": 1647667162948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "cds", "timestamp": 1647667161667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "clamp", "timestamp": 1647667167114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667169948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "aai-ml", "timestamp": 1647667143016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "clamp", "timestamp": 1647667167114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:21:58.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "policy-id", "timestamp": 1647667162948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "cds", "timestamp": 1647667161667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "dcae-sch", "timestamp": 1647667169155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "aai-ml", "timestamp": 1647667143016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "policy-id", "timestamp": 1647667162948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "clamp", "timestamp": 1647667167114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "multicloud-k8s-id", "timestamp": 1647667171583, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "dcae-sch", "timestamp": 1647667169155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "aai-ml", "timestamp": 1647667143016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "clamp", "timestamp": 1647667167114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "multicloud-k8s-id", "timestamp": 1647667172649, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:21:58.508Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 183098bc-e83f-46e3-988f-475dc449f015 2022-03-19T05:21:58.508Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 183098bc-e83f-46e3-988f-475dc449f015 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-19T05:21:58.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667172641, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "policy-id", "timestamp": 1647667173041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "cds", "timestamp": 1647667172795, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "dcae-sch", "timestamp": 1647667169155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "aai-ml", "timestamp": 1647667143016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "clamp", "timestamp": 1647667167114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "multicloud-k8s-id", "timestamp": 1647667173653, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "ves-openapi-manager", "timestamp": 1647667156266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667173647, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:21:58.532Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 183098bc-e83f-46e3-988f-475dc449f015 2022-03-19T05:21:58.532Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 183098bc-e83f-46e3-988f-475dc449f015 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "policy-id", "timestamp": 1647667174046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "cds", "timestamp": 1647667173803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.579Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9983c0f8-9094-42e4-994b-2892c6132188 2022-03-19T05:21:58.580Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9983c0f8-9094-42e4-994b-2892c6132188 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "dcae-sch", "timestamp": 1647667169155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "aai-ml", "timestamp": 1647667143016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "clamp", "timestamp": 1647667167114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "policy-id", "timestamp": 1647667175049, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:21:58.599Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9983c0f8-9094-42e4-994b-2892c6132188 2022-03-19T05:21:58.599Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9983c0f8-9094-42e4-994b-2892c6132188 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "dcae-sch", "timestamp": 1647667169155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "aai-ml", "timestamp": 1647667143016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "clamp", "timestamp": 1647667167114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "cds", "timestamp": 1647667174809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "dcae-sch", "timestamp": 1647667169155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "aai-ml", "timestamp": 1647667143016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-19T05:21:58.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "cds", "timestamp": 1647667174809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "dcae-sch", "timestamp": 1647667169155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-19T05:21:58.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "ves-openapi-manager", "timestamp": 1647667176266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "cds", "timestamp": 1647667174809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "aai-ml", "timestamp": 1647667177049, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.618Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "dcae-sch", "timestamp": 1647667169155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:21:58.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "ves-openapi-manager", "timestamp": 1647667176266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "cds", "timestamp": 1647667174809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "dcae-sch", "timestamp": 1647667169155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-19T05:21:58.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "ves-openapi-manager", "timestamp": 1647667176266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "cds", "timestamp": 1647667174809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "policy-id", "timestamp": 1647667179488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "ves-openapi-manager", "timestamp": 1647667176266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "cds", "timestamp": 1647667174809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "policy-id", "timestamp": 1647667179488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-19T05:21:58.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "ves-openapi-manager", "timestamp": 1647667176266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "cds", "timestamp": 1647667174809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "policy-id", "timestamp": 1647667179488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-19T05:21:58.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "ves-openapi-manager", "timestamp": 1647667176266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "cds", "timestamp": 1647667174809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667160797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "policy-id", "timestamp": 1647667179488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "ves-openapi-manager", "timestamp": 1647667176266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667183863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "policy-id", "timestamp": 1647667179488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "cds", "timestamp": 1647667184043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.638Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "ves-openapi-manager", "timestamp": 1647667176266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "multicloud-k8s-id", "timestamp": 1647667184857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "policy-id", "timestamp": 1647667179488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "policy-id", "timestamp": 1647667179488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "multicloud-k8s-id", "timestamp": 1647667186462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "clamp", "timestamp": 1647667185521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667186778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "policy-id", "timestamp": 1647667179488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:21:58.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "dcae-sch", "timestamp": 1647667185648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "cds", "timestamp": 1647667187536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.662Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b964409-07a9-4152-a7ce-c191ca8937f4 2022-03-19T05:21:58.662Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b964409-07a9-4152-a7ce-c191ca8937f4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "clamp", "timestamp": 1647667186533, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "multicloud-k8s-id", "timestamp": 1647667187863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667187783, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:21:58.685Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9983c0f8-9094-42e4-994b-2892c6132188 2022-03-19T05:21:58.685Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9983c0f8-9094-42e4-994b-2892c6132188 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "policy-id", "timestamp": 1647667188632, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.695Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "dcae-sch", "timestamp": 1647667185648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "policy-id", "timestamp": 1647667189638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "multicloud-k8s-id", "timestamp": 1647667189575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:21:58.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "dcae-sch", "timestamp": 1647667185648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "policy-id", "timestamp": 1647667190642, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:21:58.707Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b964409-07a9-4152-a7ce-c191ca8937f4 2022-03-19T05:21:58.707Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b964409-07a9-4152-a7ce-c191ca8937f4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "dcae-sch", "timestamp": 1647667185648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "multicloud-k8s-id", "timestamp": 1647667190886, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:21:58.738Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9983c0f8-9094-42e4-994b-2892c6132188 2022-03-19T05:21:58.739Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9983c0f8-9094-42e4-994b-2892c6132188 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-19T05:21:58.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667190797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "dcae-sch", "timestamp": 1647667185648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "multicloud-k8s-id", "timestamp": 1647667191891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "clamp", "timestamp": 1647667191124, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667190797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "dcae-sch", "timestamp": 1647667185648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "aai-ml", "timestamp": 1647667192549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "clamp", "timestamp": 1647667192136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:21:58.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:21:58.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667190797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:21:58.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "dcae-sch", "timestamp": 1647667185648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "aai-ml", "timestamp": 1647667193554, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:21:58.762Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 183098bc-e83f-46e3-988f-475dc449f015 2022-03-19T05:21:58.763Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 183098bc-e83f-46e3-988f-475dc449f015 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "clamp", "timestamp": 1647667193159, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:21:58.780Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 183098bc-e83f-46e3-988f-475dc449f015 2022-03-19T05:21:58.780Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 183098bc-e83f-46e3-988f-475dc449f015 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:21:58.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667190797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-19T05:21:58.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "dcae-sch", "timestamp": 1647667185648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667190797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667190797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-19T05:21:58.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:21:58.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:21:58.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667190797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:21:58.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:01.847Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:01.849Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-19T05:22:01.849Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"302ddd50-1204-4694-9d6d-c5e6299a27be","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"515c3f63-d7e5-45e4-81b8-aa4c6336b174","serviceDescription":"service","serviceInvariantUUID":"8e484cb7-5d2b-4d29-b133-96b4d1ee38e8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c26f12ab-1cd0-464d-9fc0-b81a75b95e38","resourceInvariantUUID":"bb92ffc9-cee5-4a18-bc61-84a8b9362d17","resourceCustomizationUUID":"ec125611-b103-4da6-86c7-6a862e10e8ea","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":"N2Q2NDc3NTI5MjgzM2Y2MGU3NGNmYjJmMDNiN2UzYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff909455-f404-4a90-8f6f-9455da377c19","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":"YmIxMDFjMzBlODk0NjhhZDU2ZjhlMmNkZDhiODY1YzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b2842953-6216-42a8-9be8-b759ff411fe3","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":"0bd8343b-8303-4f5a-99e5-d13953d60b6c","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":"612b45d1-6526-48ec-b31b-04e60a48d746","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":"73580fb9-1252-4b90-b6be-c9260cd16b38","artifactVersion":"2","generatedFromUUID":"0bd8343b-8303-4f5a-99e5-d13953d60b6c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTY3NmE4ODliYjJiYTZhYTFjOTM4ZTU3MGRiNzAyZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68093e82-c49b-4ce4-a6a3-0d94f727129a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDE2ZGUzYjc1NzI3YjE3MzcwNTVlMzE2YjM0MzhkNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7cca41a5-38be-42bd-9f20-7644e44929f5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-19T05:22:01.852Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:22:01.852Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:01.855Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:01.855Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:01.955Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:22:01.957Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:01.957Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:01.974Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:01.975Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:22:02.856Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:22:02.859Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:02.862Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:02.862Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:22:02.962Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:22:02.964Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:02.964Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:02.991Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:02.992Z||pool-52-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:22:03.863Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:22:03.864Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:03.866Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:03.866Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-19T05:22:03.968Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-19T05:22:03.969Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:03.969Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:03.986Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:03.986Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:22:04.876Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:22:04.877Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:04.880Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:04.880Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:04.981Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-19T05:22:04.982Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:04.982Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:05.015Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:05.016Z||pool-54-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:22:05.881Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:22:05.882Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:05.884Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:05.884Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-19T05:22:05.984Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:22:05.985Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:05.986Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:06.018Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:06.019Z||pool-55-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:22:06.885Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:22:06.886Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:06.889Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:06.890Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:06.989Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:22:06.990Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:06.991Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:07.024Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:07.025Z||pool-56-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:22:07.891Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:22:07.892Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:07.894Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:07.894Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:22:07.995Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-19T05:22:07.996Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:07.996Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:08.041Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:08.042Z||pool-57-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:22:08.899Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "515c3f63-d7e5-45e4-81b8-aa4c6336b174", "serviceDescription": "service", "serviceInvariantUUID": "8e484cb7-5d2b-4d29-b133-96b4d1ee38e8", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "ec125611-b103-4da6-86c7-6a862e10e8ea", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c26f12ab-1cd0-464d-9fc0-b81a75b95e38", "resourceInvariantUUID": "bb92ffc9-cee5-4a18-bc61-84a8b9362d17", "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": "YmIxMDFjMzBlODk0NjhhZDU2ZjhlMmNkZDhiODY1YzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b2842953-6216-42a8-9be8-b759ff411fe3", "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": "0bd8343b-8303-4f5a-99e5-d13953d60b6c", "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": "73580fb9-1252-4b90-b6be-c9260cd16b38", "generatedFromUUID": "0bd8343b-8303-4f5a-99e5-d13953d60b6c" }, "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": "73580fb9-1252-4b90-b6be-c9260cd16b38", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDE2ZGUzYjc1NzI3YjE3MzcwNTVlMzE2YjM0MzhkNGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7cca41a5-38be-42bd-9f20-7644e44929f5" } ], "workloadContext": "Production" } 2022-03-19T05:22:08.899Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-19T05:22:08.900Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 515c3f63-d7e5-45e4-81b8-aa4c6336b174 ASDC 2022-03-19T05:22:08.901Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:302ddd50-1204-4694-9d6d-c5e6299a27be ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:515c3f63-d7e5-45e4-81b8-aa4c6336b174 ServiceInvariantUUID:8e484cb7-5d2b-4d29-b133-96b4d1ee38e8 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:7cca41a5-38be-42bd-9f20-7644e44929f5 ArtifactChecksum:ZDE2ZGUzYjc1NzI3YjE3MzcwNTVlMzE2YjM0MzhkNGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:ec125611-b103-4da6-86c7-6a862e10e8ea ResourceInvariantUUID:bb92ffc9-cee5-4a18-bc61-84a8b9362d17 ResourceName:basic_vm ResourceType:VF ResourceUUID:c26f12ab-1cd0-464d-9fc0-b81a75b95e38 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:b2842953-6216-42a8-9be8-b759ff411fe3 ArtifactChecksum:YmIxMDFjMzBlODk0NjhhZDU2ZjhlMmNkZDhiODY1YzM= 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:0bd8343b-8303-4f5a-99e5-d13953d60b6c 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:73580fb9-1252-4b90-b6be-c9260cd16b38 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:73580fb9-1252-4b90-b6be-c9260cd16b38 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-19T05:22:08.901Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 515c3f63-d7e5-45e4-81b8-aa4c6336b174 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:22:09.019Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:22:09.020Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:22:09.020Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:22:09.020Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7cca41a5-38be-42bd-9f20-7644e44929f5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-19T05:22:09.020Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:22:09.020Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-19T05:22:10.115Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:22:10.123Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7cca41a5-38be-42bd-9f20-7644e44929f5 71039 2022-03-19T05:22:10.124Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-19T05:22:10.124Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-19T05:22:10.124Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:22:10.124Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:10.130Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:10.130Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667330124, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:10.227Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-19T05:22:10.228Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:10.228Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:10.295Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:10.296Z||pool-58-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:22:11.130Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:22:11.131Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:22:11.132Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7cca41a5-38be-42bd-9f20-7644e44929f5, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-19T05:22:11.133Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-19T05:22:11.134Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-19T05:22:11.134Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-19T05:22:11.352Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP737180062481180998/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_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 "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-19T05:22:13.228Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-19T05:22:13.229Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-19T05:22:13.229Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-19T05:22:13.230Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-19T05:22:13.230Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-19T05:22:13.230Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-19T05:22:13.230Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-19T05:22:13.231Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-19T05:22:13.231Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-19T05:22:13.231Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-19T05:22:13.231Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-19T05:22:13.232Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-19T05:22:13.232Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-19T05:22:13.232Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-19T05:22:13.232Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:13.233Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:22:13.233Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-19T05:22:13.233Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-19T05:22:13.234Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:22:13.234Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:13.234Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:22:13.235Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-19T05:22:13.235Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-19T05:22:13.235Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:22:13.235Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:13.235Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:22:13.236Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:13.236Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-19T05:22:13.236Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-19T05:22:13.237Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-19T05:22:13.237Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-19T05:22:13.237Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-19T05:22:13.238Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-19T05:22:13.238Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:13.238Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-19T05:22:13.238Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:13.239Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-19T05:22:13.239Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:22:13.239Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:13.240Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-19T05:22:13.240Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:22:13.240Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:13.240Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-19T05:22:13.241Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:22:13.241Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:13.242Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-19T05:22:13.242Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-19T05:22:13.242Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-19T05:22:13.242Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9b9a8940-4281-4e23-9e71-33bedbcb2ffd 2022-03-19T05:22:13.243Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:13.243Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:22:13.243Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:13.243Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:22:13.244Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:13.244Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:22:13.244Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:13.244Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:22:13.245Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:515c3f63-d7e5-45e4-81b8-aa4c6336b174 Model Version:NULL Model InvariantUuid:8e484cb7-5d2b-4d29-b133-96b4d1ee38e8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f574b431-8e34-43ec-9d2e-d0f046128498 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bb92ffc9-cee5-4a18-bc61-84a8b9362d17 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ec125611-b103-4da6-86c7-6a862e10e8ea NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6fef43f6-a94f-4559-a8d0-c33dbe648f4d ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:85cfa83e-b7fa-4899-ad8d-f5b62eedb679 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9b9a8940-4281-4e23-9e71-33bedbcb2ffd ModelInvariantUuid:4d0cae86-4e1d-4e1d-ae28-3090cbfbe7f4 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:a23ff14b-ddfa-4960-8d03-4b26d05c35b3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:50301202-904b-47c9-aeff-939743353b2b ModelInvariantUuid:f1a3b816-928b-487c-9ec6-eb5e618a5b07 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:9f6d212e-07cd-4e22-a462-6961a2832d67 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-19T05:22:13.256Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c26f12ab-1cd0-464d-9fc0-b81a75b95e38 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:22:13.259Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||basic_vm 0 2022-03-19T05:22:13.260Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c26f12ab-1cd0-464d-9fc0-b81a75b95e38 2022-03-19T05:22:13.260Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b2842953-6216-42a8-9be8-b759ff411fe3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-19T05:22:13.260Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:22:13.261Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-19T05:22:13.361Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:22:13.362Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b2842953-6216-42a8-9be8-b759ff411fe3 787 2022-03-19T05:22:13.362Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-19T05:22:13.362Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-19T05:22:13.362Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:22:13.363Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:13.366Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:13.366Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667333362, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:13.466Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:22:13.467Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:13.467Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:13.490Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:13.492Z||pool-59-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:22:14.367Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6fef43f6-a94f-4559-a8d0-c33dbe648f4d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "85cfa83e-b7fa-4899-ad8d-f5b62eedb679", "vfModuleModelCustomizationUUID": "7c30a10f-fd58-4871-b571-ed8f49c7dbda", "isBase": true, "artifacts": [ "0bd8343b-8303-4f5a-99e5-d13953d60b6c", "73580fb9-1252-4b90-b6be-c9260cd16b38" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-19T05:22:14.374Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:85cfa83e-b7fa-4899-ad8d-f5b62eedb679 VfModuleModelInvariantUUID:6fef43f6-a94f-4559-a8d0-c33dbe648f4d VfModuleModelDescription:NULL Artifacts UUID List:{ 0bd8343b-8303-4f5a-99e5-d13953d60b6c , 73580fb9-1252-4b90-b6be-c9260cd16b38 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-19T05:22:14.377Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6fef43f6-a94f-4559-a8d0-c33dbe648f4d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "85cfa83e-b7fa-4899-ad8d-f5b62eedb679", "vfModuleModelCustomizationUUID": "7c30a10f-fd58-4871-b571-ed8f49c7dbda", "isBase": true, "artifacts": [ "0bd8343b-8303-4f5a-99e5-d13953d60b6c", "73580fb9-1252-4b90-b6be-c9260cd16b38" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-19T05:22:14.377Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:85cfa83e-b7fa-4899-ad8d-f5b62eedb679 VfModuleModelInvariantUUID:6fef43f6-a94f-4559-a8d0-c33dbe648f4d VfModuleModelDescription:NULL Artifacts UUID List:{ 0bd8343b-8303-4f5a-99e5-d13953d60b6c , 73580fb9-1252-4b90-b6be-c9260cd16b38 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-19T05:22:14.377Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0bd8343b-8303-4f5a-99e5-d13953d60b6c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-19T05:22:14.378Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:22:14.378Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-19T05:22:14.536Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:22:14.537Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 0bd8343b-8303-4f5a-99e5-d13953d60b6c 5033 2022-03-19T05:22:14.537Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-19T05:22:14.537Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-19T05:22:14.537Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:22:14.538Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:14.542Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:14.543Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667334537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:14.641Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-19T05:22:14.643Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:14.643Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:14.683Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:14.684Z||pool-60-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:22:15.544Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 73580fb9-1252-4b90-b6be-c9260cd16b38 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-19T05:22:15.545Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:22:15.546Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-19T05:22:15.826Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:22:15.827Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 73580fb9-1252-4b90-b6be-c9260cd16b38 903 2022-03-19T05:22:15.827Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-19T05:22:15.827Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-19T05:22:15.828Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:22:15.828Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:15.830Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:15.830Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667335827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:15.931Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:22:15.932Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:15.932Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:15.957Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:15.958Z||pool-61-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:22:16.831Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 515c3f63-d7e5-45e4-81b8-aa4c6336b174 2022-03-19T05:22:16.832Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c26f12ab-1cd0-464d-9fc0-b81a75b95e38 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:22:16.852Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2aa7342e, org.onap.sdc.toscaparser.api.parameters.Input@33c6dab4, org.onap.sdc.toscaparser.api.parameters.Input@401b87d4, org.onap.sdc.toscaparser.api.parameters.Input@157027fa, org.onap.sdc.toscaparser.api.parameters.Input@6e5773e] 2022-03-19T05:22:16.854Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:16.854Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:22:16.855Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-19T05:22:16.855Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ec125611-b103-4da6-86c7-6a862e10e8ea 2022-03-19T05:22:16.855Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec125611-b103-4da6-86c7-6a862e10e8ea matches Tosca VF Customization UUID: ec125611-b103-4da6-86c7-6a862e10e8ea 2022-03-19T05:22:16.856Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ec125611-b103-4da6-86c7-6a862e10e8ea matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-19T05:22:16.861Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:16.861Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:22:16.862Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ec125611-b103-4da6-86c7-6a862e10e8ea: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-03-19T05:22:16.862Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b91b745 2022-03-19T05:22:16.863Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:16.863Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-19T05:22:16.863Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7c30a10f-fd58-4871-b571-ed8f49c7dbda 2022-03-19T05:22:16.864Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7c30a10f-fd58-4871-b571-ed8f49c7dbda Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-19T05:22:16.868Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:16.869Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-19T05:22:16.869Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:22:16.870Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:16.870Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-19T05:22:16.870Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:22:16.871Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:16.871Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-19T05:22:16.872Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-19T05:22:16.872Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-19T05:22:16.872Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9b9a8940-4281-4e23-9e71-33bedbcb2ffd Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-19T05:22:16.878Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:16.878Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-19T05:22:16.879Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:22:16.879Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:16.880Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-19T05:22:16.881Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ec125611-b103-4da6-86c7-6a862e10e8ea Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:22:16.887Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:16.888Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:22:16.888Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 515c3f63-d7e5-45e4-81b8-aa4c6336b174: basic_vm 2022-03-19T05:22:16.889Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:16.889Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:22:16.889Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:16.890Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:22:16.890Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:16.890Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:22:16.891Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:16.892Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:22:16.892Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:22:16.892Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:22:16.893Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:22:17.051Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c26f12ab-1cd0-464d-9fc0-b81a75b95e38 1 ASDC deployResourceStructure 2022-03-19T05:22:17.051Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-19T05:22:17.051Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-19T05:22:17.052Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:22:17.052Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:17.054Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:17.054Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667337051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:22:17.155Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-19T05:22:17.156Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:17.156Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:17.189Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:17.190Z||pool-62-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:22:18.055Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-19T05:22:18.056Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-19T05:22:18.056Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:22:18.056Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:18.058Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:18.058Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667338055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:22:18.158Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:22:18.160Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:18.160Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:18.184Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:18.184Z||pool-63-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:22:19.059Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-19T05:22:19.059Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-19T05:22:19.060Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:22:19.060Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:19.062Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:19.062Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667339059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-19T05:22:19.162Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:22:19.163Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:19.164Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:19.184Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:19.185Z||pool-64-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:22:20.063Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-19T05:22:20.064Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-19T05:22:20.064Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:22:20.065Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:20.067Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:20.067Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667340063, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:22:20.167Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:22:20.168Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:20.168Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:20.202Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:20.203Z||pool-65-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:22:21.068Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 302ddd50-1204-4694-9d6d-c5e6299a27be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:22:28.726Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 302ddd50-1204-4694-9d6d-c5e6299a27be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:22:28.732Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:22:28.732Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:22:28.732Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-19T05:22:28.732Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-19T05:22:28.732Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:22:28.733Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:22:28.733Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:22:28.733Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:22:28.733Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:22:28.733Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:22:28.734Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:22:28.753Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-19T05:22:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:22:58.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:22:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:58.097Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:58.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "clamp", "timestamp": 1647667197120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667190797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:22:58.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "clamp", "timestamp": 1647667197120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "multicloud-k8s-id", "timestamp": 1647667174661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:22:58.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667199781, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:58.134Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "clamp", "timestamp": 1647667197120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "multicloud-k8s-id", "timestamp": 1647667201386, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:58.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "clamp", "timestamp": 1647667197120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:22:58.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "clamp", "timestamp": 1647667197120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667202548, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:22:58.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "multicloud-k8s-id", "timestamp": 1647667202778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:58.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667203553, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:22:58.151Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b964409-07a9-4152-a7ce-c191ca8937f4 2022-03-19T05:22:58.152Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b964409-07a9-4152-a7ce-c191ca8937f4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:22:58.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "clamp", "timestamp": 1647667197120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:22:58.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "multicloud-k8s-id", "timestamp": 1647667204129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:58.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "clamp", "timestamp": 1647667197120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "aai-ml", "timestamp": 1647667204538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:58.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "multicloud-k8s-id", "timestamp": 1647667205413, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:22:58.181Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b964409-07a9-4152-a7ce-c191ca8937f4 2022-03-19T05:22:58.182Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b964409-07a9-4152-a7ce-c191ca8937f4 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-19T05:22:58.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "clamp", "timestamp": 1647667197120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "multicloud-k8s-id", "timestamp": 1647667206424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:22:58.201Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "clamp", "timestamp": 1647667197120, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:22:58.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "aai-ml", "timestamp": 1647667217468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:22:58.202Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "aai-ml", "timestamp": 1647667218473, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:22:58.211Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9983c0f8-9094-42e4-994b-2892c6132188 2022-03-19T05:22:58.212Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9983c0f8-9094-42e4-994b-2892c6132188 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:22:58.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "clamp", "timestamp": 1647667218651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:58.255Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "clamp", "timestamp": 1647667220658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:22:58.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "clamp", "timestamp": 1647667221729, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:22:58.266Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9983c0f8-9094-42e4-994b-2892c6132188 2022-03-19T05:22:58.266Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9983c0f8-9094-42e4-994b-2892c6132188 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:22:58.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "aai-ml", "timestamp": 1647667194558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:22:58.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "aai-ml", "timestamp": 1647667228174, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:58.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "clamp", "timestamp": 1647667227116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "clamp", "timestamp": 1647667227116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:22:58.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "clamp", "timestamp": 1647667227116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "clamp", "timestamp": 1647667227116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "clamp", "timestamp": 1647667227116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "clamp", "timestamp": 1647667227116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "clamp", "timestamp": 1647667227116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "multicloud-k8s-id", "timestamp": 1647667226804, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "cds", "timestamp": 1647667230837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "dcae-sch", "timestamp": 1647667225650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "clamp", "timestamp": 1647667227116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:22:58.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "multicloud-k8s-id", "timestamp": 1647667226804, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "cds", "timestamp": 1647667230837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "dcae-sch", "timestamp": 1647667225650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "cds", "timestamp": 1647667230837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "ves-openapi-manager", "timestamp": 1647667236266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "multicloud-k8s-id", "timestamp": 1647667226804, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "dcae-sch", "timestamp": 1647667225650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "cds", "timestamp": 1647667230837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "multicloud-k8s-id", "timestamp": 1647667226804, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "ves-openapi-manager", "timestamp": 1647667236266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "dcae-sch", "timestamp": 1647667225650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "multicloud-k8s-id", "timestamp": 1647667226804, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "cds", "timestamp": 1647667230837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "ves-openapi-manager", "timestamp": 1647667236266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "dcae-sch", "timestamp": 1647667225650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "policy-id", "timestamp": 1647667239488, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "cds", "timestamp": 1647667230837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "multicloud-k8s-id", "timestamp": 1647667226804, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "ves-openapi-manager", "timestamp": 1647667236266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "dcae-sch", "timestamp": 1647667225650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "policy-id", "timestamp": 1647667239488, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "cds", "timestamp": 1647667230837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "multicloud-k8s-id", "timestamp": 1647667226804, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "ves-openapi-manager", "timestamp": 1647667236266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "dcae-sch", "timestamp": 1647667225650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "policy-id", "timestamp": 1647667239488, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "cds", "timestamp": 1647667230837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "multicloud-k8s-id", "timestamp": 1647667226804, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "ves-openapi-manager", "timestamp": 1647667236266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "dcae-sch", "timestamp": 1647667225650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "policy-id", "timestamp": 1647667239488, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "cds", "timestamp": 1647667230837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:22:58.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "ves-openapi-manager", "timestamp": 1647667236266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-19T05:22:58.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "aai-ml", "timestamp": 1647667242990, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:22:58.309Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "multicloud-k8s-id", "timestamp": 1647667226804, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:22:58.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "dcae-sch", "timestamp": 1647667225650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "policy-id", "timestamp": 1647667239488, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "aai-ml", "timestamp": 1647667243994, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:22:58.319Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b964409-07a9-4152-a7ce-c191ca8937f4 2022-03-19T05:22:58.319Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b964409-07a9-4152-a7ce-c191ca8937f4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:22:58.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "ves-openapi-manager", "timestamp": 1647667236266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "policy-id", "timestamp": 1647667239488, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "ves-openapi-manager", "timestamp": 1647667236266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "cds", "timestamp": 1647667245735, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:58.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "policy-id", "timestamp": 1647667239488, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "aai-ml", "timestamp": 1647667244998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "policy-id", "timestamp": 1647667239488, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "clamp", "timestamp": 1647667245885, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:58.340Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "ves-openapi-manager", "timestamp": 1647667246633, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:58.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "aai-ml", "timestamp": 1647667244998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "cds", "timestamp": 1647667247337, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:22:58.368Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a 2022-03-19T05:22:58.369Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:22:58.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "policy-id", "timestamp": 1647667239488, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:22:58.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "ves-openapi-manager", "timestamp": 1647667247685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:22:58.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "aai-ml", "timestamp": 1647667244998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "ves-openapi-manager", "timestamp": 1647667248696, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:22:58.387Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a 2022-03-19T05:22:58.387Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:22:58.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "aai-ml", "timestamp": 1647667244998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "policy-id", "timestamp": 1647667250026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:58.402Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "aai-ml", "timestamp": 1647667244998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "policy-id", "timestamp": 1647667251032, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:22:58.403Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "aai-ml", "timestamp": 1647667244998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667250797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "policy-id", "timestamp": 1647667252035, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:22:58.415Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a 2022-03-19T05:22:58.415Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:22:58.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "aai-ml", "timestamp": 1647667244998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667250797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "clamp", "timestamp": 1647667251667, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:22:58.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "aai-ml", "timestamp": 1647667244998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667250797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "clamp", "timestamp": 1647667252695, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:22:58.437Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b964409-07a9-4152-a7ce-c191ca8937f4 2022-03-19T05:22:58.437Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b964409-07a9-4152-a7ce-c191ca8937f4 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:22:58.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "aai-ml", "timestamp": 1647667244998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:22:58.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667250797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667250797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "aai-ml", "timestamp": 1647667255354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:22:58.466Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:22:58.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667250797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:22:58.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667250797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:22:58.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:22:58.754Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 302ddd50-1204-4694-9d6d-c5e6299a27be and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-19T05:22:58.762Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 302ddd50-1204-4694-9d6d-c5e6299a27be and serviceModelVersionId: 515c3f63-d7e5-45e4-81b8-aa4c6336b174 2022-03-19T05:22:58.762Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e484cb7-5d2b-4d29-b133-96b4d1ee38e8 2022-03-19T05:22:58.764Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e484cb7-5d2b-4d29-b133-96b4d1ee38e8/model-vers/model-ver/515c3f63-d7e5-45e4-81b8-aa4c6336b174?depth=0 2022-03-19T05:22:58.771Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-19T05:22:58.848Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e484cb7-5d2b-4d29-b133-96b4d1ee38e8/model-vers/model-ver/515c3f63-d7e5-45e4-81b8-aa4c6336b174?depth=0|INFO|500||Invoke 2022-03-19T05:22:58.848Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e484cb7-5d2b-4d29-b133-96b4d1ee38e8/model-vers/model-ver/515c3f63-d7e5-45e4-81b8-aa4c6336b174?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e484cb7-5d2b-4d29-b133-96b4d1ee38e8/model-vers/model-ver/515c3f63-d7e5-45e4-81b8-aa4c6336b174?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[302ddd50-1204-4694-9d6d-c5e6299a27be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[97d32291-f06a-4d79-9862-3aa716e42f60], X-ECOMP-RequestID=[302ddd50-1204-4694-9d6d-c5e6299a27be], X-TransactionId=[], X-ONAP-RequestID=[302ddd50-1204-4694-9d6d-c5e6299a27be], Content-Type=[application/merge-patch+json]} 2022-03-19T05:22:58.891Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e484cb7-5d2b-4d29-b133-96b4d1ee38e8/model-vers/model-ver/515c3f63-d7e5-45e4-81b8-aa4c6336b174?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-19T05:22:59.382Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e484cb7-5d2b-4d29-b133-96b4d1ee38e8/model-vers/model-ver/515c3f63-d7e5-45e4-81b8-aa4c6336b174?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/8e484cb7-5d2b-4d29-b133-96b4d1ee38e8/model-vers/model-ver/515c3f63-d7e5-45e4-81b8-aa4c6336b174?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220319-05:22:58:113-36748], vertex-id=[200744], Content-Length=[0], Date=[Sat, 19 Mar 2022 05:22:58 GMT], Content-Type=[application/json]} 2022-03-19T05:22:59.382Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e484cb7-5d2b-4d29-b133-96b4d1ee38e8/model-vers/model-ver/515c3f63-d7e5-45e4-81b8-aa4c6336b174?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-19T05:22:59.383Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e484cb7-5d2b-4d29-b133-96b4d1ee38e8/model-vers/model-ver/515c3f63-d7e5-45e4-81b8-aa4c6336b174?depth=0|INFO|500||InvokeReturn 2022-03-19T05:22:59.384Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-19T05:22:59.384Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:22:59.393Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-19T05:22:59.394Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 302ddd50-1204-4694-9d6d-c5e6299a27be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-19T05:22:59.394Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-19T05:22:59.395Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:22:59.397Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:22:59.397Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667379394, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:22:59.497Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:22:59.498Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:22:59.498Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:22:59.546Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:22:59.547Z||pool-66-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:23:00.424Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-19T05:23:00.424Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"183098bc-e83f-46e3-988f-475dc449f015","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ecd90630-0a74-416d-99b0-1aeef3f90701","serviceDescription":"service","serviceInvariantUUID":"337a236f-a2c7-4a7f-bd19-68e2cbd2ae0c","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"db8b6164-2144-4a07-bba6-499189090d4b","resourceInvariantUUID":"aa8d42af-af84-4fb3-a3a2-1df8802e431c","resourceCustomizationUUID":"6b652e74-999f-4c3f-a75a-b834dacdbc78","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"83c55998-5d3f-493e-b7a9-62f76ced619f","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NzJkZGZhMWEyZjQ4NjMwZTQzODg1Yjk3ZjUyNmFlZjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9357d26c-eed4-4987-8a92-7e7d3b442370","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ZDRhMmU5NDBiNDM1MTMxZTEwODNkMjM4NjYxYmQ3ZWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc217a1b-0e50-47f4-abdc-6f0fef0cdbd1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7e42ea6b-e545-4035-bb12-559ece053a71","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dc7cdfc9-a6be-49f9-8a4b-ef65d3a16650","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f0f9f4ac-ea0c-4e5b-88fe-307ef4f8fbe9","artifactVersion":"2","generatedFromUUID":"7e42ea6b-e545-4035-bb12-559ece053a71"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Y2ZlMzQ0NzljZmVjYWEwZjdjZTc4YTI0ZDE1Yzg2NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90573aab-d158-484d-a3b3-734a347c51b2","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YzdlNWY5N2RhNDQwNDE5NTRkZTcyZTRlMjliNjNjMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b37ef149-b4bf-4195-8aa0-d20cb0f0e618","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-19T05:23:00.425Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:00.425Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:00.428Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:00.429Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:00.529Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:00.530Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:00.530Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:00.582Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:00.583Z||pool-67-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:23:01.429Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:01.430Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:01.432Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:01.433Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:01.533Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:01.534Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:01.535Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:01.566Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:01.567Z||pool-68-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:23:02.433Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:02.434Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:02.437Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:02.438Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:23:02.537Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:23:02.538Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:02.538Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:02.579Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:02.580Z||pool-69-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:23:03.439Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:03.440Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:03.442Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:03.442Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-19T05:23:03.542Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:03.544Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:03.544Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:03.577Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:03.577Z||pool-70-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:23:04.443Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:04.444Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:04.446Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:04.446Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:04.547Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-19T05:23:04.548Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:04.548Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:04.569Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:04.569Z||pool-71-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:23:05.447Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:05.448Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:05.449Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:05.449Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-19T05:23:05.550Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:05.550Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:05.550Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:05.573Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:05.573Z||pool-72-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:23:06.450Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:06.451Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:06.453Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:06.453Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:06.553Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:06.554Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:06.554Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:06.586Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:06.587Z||pool-73-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:23:07.454Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:07.455Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:07.457Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:07.457Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:23:07.557Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:23:07.558Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:07.558Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:07.588Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:07.589Z||pool-74-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:23:08.459Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "ecd90630-0a74-416d-99b0-1aeef3f90701", "serviceDescription": "service", "serviceInvariantUUID": "337a236f-a2c7-4a7f-bd19-68e2cbd2ae0c", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "6b652e74-999f-4c3f-a75a-b834dacdbc78", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "db8b6164-2144-4a07-bba6-499189090d4b", "resourceInvariantUUID": "aa8d42af-af84-4fb3-a3a2-1df8802e431c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "ZDRhMmU5NDBiNDM1MTMxZTEwODNkMjM4NjYxYmQ3ZWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dc217a1b-0e50-47f4-abdc-6f0fef0cdbd1", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7e42ea6b-e545-4035-bb12-559ece053a71", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f0f9f4ac-ea0c-4e5b-88fe-307ef4f8fbe9", "generatedFromUUID": "7e42ea6b-e545-4035-bb12-559ece053a71" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f0f9f4ac-ea0c-4e5b-88fe-307ef4f8fbe9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YzdlNWY5N2RhNDQwNDE5NTRkZTcyZTRlMjliNjNjMmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b37ef149-b4bf-4195-8aa0-d20cb0f0e618" } ], "workloadContext": "Production" } 2022-03-19T05:23:08.459Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-19T05:23:08.459Z|302ddd50-1204-4694-9d6d-c5e6299a27be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ecd90630-0a74-416d-99b0-1aeef3f90701 ASDC 2022-03-19T05:23:08.459Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:183098bc-e83f-46e3-988f-475dc449f015 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:ecd90630-0a74-416d-99b0-1aeef3f90701 ServiceInvariantUUID:337a236f-a2c7-4a7f-bd19-68e2cbd2ae0c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:b37ef149-b4bf-4195-8aa0-d20cb0f0e618 ArtifactChecksum:YzdlNWY5N2RhNDQwNDE5NTRkZTcyZTRlMjliNjNjMmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:6b652e74-999f-4c3f-a75a-b834dacdbc78 ResourceInvariantUUID:aa8d42af-af84-4fb3-a3a2-1df8802e431c ResourceName:basicclamp ResourceType:VF ResourceUUID:db8b6164-2144-4a07-bba6-499189090d4b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:dc217a1b-0e50-47f4-abdc-6f0fef0cdbd1 ArtifactChecksum:ZDRhMmU5NDBiNDM1MTMxZTEwODNkMjM4NjYxYmQ3ZWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:7e42ea6b-e545-4035-bb12-559ece053a71 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:f0f9f4ac-ea0c-4e5b-88fe-307ef4f8fbe9 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:f0f9f4ac-ea0c-4e5b-88fe-307ef4f8fbe9 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-19T05:23:08.460Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ecd90630-0a74-416d-99b0-1aeef3f90701 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:23:08.506Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:23:08.507Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:23:08.507Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:23:08.507Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b37ef149-b4bf-4195-8aa0-d20cb0f0e618 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-19T05:23:08.507Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:23:08.508Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-19T05:23:09.330Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:23:09.337Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar b37ef149-b4bf-4195-8aa0-d20cb0f0e618 73653 2022-03-19T05:23:09.338Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-19T05:23:09.338Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-19T05:23:09.338Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:23:09.338Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:09.341Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:09.341Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667389337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:23:09.441Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:09.442Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:09.443Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:09.465Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:09.465Z||pool-75-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:23:10.342Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:23:10.344Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:23:10.344Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b37ef149-b4bf-4195-8aa0-d20cb0f0e618, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-19T05:23:10.344Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-19T05:23:10.345Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-19T05:23:10.345Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-19T05:23:10.546Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11618710133958900960/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided 2022-03-19T05:23:12.114Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-19T05:23:12.114Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-19T05:23:12.114Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-19T05:23:12.114Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-19T05:23:12.114Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-19T05:23:12.115Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-19T05:23:12.115Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-19T05:23:12.115Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-19T05:23:12.115Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-19T05:23:12.115Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-19T05:23:12.115Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-19T05:23:12.115Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-19T05:23:12.115Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-19T05:23:12.115Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-19T05:23:12.116Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:12.116Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:23:12.116Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-19T05:23:12.116Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-19T05:23:12.116Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:23:12.117Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:12.117Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:23:12.117Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-19T05:23:12.117Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-19T05:23:12.117Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:23:12.118Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:12.118Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:23:12.118Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:12.118Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-19T05:23:12.118Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-19T05:23:12.118Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-19T05:23:12.119Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-19T05:23:12.119Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-19T05:23:12.119Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-19T05:23:12.119Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:12.119Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-19T05:23:12.121Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:12.121Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-19T05:23:12.121Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:23:12.122Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:12.122Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-19T05:23:12.122Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:23:12.122Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:12.122Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-19T05:23:12.123Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:23:12.123Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:12.123Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-19T05:23:12.123Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-19T05:23:12.123Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-19T05:23:12.124Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=87129918-599c-4def-aae0-85951e9726de 2022-03-19T05:23:12.124Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:12.124Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:23:12.124Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:12.124Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:23:12.124Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:12.125Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:23:12.125Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:12.125Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:23:12.125Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:ecd90630-0a74-416d-99b0-1aeef3f90701 Model Version:NULL Model InvariantUuid:337a236f-a2c7-4a7f-bd19-68e2cbd2ae0c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:23a5f870-ea5e-4a60-a03d-3b12ae7e8b40 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:aa8d42af-af84-4fb3-a3a2-1df8802e431c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6b652e74-999f-4c3f-a75a-b834dacdbc78 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f77b0fcf-7bed-4adb-81bb-3a485741de61 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:4863fca9-7d6b-4204-9312-fbb3b0b6fcce ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:87129918-599c-4def-aae0-85951e9726de ModelInvariantUuid:00baf35e-6c97-46e0-a394-91ea2f91b8b5 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:3789fb92-362e-4377-8c7f-f47aa5b1a6eb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:0c1688fb-44ed-4b3c-a801-080bfea0625f ModelInvariantUuid:5f919a37-fa3a-400a-820c-4dbea90220ce ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:58d34885-44a8-46fb-9e63-6856a247158d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-19T05:23:12.132Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: db8b6164-2144-4a07-bba6-499189090d4b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:23:12.135Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||basicclamp 0 2022-03-19T05:23:12.136Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: db8b6164-2144-4a07-bba6-499189090d4b 2022-03-19T05:23:12.136Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dc217a1b-0e50-47f4-abdc-6f0fef0cdbd1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-19T05:23:12.136Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:23:12.136Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-19T05:23:12.220Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:23:12.220Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json dc217a1b-0e50-47f4-abdc-6f0fef0cdbd1 790 2022-03-19T05:23:12.221Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-19T05:23:12.221Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-19T05:23:12.221Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:23:12.222Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:12.226Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:12.226Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667392221, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:23:12.324Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-19T05:23:12.325Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:12.325Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:12.383Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:12.384Z||pool-76-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:23:13.227Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f77b0fcf-7bed-4adb-81bb-3a485741de61", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4863fca9-7d6b-4204-9312-fbb3b0b6fcce", "vfModuleModelCustomizationUUID": "ec14b2c5-f0c0-4089-aa16-c8f80ada6e42", "isBase": true, "artifacts": [ "7e42ea6b-e545-4035-bb12-559ece053a71", "f0f9f4ac-ea0c-4e5b-88fe-307ef4f8fbe9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-19T05:23:13.231Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4863fca9-7d6b-4204-9312-fbb3b0b6fcce VfModuleModelInvariantUUID:f77b0fcf-7bed-4adb-81bb-3a485741de61 VfModuleModelDescription:NULL Artifacts UUID List:{ 7e42ea6b-e545-4035-bb12-559ece053a71 , f0f9f4ac-ea0c-4e5b-88fe-307ef4f8fbe9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-19T05:23:13.234Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f77b0fcf-7bed-4adb-81bb-3a485741de61", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4863fca9-7d6b-4204-9312-fbb3b0b6fcce", "vfModuleModelCustomizationUUID": "ec14b2c5-f0c0-4089-aa16-c8f80ada6e42", "isBase": true, "artifacts": [ "7e42ea6b-e545-4035-bb12-559ece053a71", "f0f9f4ac-ea0c-4e5b-88fe-307ef4f8fbe9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-19T05:23:13.234Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4863fca9-7d6b-4204-9312-fbb3b0b6fcce VfModuleModelInvariantUUID:f77b0fcf-7bed-4adb-81bb-3a485741de61 VfModuleModelDescription:NULL Artifacts UUID List:{ 7e42ea6b-e545-4035-bb12-559ece053a71 , f0f9f4ac-ea0c-4e5b-88fe-307ef4f8fbe9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-19T05:23:13.234Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7e42ea6b-e545-4035-bb12-559ece053a71 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-19T05:23:13.234Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:23:13.234Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-19T05:23:13.367Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:23:13.368Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 7e42ea6b-e545-4035-bb12-559ece053a71 5033 2022-03-19T05:23:13.369Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-19T05:23:13.369Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-19T05:23:13.369Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:23:13.369Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:13.372Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:13.372Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667393369, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:23:13.472Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:13.474Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:13.475Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:13.526Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:13.527Z||pool-77-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:23:14.373Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f0f9f4ac-ea0c-4e5b-88fe-307ef4f8fbe9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-19T05:23:14.374Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:23:14.374Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-19T05:23:14.535Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:23:14.536Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env f0f9f4ac-ea0c-4e5b-88fe-307ef4f8fbe9 909 2022-03-19T05:23:14.536Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-19T05:23:14.537Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-19T05:23:14.537Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:23:14.537Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:14.540Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:14.540Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667394536, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:23:14.640Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:14.641Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:14.642Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:14.698Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:14.699Z||pool-78-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:23:15.541Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ecd90630-0a74-416d-99b0-1aeef3f90701 2022-03-19T05:23:15.541Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 db8b6164-2144-4a07-bba6-499189090d4b ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:23:15.559Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@271f40f9, org.onap.sdc.toscaparser.api.parameters.Input@3195538c, org.onap.sdc.toscaparser.api.parameters.Input@40a32520, org.onap.sdc.toscaparser.api.parameters.Input@3310e454, org.onap.sdc.toscaparser.api.parameters.Input@6e556247] 2022-03-19T05:23:15.561Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:15.561Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:23:15.562Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-19T05:23:15.562Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 6b652e74-999f-4c3f-a75a-b834dacdbc78 2022-03-19T05:23:15.563Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b652e74-999f-4c3f-a75a-b834dacdbc78 matches Tosca VF Customization UUID: 6b652e74-999f-4c3f-a75a-b834dacdbc78 2022-03-19T05:23:15.563Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 6b652e74-999f-4c3f-a75a-b834dacdbc78 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-19T05:23:15.581Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:15.582Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:23:15.583Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 6b652e74-999f-4c3f-a75a-b834dacdbc78: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-19T05:23:15.583Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1892870d 2022-03-19T05:23:15.583Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:15.583Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-19T05:23:15.584Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ec14b2c5-f0c0-4089-aa16-c8f80ada6e42 2022-03-19T05:23:15.584Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ec14b2c5-f0c0-4089-aa16-c8f80ada6e42 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-19T05:23:15.587Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:15.587Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-19T05:23:15.587Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:23:15.588Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:15.588Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-19T05:23:15.589Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:23:15.589Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:15.589Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-19T05:23:15.590Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-19T05:23:15.590Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-19T05:23:15.590Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=87129918-599c-4def-aae0-85951e9726de Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-19T05:23:15.592Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:15.592Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-19T05:23:15.592Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:23:15.593Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:15.594Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-19T05:23:15.594Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=6b652e74-999f-4c3f-a75a-b834dacdbc78 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:23:15.597Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:15.597Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:23:15.597Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ecd90630-0a74-416d-99b0-1aeef3f90701: basicclamp 2022-03-19T05:23:15.598Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:15.598Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:23:15.598Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:15.598Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:23:15.598Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:15.599Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:23:15.599Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:15.599Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:23:15.599Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:23:15.599Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:23:15.600Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:23:16.626Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp db8b6164-2144-4a07-bba6-499189090d4b 1 ASDC deployResourceStructure 2022-03-19T05:23:16.627Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-19T05:23:16.628Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-19T05:23:16.628Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:23:16.629Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:16.631Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:16.631Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667396627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:23:16.731Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:16.732Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:16.732Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:16.768Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:16.769Z||pool-79-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:23:17.632Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-19T05:23:17.633Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-19T05:23:17.633Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:23:17.633Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:17.635Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:17.635Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667397632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:23:17.735Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:17.736Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:17.737Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:17.810Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:17.811Z||pool-80-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":2,"count":1} 2022-03-19T05:23:18.637Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-19T05:23:18.637Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-19T05:23:18.637Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:23:18.638Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:18.640Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:18.640Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667398637, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-19T05:23:18.740Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:18.741Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:18.741Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:18.788Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:18.789Z||pool-81-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:23:19.641Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-19T05:23:19.641Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-19T05:23:19.641Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:23:19.642Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:19.643Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:19.643Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667399641, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:23:19.744Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:19.746Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:19.746Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:19.787Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:19.787Z||pool-82-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:23:20.644Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 183098bc-e83f-46e3-988f-475dc449f015 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:23:20.657Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 183098bc-e83f-46e3-988f-475dc449f015 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:23:20.660Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:23:20.660Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:23:20.661Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-19T05:23:20.661Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-19T05:23:20.661Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:23:20.661Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:23:20.662Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:23:20.662Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:23:20.662Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:23:20.662Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:23:20.663Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:23:20.663Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:23:20.671Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-19T05:23:50.672Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 183098bc-e83f-46e3-988f-475dc449f015 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-19T05:23:50.681Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 183098bc-e83f-46e3-988f-475dc449f015 and serviceModelVersionId: ecd90630-0a74-416d-99b0-1aeef3f90701 2022-03-19T05:23:50.681Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 337a236f-a2c7-4a7f-bd19-68e2cbd2ae0c 2022-03-19T05:23:50.682Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/337a236f-a2c7-4a7f-bd19-68e2cbd2ae0c/model-vers/model-ver/ecd90630-0a74-416d-99b0-1aeef3f90701?depth=0 2022-03-19T05:23:50.687Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-19T05:23:50.755Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337a236f-a2c7-4a7f-bd19-68e2cbd2ae0c/model-vers/model-ver/ecd90630-0a74-416d-99b0-1aeef3f90701?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-19T05:23:50.757Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337a236f-a2c7-4a7f-bd19-68e2cbd2ae0c/model-vers/model-ver/ecd90630-0a74-416d-99b0-1aeef3f90701?depth=0|INFO|500||Invoke 2022-03-19T05:23:50.793Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337a236f-a2c7-4a7f-bd19-68e2cbd2ae0c/model-vers/model-ver/ecd90630-0a74-416d-99b0-1aeef3f90701?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-19T05:23:51.563Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337a236f-a2c7-4a7f-bd19-68e2cbd2ae0c/model-vers/model-ver/ecd90630-0a74-416d-99b0-1aeef3f90701?depth=0|INFO|500||InvokeReturn 2022-03-19T05:23:51.564Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337a236f-a2c7-4a7f-bd19-68e2cbd2ae0c/model-vers/model-ver/ecd90630-0a74-416d-99b0-1aeef3f90701?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220319-05:23:50:043-76142], vertex-id=[487624], Content-Length=[0], Date=[Sat, 19 Mar 2022 05:23:50 GMT], Content-Type=[application/json]} 2022-03-19T05:23:51.565Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-03-19T05:23:51.565Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-19T05:23:51.566Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:23:51.573Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-19T05:23:51.574Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 183098bc-e83f-46e3-988f-475dc449f015 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-19T05:23:51.574Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-19T05:23:51.575Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:51.578Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:51.578Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667431574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:23:51.678Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:51.679Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:51.679Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:51.704Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:51.705Z||pool-83-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:23:52.596Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-19T05:23:52.597Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9983c0f8-9094-42e4-994b-2892c6132188","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a51fb995-8a69-4a81-be9f-d116e7df3890","serviceDescription":"service","serviceInvariantUUID":"3dcf2602-4ce7-4db6-887e-ea3eb124f7b0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"380acb08-1503-4996-becb-d5d234c4a943","resourceInvariantUUID":"31f09b95-d8b9-4467-8da9-b95f1fe4c9f7","resourceCustomizationUUID":"eec08804-cd7d-43b1-b531-20d054170308","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":"OWE1ZWIwNTFiNzUzNjg5YjUxNGM5NmNmNjc2Nzk0M2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92932664-e54a-4cef-b84f-3857ce8049aa","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":"001fd729-5350-4543-a818-4cd0a1e98b69","artifactVersion":"2","generatedFromUUID":"158a1f2b-f682-4f8f-9337-b36be14ac435"},{"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":"158a1f2b-f682-4f8f-9337-b36be14ac435","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":"ODA0OThjZWU5ZWQ3N2FiNzQ4MzRhN2ExMjA0MmQzZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c5c49c2-0d5c-46d6-a277-e931f76cdc52","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":"25a4ebd4-12c1-46bf-aede-fd2849cde90b","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":"721b99cf-a21f-46c7-8ac8-1bef4a711d53","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":"5a1fbf1d-ec1d-46ff-a310-cb8faab3e906","artifactVersion":"2","generatedFromUUID":"25a4ebd4-12c1-46bf-aede-fd2849cde90b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OGEyMWY3NWQ2MjBjMTg3M2JkYThkOThhMzkxZTNjY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7a85f95-3be3-45c0-8ddd-e76a2c570216","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDlkMTBmMzEwZjZiNzM5N2E4NzRkZGExMmVmNDRiMzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1f8f652-97e7-46f0-ae63-e7524b4f2d06","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-19T05:23:52.598Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:52.599Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:52.601Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:52.602Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:52.702Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:23:52.703Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:52.709Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:52.735Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:52.736Z||pool-84-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:23:53.602Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:53.603Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:53.607Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:53.608Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-19T05:23:53.711Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-19T05:23:53.712Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:53.712Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:53.733Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:53.733Z||pool-85-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:23:54.609Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:54.610Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:54.612Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:54.612Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-19T05:23:54.714Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:54.717Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:54.718Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:54.869Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:54.870Z||pool-86-thread-1|||||INFO|500||cambria reply ok (154 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:23:55.613Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:55.616Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:55.619Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:55.619Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:23:55.719Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:23:55.721Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:55.721Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:55.794Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:55.795Z||pool-87-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":5,"count":1} 2022-03-19T05:23:56.621Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:56.622Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:56.624Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:56.624Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-19T05:23:56.724Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:23:56.726Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:56.726Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:56.743Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:56.744Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:23:57.625Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:57.626Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:57.628Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:57.628Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:57.728Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:57.729Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:57.730Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:57.792Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:57.793Z||pool-89-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:23:58.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:23:58.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:23:58.019Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:58.126Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:58.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667250797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:58.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:23:58.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "clamp", "timestamp": 1647667257115, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:58.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:23:58.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667250797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:23:58.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:23:58.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "clamp", "timestamp": 1647667257115, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:58.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:23:58.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "clamp", "timestamp": 1647667257115, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:58.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:23:58.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667261151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:23:58.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:23:58.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "clamp", "timestamp": 1647667257115, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:58.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:23:58.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "clamp", "timestamp": 1647667257115, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:58.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:23:58.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667263446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:23:58.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:23:58.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "clamp", "timestamp": 1647667257115, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:58.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:23:58.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "aai-ml", "timestamp": 1647667263830, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:23:58.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:23:58.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667264452, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:23:58.144Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a 2022-03-19T05:23:58.145Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:23:58.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "clamp", "timestamp": 1647667257115, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:58.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:23:58.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "aai-ml", "timestamp": 1647667264834, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:23:58.174Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a 2022-03-19T05:23:58.174Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:23:58.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "clamp", "timestamp": 1647667257115, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:58.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:23:58.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "clamp", "timestamp": 1647667257115, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:23:58.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-19T05:23:58.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "clamp", "timestamp": 1647667275945, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:23:58.190Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:23:58.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "clamp", "timestamp": 1647667277708, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:23:58.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:23:58.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "clamp", "timestamp": 1647667278720, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:23:58.198Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a 2022-03-19T05:23:58.198Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:23:58.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-19T05:23:58.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667316167, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:23:58.212Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:23:58.629Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:58.630Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:58.634Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:58.634Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-19T05:23:58.734Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:58.735Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:58.735Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:58.783Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:58.783Z||pool-90-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:23:59.635Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:23:59.636Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:23:59.638Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:23:59.638Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:23:59.739Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:23:59.740Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:23:59.740Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:23:59.762Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:23:59.762Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:24:00.639Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:24:00.640Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:00.642Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:00.642Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:24:00.742Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:24:00.743Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:00.743Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:00.775Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:00.776Z||pool-92-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:01.644Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "a51fb995-8a69-4a81-be9f-d116e7df3890", "serviceDescription": "service", "serviceInvariantUUID": "3dcf2602-4ce7-4db6-887e-ea3eb124f7b0", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "eec08804-cd7d-43b1-b531-20d054170308", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "380acb08-1503-4996-becb-d5d234c4a943", "resourceInvariantUUID": "31f09b95-d8b9-4467-8da9-b95f1fe4c9f7", "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": "001fd729-5350-4543-a818-4cd0a1e98b69", "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": "158a1f2b-f682-4f8f-9337-b36be14ac435", "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": "ODA0OThjZWU5ZWQ3N2FiNzQ4MzRhN2ExMjA0MmQzZGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c5c49c2-0d5c-46d6-a277-e931f76cdc52", "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": "25a4ebd4-12c1-46bf-aede-fd2849cde90b", "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": "5a1fbf1d-ec1d-46ff-a310-cb8faab3e906", "generatedFromUUID": "25a4ebd4-12c1-46bf-aede-fd2849cde90b" }, "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": "5a1fbf1d-ec1d-46ff-a310-cb8faab3e906", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZDlkMTBmMzEwZjZiNzM5N2E4NzRkZGExMmVmNDRiMzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1f8f652-97e7-46f0-ae63-e7524b4f2d06" } ], "workloadContext": "Production" } 2022-03-19T05:24:01.644Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-19T05:24:01.645Z|183098bc-e83f-46e3-988f-475dc449f015|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a51fb995-8a69-4a81-be9f-d116e7df3890 ASDC 2022-03-19T05:24:01.645Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:9983c0f8-9094-42e4-994b-2892c6132188 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:a51fb995-8a69-4a81-be9f-d116e7df3890 ServiceInvariantUUID:3dcf2602-4ce7-4db6-887e-ea3eb124f7b0 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:e1f8f652-97e7-46f0-ae63-e7524b4f2d06 ArtifactChecksum:ZDlkMTBmMzEwZjZiNzM5N2E4NzRkZGExMmVmNDRiMzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:eec08804-cd7d-43b1-b531-20d054170308 ResourceInvariantUUID:31f09b95-d8b9-4467-8da9-b95f1fe4c9f7 ResourceName:basic_cnf ResourceType:VF ResourceUUID:380acb08-1503-4996-becb-d5d234c4a943 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:001fd729-5350-4543-a818-4cd0a1e98b69 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:158a1f2b-f682-4f8f-9337-b36be14ac435 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:9c5c49c2-0d5c-46d6-a277-e931f76cdc52 ArtifactChecksum:ODA0OThjZWU5ZWQ3N2FiNzQ4MzRhN2ExMjA0MmQzZGE= 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:25a4ebd4-12c1-46bf-aede-fd2849cde90b 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:5a1fbf1d-ec1d-46ff-a310-cb8faab3e906 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:5a1fbf1d-ec1d-46ff-a310-cb8faab3e906 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-19T05:24:01.646Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a51fb995-8a69-4a81-be9f-d116e7df3890 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:24:01.701Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:24:01.703Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:24:01.703Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:24:01.703Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e1f8f652-97e7-46f0-ae63-e7524b4f2d06 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-19T05:24:01.703Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:24:01.704Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-19T05:24:03.310Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:24:03.315Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e1f8f652-97e7-46f0-ae63-e7524b4f2d06 68936 2022-03-19T05:24:03.316Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-19T05:24:03.316Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-19T05:24:03.317Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:24:03.317Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:03.320Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:03.320Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667443316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:24:03.420Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:24:03.421Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:03.421Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:03.465Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:03.466Z||pool-93-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:04.320Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:24:04.322Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:24:04.323Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e1f8f652-97e7-46f0-ae63-e7524b4f2d06, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-19T05:24:04.323Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-19T05:24:04.324Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-19T05:24:04.324Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-19T05:24:04.501Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2405323446814492159/Definitions/service-BasicCnf-template.yml 2022-03-19T05:24:06.037Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-19T05:24:06.038Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-19T05:24:06.038Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-19T05:24:06.039Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-19T05:24:06.039Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-19T05:24:06.039Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-19T05:24:06.039Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-19T05:24:06.039Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-19T05:24:06.039Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-19T05:24:06.040Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:06.040Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:24:06.040Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-19T05:24:06.040Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-19T05:24:06.040Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:24:06.041Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:06.041Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:24:06.041Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-19T05:24:06.041Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-19T05:24:06.042Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:24:06.042Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:06.042Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:24:06.042Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:06.043Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-19T05:24:06.043Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-19T05:24:06.043Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-19T05:24:06.043Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-19T05:24:06.043Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:06.044Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-19T05:24:06.044Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:06.044Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-19T05:24:06.044Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:24:06.045Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:06.045Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-19T05:24:06.045Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:24:06.046Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:06.046Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-19T05:24:06.046Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:24:06.047Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:06.047Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-19T05:24:06.047Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-19T05:24:06.048Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=00f2d39c-a934-42e3-b3da-5508e0cf560c 2022-03-19T05:24:06.048Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:06.048Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:24:06.049Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:06.049Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:24:06.050Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:06.050Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:24:06.050Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:06.050Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:24:06.051Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:a51fb995-8a69-4a81-be9f-d116e7df3890 Model Version:NULL Model InvariantUuid:3dcf2602-4ce7-4db6-887e-ea3eb124f7b0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:2cc1142e-35ef-46bd-8cb2-2cb42e0f8e70 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:31f09b95-d8b9-4467-8da9-b95f1fe4c9f7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:eec08804-cd7d-43b1-b531-20d054170308 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:97358dd7-d1e3-41a0-92ef-98101e2227cc ModelName:BasicCnf..base_dummy..module-0 ModelUuid:c17508dc-a158-480c-ac09-ccea23269670 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:00f2d39c-a934-42e3-b3da-5508e0cf560c ModelInvariantUuid:d85eae6c-49ae-46c0-b1dd-e5bb5adbd2f4 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:ee681944-7413-4487-8245-93c7ab2ac610 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:cb105b3c-7651-4eb2-8cca-644a5f7206b8 ModelInvariantUuid:1b3670cc-664f-4776-b6ed-8b374a4853c5 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:663b2605-57d3-4267-aba7-78da2a9ceaec ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-19T05:24:06.068Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 380acb08-1503-4996-becb-d5d234c4a943 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:24:06.071Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-03-19T05:24:06.072Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 380acb08-1503-4996-becb-d5d234c4a943 2022-03-19T05:24:06.072Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 001fd729-5350-4543-a818-4cd0a1e98b69 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-19T05:24:06.072Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:24:06.072Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-19T05:24:06.219Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:24:06.220Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 001fd729-5350-4543-a818-4cd0a1e98b69 12 2022-03-19T05:24:06.220Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-19T05:24:06.221Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-19T05:24:06.222Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:24:06.222Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:06.227Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:06.228Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667446220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:24:06.327Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:24:06.329Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:06.329Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:06.359Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:06.360Z||pool-94-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:07.229Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 158a1f2b-f682-4f8f-9337-b36be14ac435 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-19T05:24:07.230Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:24:07.230Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-19T05:24:07.515Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:24:07.515Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 158a1f2b-f682-4f8f-9337-b36be14ac435 2688 2022-03-19T05:24:07.516Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-19T05:24:07.516Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-19T05:24:07.517Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:24:07.518Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:07.522Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:07.522Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667447516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-19T05:24:07.622Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:24:07.623Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:07.623Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:07.675Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:07.676Z||pool-95-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:24:08.525Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9c5c49c2-0d5c-46d6-a277-e931f76cdc52 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-19T05:24:08.525Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:24:08.525Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-19T05:24:08.826Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:24:08.827Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9c5c49c2-0d5c-46d6-a277-e931f76cdc52 828 2022-03-19T05:24:08.827Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-19T05:24:08.828Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-19T05:24:08.828Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:24:08.828Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:08.832Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:08.832Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667448827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:24:08.932Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:24:08.933Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:08.933Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:08.955Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:08.956Z||pool-96-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:09.833Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "97358dd7-d1e3-41a0-92ef-98101e2227cc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c17508dc-a158-480c-ac09-ccea23269670", "vfModuleModelCustomizationUUID": "74f9e0c2-2903-49a0-8031-f6d98ee1fb40", "isBase": true, "artifacts": [ "158a1f2b-f682-4f8f-9337-b36be14ac435", "25a4ebd4-12c1-46bf-aede-fd2849cde90b", "5a1fbf1d-ec1d-46ff-a310-cb8faab3e906" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-19T05:24:09.839Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c17508dc-a158-480c-ac09-ccea23269670 VfModuleModelInvariantUUID:97358dd7-d1e3-41a0-92ef-98101e2227cc VfModuleModelDescription:NULL Artifacts UUID List:{ 158a1f2b-f682-4f8f-9337-b36be14ac435 , 25a4ebd4-12c1-46bf-aede-fd2849cde90b , 5a1fbf1d-ec1d-46ff-a310-cb8faab3e906 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-19T05:24:09.843Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "97358dd7-d1e3-41a0-92ef-98101e2227cc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c17508dc-a158-480c-ac09-ccea23269670", "vfModuleModelCustomizationUUID": "74f9e0c2-2903-49a0-8031-f6d98ee1fb40", "isBase": true, "artifacts": [ "158a1f2b-f682-4f8f-9337-b36be14ac435", "25a4ebd4-12c1-46bf-aede-fd2849cde90b", "5a1fbf1d-ec1d-46ff-a310-cb8faab3e906" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-19T05:24:09.844Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c17508dc-a158-480c-ac09-ccea23269670 VfModuleModelInvariantUUID:97358dd7-d1e3-41a0-92ef-98101e2227cc VfModuleModelDescription:NULL Artifacts UUID List:{ 158a1f2b-f682-4f8f-9337-b36be14ac435 , 25a4ebd4-12c1-46bf-aede-fd2849cde90b , 5a1fbf1d-ec1d-46ff-a310-cb8faab3e906 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-19T05:24:09.844Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 25a4ebd4-12c1-46bf-aede-fd2849cde90b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-19T05:24:09.844Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:24:09.844Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-19T05:24:10.032Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:24:10.033Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 25a4ebd4-12c1-46bf-aede-fd2849cde90b 1164 2022-03-19T05:24:10.033Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-19T05:24:10.034Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-19T05:24:10.034Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:24:10.034Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:10.037Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:10.037Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667450033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:24:10.138Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:24:10.139Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:10.139Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:10.179Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:10.180Z||pool-97-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:11.038Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5a1fbf1d-ec1d-46ff-a310-cb8faab3e906 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-19T05:24:11.038Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:24:11.038Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-19T05:24:11.221Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:24:11.223Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5a1fbf1d-ec1d-46ff-a310-cb8faab3e906 200 2022-03-19T05:24:11.224Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-19T05:24:11.225Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-19T05:24:11.225Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:24:11.225Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:11.229Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:11.229Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667451224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:24:11.329Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-19T05:24:11.330Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:11.330Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:11.362Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:11.362Z||pool-98-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:12.234Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a51fb995-8a69-4a81-be9f-d116e7df3890 2022-03-19T05:24:12.235Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 380acb08-1503-4996-becb-d5d234c4a943 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 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=? 2022-03-19T05:24:12.257Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:24:12.262Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72b038f6, org.onap.sdc.toscaparser.api.parameters.Input@47667825, org.onap.sdc.toscaparser.api.parameters.Input@4f84be97, org.onap.sdc.toscaparser.api.parameters.Input@488f0016, org.onap.sdc.toscaparser.api.parameters.Input@3b8bf679] 2022-03-19T05:24:12.264Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:12.264Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:24:12.265Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-19T05:24:12.265Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= eec08804-cd7d-43b1-b531-20d054170308 2022-03-19T05:24:12.265Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eec08804-cd7d-43b1-b531-20d054170308 matches Tosca VF Customization UUID: eec08804-cd7d-43b1-b531-20d054170308 2022-03-19T05:24:12.265Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: eec08804-cd7d-43b1-b531-20d054170308 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-19T05:24:12.268Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:12.268Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:24:12.269Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id eec08804-cd7d-43b1-b531-20d054170308: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-03-19T05:24:12.270Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@157d4209 2022-03-19T05:24:12.270Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:12.270Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-19T05:24:12.270Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 74f9e0c2-2903-49a0-8031-f6d98ee1fb40 2022-03-19T05:24:12.270Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 74f9e0c2-2903-49a0-8031-f6d98ee1fb40 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-19T05:24:12.273Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:12.273Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-19T05:24:12.274Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:24:12.274Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:12.275Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-19T05:24:12.275Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:24:12.275Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:12.275Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-19T05:24:12.276Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-19T05:24:12.276Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=00f2d39c-a934-42e3-b3da-5508e0cf560c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-19T05:24:12.278Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:12.279Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-19T05:24:12.279Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:24:12.279Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:12.279Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-19T05:24:12.279Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=eec08804-cd7d-43b1-b531-20d054170308 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:24:12.283Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:12.284Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:24:12.284Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a51fb995-8a69-4a81-be9f-d116e7df3890: basic_cnf 2022-03-19T05:24:12.284Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:12.284Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:24:12.284Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:12.285Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:24:12.285Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:12.285Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:24:12.286Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:12.286Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:24:12.286Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:24:12.286Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:24:12.286Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:24:12.373Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 380acb08-1503-4996-becb-d5d234c4a943 1 ASDC deployResourceStructure 2022-03-19T05:24:12.374Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-19T05:24:12.374Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-03-19T05:24:12.374Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-19T05:24:12.374Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:12.377Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:12.377Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667452373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-19T05:24:12.477Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:24:12.478Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:12.478Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:12.531Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:12.532Z||pool-99-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:13.378Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-19T05:24:13.378Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-19T05:24:13.379Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-19T05:24:13.379Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:13.382Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:13.382Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667453378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-19T05:24:13.482Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:24:13.483Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:13.483Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:13.512Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:13.513Z||pool-100-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:14.384Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-19T05:24:14.385Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-19T05:24:14.385Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:24:14.385Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:14.389Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:14.390Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667454383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:24:14.490Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:24:14.491Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:14.491Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:14.512Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:14.513Z||pool-101-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:15.391Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-19T05:24:15.392Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-19T05:24:15.392Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:24:15.392Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:15.395Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:15.395Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667455391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:24:15.496Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:24:15.497Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:15.497Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:15.547Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:15.548Z||pool-102-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:16.396Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-19T05:24:16.396Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-19T05:24:16.397Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:24:16.397Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:16.400Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:16.400Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667456396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-19T05:24:16.500Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:24:16.502Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:16.502Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:16.535Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:16.535Z||pool-103-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:17.402Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-19T05:24:17.402Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-19T05:24:17.403Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:24:17.403Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:17.406Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:17.406Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667457402, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:24:17.507Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:24:17.507Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:17.508Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:17.602Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:17.603Z||pool-104-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:18.407Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9983c0f8-9094-42e4-994b-2892c6132188 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:24:18.450Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9983c0f8-9094-42e4-994b-2892c6132188 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:24:18.464Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:24:18.465Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:24:18.465Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-19T05:24:18.466Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-19T05:24:18.467Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:24:18.467Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:24:18.467Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:24:18.468Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:24:18.468Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:24:18.469Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:24:18.469Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:24:18.498Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-19T05:24:48.498Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9983c0f8-9094-42e4-994b-2892c6132188 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-19T05:24:48.505Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9983c0f8-9094-42e4-994b-2892c6132188 and serviceModelVersionId: a51fb995-8a69-4a81-be9f-d116e7df3890 2022-03-19T05:24:48.505Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3dcf2602-4ce7-4db6-887e-ea3eb124f7b0 2022-03-19T05:24:48.506Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3dcf2602-4ce7-4db6-887e-ea3eb124f7b0/model-vers/model-ver/a51fb995-8a69-4a81-be9f-d116e7df3890?depth=0 2022-03-19T05:24:48.511Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-19T05:24:48.585Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dcf2602-4ce7-4db6-887e-ea3eb124f7b0/model-vers/model-ver/a51fb995-8a69-4a81-be9f-d116e7df3890?depth=0|INFO|500||Invoke 2022-03-19T05:24:48.585Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dcf2602-4ce7-4db6-887e-ea3eb124f7b0/model-vers/model-ver/a51fb995-8a69-4a81-be9f-d116e7df3890?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dcf2602-4ce7-4db6-887e-ea3eb124f7b0/model-vers/model-ver/a51fb995-8a69-4a81-be9f-d116e7df3890?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9983c0f8-9094-42e4-994b-2892c6132188], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1056da88-5806-410a-9e00-7a5c3a7a43eb], X-ECOMP-RequestID=[9983c0f8-9094-42e4-994b-2892c6132188], X-TransactionId=[], X-ONAP-RequestID=[9983c0f8-9094-42e4-994b-2892c6132188], Content-Type=[application/merge-patch+json]} 2022-03-19T05:24:48.645Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dcf2602-4ce7-4db6-887e-ea3eb124f7b0/model-vers/model-ver/a51fb995-8a69-4a81-be9f-d116e7df3890?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-19T05:24:49.027Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dcf2602-4ce7-4db6-887e-ea3eb124f7b0/model-vers/model-ver/a51fb995-8a69-4a81-be9f-d116e7df3890?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/3dcf2602-4ce7-4db6-887e-ea3eb124f7b0/model-vers/model-ver/a51fb995-8a69-4a81-be9f-d116e7df3890?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220319-05:24:47:877-47767], vertex-id=[217320], Content-Length=[0], Date=[Sat, 19 Mar 2022 05:24:47 GMT], Content-Type=[application/json]} 2022-03-19T05:24:49.028Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dcf2602-4ce7-4db6-887e-ea3eb124f7b0/model-vers/model-ver/a51fb995-8a69-4a81-be9f-d116e7df3890?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-19T05:24:49.029Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dcf2602-4ce7-4db6-887e-ea3eb124f7b0/model-vers/model-ver/a51fb995-8a69-4a81-be9f-d116e7df3890?depth=0|INFO|500||InvokeReturn 2022-03-19T05:24:49.030Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-19T05:24:49.031Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:24:49.047Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-19T05:24:49.048Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9983c0f8-9094-42e4-994b-2892c6132188 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-19T05:24:49.048Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-19T05:24:49.049Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:49.051Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:49.051Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667489048, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:24:49.151Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:24:49.152Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:49.152Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:49.183Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:49.184Z||pool-105-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:24:50.071Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-19T05:24:50.072Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b964409-07a9-4152-a7ce-c191ca8937f4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"86b46991-048c-4803-a624-4a7f1eb4d52d","serviceDescription":"service","serviceInvariantUUID":"d275cdbc-729b-445b-8f7c-5d4025a45557","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d079b37a-a989-4c1e-a260-c09758c06f87","resourceInvariantUUID":"c8e244da-da9d-4314-9e63-fcbe03684c2e","resourceCustomizationUUID":"bc775564-52d7-4a6a-bf04-a194dd0326d2","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":"ZDMzYzU1MTI5ZTAyNjIyNDY1OGQ5YzkzMDg0NjY5ZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b6c8e46-bcc3-4b13-be4d-5d71d01edf6d","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":"NjQzYTAyNTYyZmVkMjFmMTA3NGE5ZDJkZjE4OWRkMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2e26fea-e4f2-4bc5-9e41-b2a59d0cb049","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":"bcd918c3-05c9-4587-a4f2-c98644d376f0","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":"27f7f17d-67fe-41e3-beea-8469f04e7add","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":"49977762-89b4-4b21-90f4-50b56ad642fa","artifactVersion":"2","generatedFromUUID":"bcd918c3-05c9-4587-a4f2-c98644d376f0"},{"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":"ZmYwNmNkMDlmZGNiYWU2NzMyZmZlNDA3MGVmZTNhYWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9fe9872c-f94a-432a-b668-19753df9e509","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":"ZDNmNmJhOGQ1MGU4ZWJhOWQ3N2JiYTZkYTI1ZDYyMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2dc6287-ba13-4c27-85c2-493e025405ff","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzgxZDMxN2NlYWQ0ZGVjN2Q3OWFmNTFkZTc4MzEwYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"880685a6-de74-470c-aa63-761aad72d04d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-19T05:24:50.073Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:24:50.073Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:50.076Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:50.076Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:24:50.176Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:24:50.177Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:50.177Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:50.210Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:50.211Z||pool-106-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:51.077Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:24:51.077Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:51.080Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:51.080Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:24:51.180Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:24:51.181Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:51.181Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:51.203Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:51.204Z||pool-107-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:52.081Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:24:52.082Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:52.084Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:52.085Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-19T05:24:52.184Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:24:52.185Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:52.185Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:52.207Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:52.207Z||pool-108-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:53.086Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:24:53.086Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:53.089Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:53.089Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:24:53.188Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:24:53.189Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:53.190Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:53.213Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:53.214Z||pool-109-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:54.090Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:24:54.090Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:54.093Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:54.094Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-19T05:24:54.193Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:24:54.198Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:54.199Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:54.220Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:54.221Z||pool-110-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:55.095Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:24:55.096Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:55.099Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:55.099Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:24:55.198Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:24:55.199Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:55.200Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:55.219Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:55.219Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:56.100Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:24:56.101Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:56.104Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:56.104Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:24:56.203Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:24:56.205Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:56.205Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:56.225Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:56.226Z||pool-112-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:24:57.105Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:24:57.106Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:57.110Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:57.111Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:24:57.210Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:24:57.212Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:57.213Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:57.259Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:57.260Z||pool-113-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:24:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:24:58.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:24:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:58.112Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "86b46991-048c-4803-a624-4a7f1eb4d52d", "serviceDescription": "service", "serviceInvariantUUID": "d275cdbc-729b-445b-8f7c-5d4025a45557", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "bc775564-52d7-4a6a-bf04-a194dd0326d2", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d079b37a-a989-4c1e-a260-c09758c06f87", "resourceInvariantUUID": "c8e244da-da9d-4314-9e63-fcbe03684c2e", "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": "NjQzYTAyNTYyZmVkMjFmMTA3NGE5ZDJkZjE4OWRkMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d2e26fea-e4f2-4bc5-9e41-b2a59d0cb049", "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": "bcd918c3-05c9-4587-a4f2-c98644d376f0", "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": "49977762-89b4-4b21-90f4-50b56ad642fa", "generatedFromUUID": "bcd918c3-05c9-4587-a4f2-c98644d376f0" }, "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": "49977762-89b4-4b21-90f4-50b56ad642fa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NzgxZDMxN2NlYWQ0ZGVjN2Q3OWFmNTFkZTc4MzEwYzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "880685a6-de74-470c-aa63-761aad72d04d" } ], "workloadContext": "Production" } 2022-03-19T05:24:58.112Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-19T05:24:58.113Z|9983c0f8-9094-42e4-994b-2892c6132188|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 86b46991-048c-4803-a624-4a7f1eb4d52d ASDC 2022-03-19T05:24:58.113Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:1b964409-07a9-4152-a7ce-c191ca8937f4 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:86b46991-048c-4803-a624-4a7f1eb4d52d ServiceInvariantUUID:d275cdbc-729b-445b-8f7c-5d4025a45557 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:880685a6-de74-470c-aa63-761aad72d04d ArtifactChecksum:NzgxZDMxN2NlYWQ0ZGVjN2Q3OWFmNTFkZTc4MzEwYzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:bc775564-52d7-4a6a-bf04-a194dd0326d2 ResourceInvariantUUID:c8e244da-da9d-4314-9e63-fcbe03684c2e ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:d079b37a-a989-4c1e-a260-c09758c06f87 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:d2e26fea-e4f2-4bc5-9e41-b2a59d0cb049 ArtifactChecksum:NjQzYTAyNTYyZmVkMjFmMTA3NGE5ZDJkZjE4OWRkMjQ= 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:bcd918c3-05c9-4587-a4f2-c98644d376f0 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:49977762-89b4-4b21-90f4-50b56ad642fa 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:49977762-89b4-4b21-90f4-50b56ad642fa ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-19T05:24:58.113Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86b46991-048c-4803-a624-4a7f1eb4d52d 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=? 2022-03-19T05:24:58.130Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:58.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:24:58.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:24:58.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:24:58.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:24:58.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:24:58.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:24:58.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:24:58.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-19T05:24:58.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:24:58.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:24:58.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:24:58.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:24:58.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:24:58.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-19T05:24:58.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:24:58.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:24:58.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:24:58.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:24:58.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:24:58.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:24:58.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:24:58.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:24:58.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667330124, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:24:58.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:24:58.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:24:58.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667333362, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:24:58.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:24:58.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:24:58.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667334537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:24:58.136Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:24:58.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:24:58.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667335827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:24:58.136Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:24:58.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:24:58.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667337051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:24:58.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:24:58.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:24:58.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667338055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:24:58.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:24:58.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:24:58.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667339059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-19T05:24:58.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:24:58.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:24:58.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667340063, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:24:58.138Z||pool-2-thread-4|||||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=? 2022-03-19T05:24:58.222Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:24:58.223Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:24:58.223Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:24:58.224Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 880685a6-de74-470c-aa63-761aad72d04d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-19T05:24:58.224Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:24:58.224Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-19T05:24:58.992Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:24:58.999Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 880685a6-de74-470c-aa63-761aad72d04d 78792 2022-03-19T05:24:59.000Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-19T05:24:59.000Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-19T05:24:59.001Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:24:59.001Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:24:59.005Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:24:59.005Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667498999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:24:59.104Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:24:59.106Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:24:59.106Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:24:59.151Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:24:59.152Z||pool-114-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:00.006Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:25:00.007Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:25:00.008Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 880685a6-de74-470c-aa63-761aad72d04d, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-19T05:25:00.008Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-19T05:25:00.008Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-19T05:25:00.009Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-19T05:25:00.270Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14074850618995269094/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_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 "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-19T05:25:01.699Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-19T05:25:01.700Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-19T05:25:01.700Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-19T05:25:01.700Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-19T05:25:01.700Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-19T05:25:01.700Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-19T05:25:01.701Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-19T05:25:01.701Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-19T05:25:01.701Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-19T05:25:01.701Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-19T05:25:01.701Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-19T05:25:01.701Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-19T05:25:01.701Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-19T05:25:01.702Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-19T05:25:01.702Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:01.702Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:01.702Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-19T05:25:01.703Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-19T05:25:01.704Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:25:01.704Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:01.704Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:01.704Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-19T05:25:01.705Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-19T05:25:01.705Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:25:01.705Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:01.705Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:01.705Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:01.706Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-19T05:25:01.706Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-19T05:25:01.706Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-19T05:25:01.706Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-19T05:25:01.706Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-19T05:25:01.706Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-19T05:25:01.707Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:01.707Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-19T05:25:01.707Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:01.707Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-19T05:25:01.707Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:25:01.708Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:01.708Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-19T05:25:01.708Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:25:01.708Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:01.708Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-19T05:25:01.709Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:25:01.709Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:01.709Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-19T05:25:01.709Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-19T05:25:01.709Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-19T05:25:01.710Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2eac5ea3-de12-480d-bbbe-353b597d4803 2022-03-19T05:25:01.710Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:01.710Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:01.710Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:01.710Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:01.710Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:01.711Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:01.711Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:01.711Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:01.711Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:86b46991-048c-4803-a624-4a7f1eb4d52d Model Version:NULL Model InvariantUuid:d275cdbc-729b-445b-8f7c-5d4025a45557 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:f2f3248d-3bfb-4f43-8cb8-ece689b6b3df Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c8e244da-da9d-4314-9e63-fcbe03684c2e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bc775564-52d7-4a6a-bf04-a194dd0326d2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b43fa996-bea6-495a-9888-eea23527bcb3 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:a19cb759-a545-49d4-97ef-7b9b769a1c9e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2eac5ea3-de12-480d-bbbe-353b597d4803 ModelInvariantUuid:24a4f362-af1a-4df5-bd9c-9275750abcca ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:b39f2f47-c363-45b9-88d2-ce6b6a080162 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dfe5d1cd-8690-4716-8286-accb6985c205 ModelInvariantUuid:6f020a43-c175-4a71-bfbf-271dd4ed92b4 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:970df471-3aa4-4d67-8faa-10c2786aa2b0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-19T05:25:01.721Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d079b37a-a989-4c1e-a260-c09758c06f87 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:25:01.725Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||basic_vm_macro 0 2022-03-19T05:25:01.725Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d079b37a-a989-4c1e-a260-c09758c06f87 2022-03-19T05:25:01.726Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d2e26fea-e4f2-4bc5-9e41-b2a59d0cb049 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-19T05:25:01.726Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:25:01.726Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-19T05:25:02.310Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:25:02.311Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d2e26fea-e4f2-4bc5-9e41-b2a59d0cb049 792 2022-03-19T05:25:02.311Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-19T05:25:02.311Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-19T05:25:02.311Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:25:02.312Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:02.315Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:02.316Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667502311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:25:02.415Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:25:02.417Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:02.417Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:02.434Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:02.435Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:03.317Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b43fa996-bea6-495a-9888-eea23527bcb3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a19cb759-a545-49d4-97ef-7b9b769a1c9e", "vfModuleModelCustomizationUUID": "753f0927-4e6e-4886-8acb-06679e68f120", "isBase": true, "artifacts": [ "bcd918c3-05c9-4587-a4f2-c98644d376f0", "49977762-89b4-4b21-90f4-50b56ad642fa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-19T05:25:03.321Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a19cb759-a545-49d4-97ef-7b9b769a1c9e VfModuleModelInvariantUUID:b43fa996-bea6-495a-9888-eea23527bcb3 VfModuleModelDescription:NULL Artifacts UUID List:{ bcd918c3-05c9-4587-a4f2-c98644d376f0 , 49977762-89b4-4b21-90f4-50b56ad642fa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-19T05:25:03.323Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b43fa996-bea6-495a-9888-eea23527bcb3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a19cb759-a545-49d4-97ef-7b9b769a1c9e", "vfModuleModelCustomizationUUID": "753f0927-4e6e-4886-8acb-06679e68f120", "isBase": true, "artifacts": [ "bcd918c3-05c9-4587-a4f2-c98644d376f0", "49977762-89b4-4b21-90f4-50b56ad642fa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-19T05:25:03.323Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a19cb759-a545-49d4-97ef-7b9b769a1c9e VfModuleModelInvariantUUID:b43fa996-bea6-495a-9888-eea23527bcb3 VfModuleModelDescription:NULL Artifacts UUID List:{ bcd918c3-05c9-4587-a4f2-c98644d376f0 , 49977762-89b4-4b21-90f4-50b56ad642fa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-19T05:25:03.323Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bcd918c3-05c9-4587-a4f2-c98644d376f0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-19T05:25:03.323Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:25:03.324Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-19T05:25:03.620Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:25:03.621Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml bcd918c3-05c9-4587-a4f2-c98644d376f0 5033 2022-03-19T05:25:03.621Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-19T05:25:03.621Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-19T05:25:03.622Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:25:03.622Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:03.624Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:03.624Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667503621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:25:03.724Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:25:03.725Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:03.725Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:03.769Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:03.769Z||pool-116-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:04.625Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 49977762-89b4-4b21-90f4-50b56ad642fa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-19T05:25:04.626Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:25:04.626Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-19T05:25:04.924Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:25:04.925Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 49977762-89b4-4b21-90f4-50b56ad642fa 903 2022-03-19T05:25:04.926Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-19T05:25:04.926Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-19T05:25:04.926Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:25:04.927Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:04.930Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:04.930Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667504926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:25:05.030Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-19T05:25:05.030Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:05.030Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:05.046Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:05.047Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:05.931Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 86b46991-048c-4803-a624-4a7f1eb4d52d 2022-03-19T05:25:05.931Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d079b37a-a989-4c1e-a260-c09758c06f87 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:25:05.954Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a82f5dd, org.onap.sdc.toscaparser.api.parameters.Input@69e0182a, org.onap.sdc.toscaparser.api.parameters.Input@1eab993, org.onap.sdc.toscaparser.api.parameters.Input@20b88086, org.onap.sdc.toscaparser.api.parameters.Input@4d79b551] 2022-03-19T05:25:05.956Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:05.957Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:05.957Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-19T05:25:05.957Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= bc775564-52d7-4a6a-bf04-a194dd0326d2 2022-03-19T05:25:05.958Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc775564-52d7-4a6a-bf04-a194dd0326d2 matches Tosca VF Customization UUID: bc775564-52d7-4a6a-bf04-a194dd0326d2 2022-03-19T05:25:05.958Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: bc775564-52d7-4a6a-bf04-a194dd0326d2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-19T05:25:05.960Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:05.961Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:05.961Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id bc775564-52d7-4a6a-bf04-a194dd0326d2: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-03-19T05:25:05.962Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@141bd486 2022-03-19T05:25:05.962Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:05.962Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-19T05:25:05.962Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 753f0927-4e6e-4886-8acb-06679e68f120 2022-03-19T05:25:05.962Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 753f0927-4e6e-4886-8acb-06679e68f120 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-19T05:25:05.965Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:05.965Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-19T05:25:05.966Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:25:05.966Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:05.967Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-19T05:25:05.967Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:25:05.967Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:05.967Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-19T05:25:05.967Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-19T05:25:05.968Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-19T05:25:05.968Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2eac5ea3-de12-480d-bbbe-353b597d4803 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-19T05:25:05.970Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:05.971Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-19T05:25:05.971Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-19T05:25:05.971Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:05.971Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-19T05:25:05.972Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=bc775564-52d7-4a6a-bf04-a194dd0326d2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:25:05.973Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:05.974Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:05.974Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 86b46991-048c-4803-a624-4a7f1eb4d52d: basic_vm_macro 2022-03-19T05:25:05.974Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:05.974Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:05.974Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:05.974Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:05.975Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:05.975Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:05.975Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:05.975Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:05.975Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:05.976Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:05.976Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:25:06.106Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d079b37a-a989-4c1e-a260-c09758c06f87 1 ASDC deployResourceStructure 2022-03-19T05:25:06.106Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-19T05:25:06.106Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-19T05:25:06.107Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:25:06.107Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:06.109Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:06.109Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667506106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:25:06.209Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:25:06.210Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:06.210Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:06.248Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:06.248Z||pool-118-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:07.110Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-19T05:25:07.110Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-19T05:25:07.111Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:25:07.111Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:07.113Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:07.113Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667507110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:25:07.213Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:25:07.215Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:07.215Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:07.260Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:07.261Z||pool-119-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:08.114Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-19T05:25:08.114Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-19T05:25:08.114Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:25:08.115Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:08.117Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:08.118Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667508114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-19T05:25:08.217Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:25:08.218Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:08.218Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:08.246Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:08.247Z||pool-120-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:25:09.119Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-19T05:25:09.119Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-19T05:25:09.119Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:25:09.119Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:09.121Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:09.121Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667509119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:25:09.221Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:25:09.222Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:09.222Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:09.249Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:09.250Z||pool-121-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:10.122Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b964409-07a9-4152-a7ce-c191ca8937f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:25:10.136Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b964409-07a9-4152-a7ce-c191ca8937f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:25:10.141Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:25:10.141Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:25:10.141Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-19T05:25:10.141Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-19T05:25:10.141Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:25:10.142Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:25:10.142Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:25:10.142Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:25:10.142Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:25:10.142Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:25:10.142Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:25:10.148Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-19T05:25:40.149Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b964409-07a9-4152-a7ce-c191ca8937f4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-19T05:25:40.155Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b964409-07a9-4152-a7ce-c191ca8937f4 and serviceModelVersionId: 86b46991-048c-4803-a624-4a7f1eb4d52d 2022-03-19T05:25:40.156Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d275cdbc-729b-445b-8f7c-5d4025a45557 2022-03-19T05:25:40.156Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d275cdbc-729b-445b-8f7c-5d4025a45557/model-vers/model-ver/86b46991-048c-4803-a624-4a7f1eb4d52d?depth=0 2022-03-19T05:25:40.161Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-19T05:25:40.220Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d275cdbc-729b-445b-8f7c-5d4025a45557/model-vers/model-ver/86b46991-048c-4803-a624-4a7f1eb4d52d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-19T05:25:40.223Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d275cdbc-729b-445b-8f7c-5d4025a45557/model-vers/model-ver/86b46991-048c-4803-a624-4a7f1eb4d52d?depth=0|INFO|500||Invoke 2022-03-19T05:25:40.266Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d275cdbc-729b-445b-8f7c-5d4025a45557/model-vers/model-ver/86b46991-048c-4803-a624-4a7f1eb4d52d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-19T05:25:40.923Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d275cdbc-729b-445b-8f7c-5d4025a45557/model-vers/model-ver/86b46991-048c-4803-a624-4a7f1eb4d52d?depth=0|INFO|500||InvokeReturn 2022-03-19T05:25:40.925Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d275cdbc-729b-445b-8f7c-5d4025a45557/model-vers/model-ver/86b46991-048c-4803-a624-4a7f1eb4d52d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220319-05:25:39:496-96297], vertex-id=[192560], Content-Length=[0], Date=[Sat, 19 Mar 2022 05:25:39 GMT], Content-Type=[application/json]} 2022-03-19T05:25:40.925Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-03-19T05:25:40.926Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-19T05:25:40.926Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:25:40.931Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-19T05:25:40.931Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b964409-07a9-4152-a7ce-c191ca8937f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-19T05:25:40.931Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-19T05:25:40.932Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:40.934Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:40.935Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667540931, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:25:41.034Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:25:41.036Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:41.036Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:41.059Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:41.061Z||pool-122-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:25:41.955Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-19T05:25:41.956Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bbf8be43-6463-4532-af5f-98af597c064e","serviceDescription":"service","serviceInvariantUUID":"3fbf02e5-87c9-40d8-aadf-465da4e82203","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4dfaca13-ef51-45e8-b849-82c569d73428","resourceInvariantUUID":"82c27b25-878c-49fa-8ca4-950290e082f3","resourceCustomizationUUID":"362c0a1a-9157-4739-9c9e-932640981d50","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":"ZjM3M2VhZWNlZjM4NjBmZWI1MjJiODEzMDM2NWMyOGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba3c04cb-b7d3-414e-9977-0238e5e97ca8","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":"b085e1c4-15eb-4d81-ba39-88df1c4a3987","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":"cb9dd6fb-8bfb-4a05-af17-f8874f9345e4","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":"MTY2NmViMzlhYzNhZjVmMmQxMTM3ZDVjNTRiNGY2OGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7e3ea0a9-9c5b-444d-aa0a-ac773fd94305","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":"51530201-8015-410b-911f-553db9d3140f","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":"1056a9fb-ac57-400a-bd4f-d8f3e84cb102","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":"45b8a1c3-578d-47de-af2e-3aba3753ae8a","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":"MGMxMjgxMTU3ODNhNmIyNTZkZDUxYWUyZDQ0YzA3ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc17d8d5-8044-47cc-9ca0-23621edf9856","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2VlOGFlNzUxZTgyNWQ4Y2QxNTI5NWI0NTJmNjM3ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4df431b2-57b3-46c6-8727-6dee9717a844","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-19T05:25:41.956Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:25:41.957Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:41.960Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:41.960Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:25:42.060Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:25:42.061Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:42.061Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:42.080Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:42.081Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:42.961Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:25:42.961Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:42.963Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:42.963Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:25:43.063Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:25:43.064Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:43.064Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:43.095Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:43.096Z||pool-124-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:43.964Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:25:43.964Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:43.967Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:43.967Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:25:44.066Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:25:44.067Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:44.067Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:44.085Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:44.086Z||pool-125-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:44.967Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:25:44.968Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:44.971Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:44.971Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:25:45.071Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:25:45.072Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:45.072Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:45.098Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:45.099Z||pool-126-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:45.972Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:25:45.972Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:45.974Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:45.974Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:25:46.074Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:25:46.075Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:46.075Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:46.098Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:46.098Z||pool-127-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:46.975Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:25:46.975Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:46.978Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:46.978Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:25:47.078Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:25:47.079Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:47.079Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:47.096Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:47.097Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:47.979Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:25:47.979Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:47.982Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:47.982Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:25:48.082Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:25:48.083Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:48.083Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:48.111Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:48.112Z||pool-129-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:25:48.983Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:25:48.984Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:48.986Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:48.986Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:25:49.086Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:25:49.087Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:49.087Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:49.141Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:49.142Z||pool-130-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:49.987Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:25:49.987Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:49.990Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:49.990Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:25:50.090Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:25:50.092Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:50.092Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:50.114Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:50.115Z||pool-131-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:25:50.991Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "bbf8be43-6463-4532-af5f-98af597c064e", "serviceDescription": "service", "serviceInvariantUUID": "3fbf02e5-87c9-40d8-aadf-465da4e82203", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "362c0a1a-9157-4739-9c9e-932640981d50", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4dfaca13-ef51-45e8-b849-82c569d73428", "resourceInvariantUUID": "82c27b25-878c-49fa-8ca4-950290e082f3", "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": "M2VlOGFlNzUxZTgyNWQ4Y2QxNTI5NWI0NTJmNjM3ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4df431b2-57b3-46c6-8727-6dee9717a844" } ], "workloadContext": "Production" } 2022-03-19T05:25:50.991Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-19T05:25:50.991Z|1b964409-07a9-4152-a7ce-c191ca8937f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bbf8be43-6463-4532-af5f-98af597c064e ASDC 2022-03-19T05:25:50.992Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:bbf8be43-6463-4532-af5f-98af597c064e ServiceInvariantUUID:3fbf02e5-87c9-40d8-aadf-465da4e82203 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:4df431b2-57b3-46c6-8727-6dee9717a844 ArtifactChecksum:M2VlOGFlNzUxZTgyNWQ4Y2QxNTI5NWI0NTJmNjM3ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:362c0a1a-9157-4739-9c9e-932640981d50 ResourceInvariantUUID:82c27b25-878c-49fa-8ca4-950290e082f3 ResourceName:test-pnf ResourceType:PNF ResourceUUID:4dfaca13-ef51-45e8-b849-82c569d73428 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-19T05:25:50.992Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bbf8be43-6463-4532-af5f-98af597c064e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:25:54.125Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:25:54.126Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:25:54.126Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:25:54.127Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4df431b2-57b3-46c6-8727-6dee9717a844 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-19T05:25:54.127Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-19T05:25:54.127Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-19T05:25:55.763Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-19T05:25:55.770Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4df431b2-57b3-46c6-8727-6dee9717a844 105644 2022-03-19T05:25:55.771Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-19T05:25:55.771Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-19T05:25:55.771Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:25:55.771Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:55.773Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:55.773Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667555771, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:25:55.873Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:25:55.874Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:55.874Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:55.894Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:55.895Z||pool-132-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:56.773Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:25:56.774Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-19T05:25:56.775Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4df431b2-57b3-46c6-8727-6dee9717a844, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-19T05:25:56.775Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-19T05:25:56.776Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-19T05:25:56.776Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-19T05:25:56.961Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7613783407131275627/Definitions/service-TestPnfMacro-template.yml 2022-03-19T05:25:57.748Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-19T05:25:57.749Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-19T05:25:57.749Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-19T05:25:57.749Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-19T05:25:57.749Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-19T05:25:57.749Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-19T05:25:57.749Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-19T05:25:57.749Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-19T05:25:57.749Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-19T05:25:57.750Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-19T05:25:57.750Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-19T05:25:57.750Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-19T05:25:57.750Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:57.750Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:57.751Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-19T05:25:57.751Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-19T05:25:57.751Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:25:57.751Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:57.751Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:57.751Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-19T05:25:57.752Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-19T05:25:57.752Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:25:57.752Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:57.752Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:57.752Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:57.752Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:57.752Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:57.753Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:57.753Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:57.754Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:57.754Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:57.754Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:57.754Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:bbf8be43-6463-4532-af5f-98af597c064e Model Version:NULL Model InvariantUuid:3fbf02e5-87c9-40d8-aadf-465da4e82203 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-19T05:25:57.773Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4dfaca13-ef51-45e8-b849-82c569d73428 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:25:57.776Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||test-pnf 0 2022-03-19T05:25:57.777Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4dfaca13-ef51-45e8-b849-82c569d73428 2022-03-19T05:25:57.777Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||No resources found for Service: bbf8be43-6463-4532-af5f-98af597c064e 2022-03-19T05:25:57.777Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bbf8be43-6463-4532-af5f-98af597c064e 2022-03-19T05:25:57.777Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 4dfaca13-ef51-45e8-b849-82c569d73428 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:25:57.784Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13f92902, org.onap.sdc.toscaparser.api.parameters.Input@6db588, org.onap.sdc.toscaparser.api.parameters.Input@52e5dfc7, org.onap.sdc.toscaparser.api.parameters.Input@1ced6568, org.onap.sdc.toscaparser.api.parameters.Input@4686fece] 2022-03-19T05:25:57.784Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:57.784Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:57.785Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bbf8be43-6463-4532-af5f-98af597c064e: test-pnf 2022-03-19T05:25:57.785Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||Processing PNF resource: 4dfaca13-ef51-45e8-b849-82c569d73428 2022-03-19T05:25:57.785Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:25:57.785Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:25:57.786Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||Resource customization UUID: 362c0a1a-9157-4739-9c9e-932640981d50 is the same as notified resource customizationUUID: 362c0a1a-9157-4739-9c9e-932640981d50 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-19T05:25:57.834Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 4dfaca13-ef51-45e8-b849-82c569d73428 0 ASDC deployResourceStructure 2022-03-19T05:25:57.835Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-19T05:25:57.835Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-19T05:25:57.836Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:25:57.836Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:25:57.839Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:25:57.839Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667557835, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:25:57.938Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:25:57.940Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:25:57.940Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:57.979Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:57.980Z||pool-133-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:25:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:25:58.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:25:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:25:58.085Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:25:58.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "302ddd50-1204-4694-9d6d-c5e6299a27be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667379394, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:25:58.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:25:58.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:25:58.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:25:58.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:25:58.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:25:58.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:25:58.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:25:58.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-19T05:25:58.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:25:58.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:25:58.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:25:58.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-19T05:25:58.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:25:58.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:25:58.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:25:58.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:25:58.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:25:58.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667389337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:25:58.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:25:58.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667392221, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:25:58.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:25:58.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667393369, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:25:58.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:25:58.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667394536, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:25:58.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:25:58.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667396627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:25:58.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:25:58.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667397632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:25:58.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:25:58.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667398637, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-19T05:25:58.100Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:25:58.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667399641, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:25:58.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:25:58.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "183098bc-e83f-46e3-988f-475dc449f015", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667431574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:25:58.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:25:58.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:25:58.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:25:58.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-19T05:25:58.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:25:58.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-19T05:25:58.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:25:58.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:25:58.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:25:58.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-19T05:25:58.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:25:58.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:25:58.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:25:58.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:25:58.840Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:25:58.852Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:25:58.855Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:25:58.855Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:25:58.855Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-19T05:25:58.855Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-19T05:25:58.855Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:25:58.855Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:25:58.856Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:25:58.856Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:25:58.856Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:25:58.856Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:25:58.857Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:25:58.857Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:25:58.862Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-19T05:26:28.862Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-19T05:26:28.870Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a and serviceModelVersionId: bbf8be43-6463-4532-af5f-98af597c064e 2022-03-19T05:26:28.870Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fbf02e5-87c9-40d8-aadf-465da4e82203 2022-03-19T05:26:28.871Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fbf02e5-87c9-40d8-aadf-465da4e82203/model-vers/model-ver/bbf8be43-6463-4532-af5f-98af597c064e?depth=0 2022-03-19T05:26:28.878Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-19T05:26:28.942Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbf02e5-87c9-40d8-aadf-465da4e82203/model-vers/model-ver/bbf8be43-6463-4532-af5f-98af597c064e?depth=0|INFO|500||Invoke 2022-03-19T05:26:28.943Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbf02e5-87c9-40d8-aadf-465da4e82203/model-vers/model-ver/bbf8be43-6463-4532-af5f-98af597c064e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbf02e5-87c9-40d8-aadf-465da4e82203/model-vers/model-ver/bbf8be43-6463-4532-af5f-98af597c064e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb465b25-4e92-49b4-84b7-e5dbcdcd26c4], X-ECOMP-RequestID=[e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a], X-TransactionId=[], X-ONAP-RequestID=[e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a], Content-Type=[application/merge-patch+json]} 2022-03-19T05:26:28.967Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbf02e5-87c9-40d8-aadf-465da4e82203/model-vers/model-ver/bbf8be43-6463-4532-af5f-98af597c064e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-19T05:26:29.770Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbf02e5-87c9-40d8-aadf-465da4e82203/model-vers/model-ver/bbf8be43-6463-4532-af5f-98af597c064e?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/3fbf02e5-87c9-40d8-aadf-465da4e82203/model-vers/model-ver/bbf8be43-6463-4532-af5f-98af597c064e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220319-05:26:28:194-65339], vertex-id=[221368], Content-Length=[0], Date=[Sat, 19 Mar 2022 05:26:28 GMT], Content-Type=[application/json]} 2022-03-19T05:26:29.770Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbf02e5-87c9-40d8-aadf-465da4e82203/model-vers/model-ver/bbf8be43-6463-4532-af5f-98af597c064e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-19T05:26:29.771Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fbf02e5-87c9-40d8-aadf-465da4e82203/model-vers/model-ver/bbf8be43-6463-4532-af5f-98af597c064e?depth=0|INFO|500||InvokeReturn 2022-03-19T05:26:29.772Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-19T05:26:29.772Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:26:29.780Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-19T05:26:29.781Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-19T05:26:29.781Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-19T05:26:29.782Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:26:29.784Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:26:29.784Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667589781, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:26:29.884Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:26:29.885Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:26:29.885Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:26:29.982Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:26:29.983Z||pool-134-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:26:30.799Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:26:30.799Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:26:30.800Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:26:41.356Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:26:41.356Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:26:41.357Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:26:41.357Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:26:50.945Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:26:50.946Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:26:50.947Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:26:50.947Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:26:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:26:58.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:26:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:26:58.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:26:58.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-19T05:26:58.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:26:58.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:26:58.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:26:58.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:26:58.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:26:58.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667443316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:26:58.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:26:58.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667446220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:26:58.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:26:58.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667447516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-19T05:26:58.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:26:58.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667448827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:26:58.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:26:58.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667450033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:26:58.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:26:58.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667451224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:26:58.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:26:58.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667452373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-19T05:26:58.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:26:58.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667453378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-19T05:26:58.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:26:58.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667454383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:26:58.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:26:58.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667455391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:26:58.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:26:58.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667456396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-19T05:26:58.089Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:26:58.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667457402, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:26:58.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:26:58.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9983c0f8-9094-42e4-994b-2892c6132188", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667489048, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:26:58.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:26:58.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:26:58.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:26:58.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-19T05:26:58.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:26:58.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-19T05:26:58.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:26:58.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:26:58.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:26:58.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-19T05:26:58.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:26:58.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:26:58.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:26:58.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:26:58.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:26:58.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-19T05:26:58.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:26:58.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-19T05:27:00.545Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:00.545Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:27:00.546Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:27:00.546Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:27:10.190Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:10.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:27:10.191Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:27:10.192Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:27:19.803Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:19.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:27:19.804Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:27:19.804Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:27:29.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:29.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:27:29.384Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:27:29.384Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:27:38.728Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:38.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-19T05:27:38.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3353991-b2dd-4151-83d9-3202567fe3cf","serviceName":"Demo_pNF_IvYF4br38qjo91ri9zRB","serviceVersion":"1.0","serviceUUID":"8ea7467e-2220-48d8-96de-6470cc95ddcf","serviceDescription":"catalog service description","serviceInvariantUUID":"46c53aa9-0fff-4ab5-a912-b4d3958c3303","resources":[{"resourceInstanceName":"pNF 3f5cf94c-a1e0 0","resourceName":"pNF 3f5cf94c-a1e0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1e637f61-a70f-4dbf-95d0-6c601e585031","resourceInvariantUUID":"da2d9cc0-4a3d-472f-8767-e217f81ce540","resourceCustomizationUUID":"ad028cb3-63ae-4dbb-8b3e-96521798e8fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vf-license-model.xml","artifactChecksum":"MzFjYTljZjBhYjEzYjUzNjNiMWVlODU2OWJiYTFjYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8074addc-5118-49c9-8765-a3b15edb6bb8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/pNF.csar","artifactChecksum":"YWNlNGViMjMzZWJiN2MyZDFjNzQyY2I5OTc4MGU0OTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d57aa4a3-5bea-45fb-ad3c-da19de51d439","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1d894196-7b32-4d9f-84e6-93424ae7c073","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vendor-license-model.xml","artifactChecksum":"MDMyMmUyOTlmNmZhOWU1NmFmZGQ0Y2JjN2ZkMDk3MGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"05a168a9-6465-4e9d-9729-df3f13196cad","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4c764ba-9002-4e02-b948-33cf9ff1b7bc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85f51d9a-8dca-49c6-98be-55fac111bc0b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIvyf4br38qjo91ri9zrb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-template.yml","artifactChecksum":"YjdmZjc4MzFlNTVmOTBhODY1ZWRmMDVmYWViNmVmYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fb669d4-77c1-4e35-a0d9-061f096e0cdc","artifactVersion":"1"},{"artifactName":"service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar","artifactChecksum":"OTczZTRkZDg0NzVhM2QzZmFjY2NjYmRjOGM3OGNhMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4afe5bf4-0edf-4a61-8461-af8a9147c353","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-19T05:27:38.732Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:27:38.732Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:27:38.735Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:27:38.735Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:27:38.835Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:27:38.836Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:27:38.836Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:27:38.892Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:38.893Z||pool-135-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:27:39.735Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:27:39.735Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:27:39.738Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:27:39.738Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:27:39.838Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:27:39.839Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:27:39.839Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:27:39.931Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:39.931Z||pool-136-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:27:40.738Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:27:40.739Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:27:40.740Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:27:40.740Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:27:40.840Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:27:40.841Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:27:40.841Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:27:40.874Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:40.874Z||pool-137-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:27:41.741Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:27:41.742Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:27:41.745Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:27:41.745Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:27:41.844Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:27:41.846Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:27:41.846Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:27:41.902Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:41.903Z||pool-138-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:27:42.746Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:27:42.746Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:27:42.748Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:27:42.749Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:27:42.848Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:27:42.849Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:27:42.849Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:27:42.917Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:42.918Z||pool-139-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:27:43.749Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:27:43.750Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:27:43.752Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:27:43.753Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:27:43.852Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:27:43.854Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:27:43.854Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:27:43.910Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:43.911Z||pool-140-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:27:44.758Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:27:44.758Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:27:44.765Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:27:44.765Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:27:44.861Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-19T05:27:44.862Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:27:44.862Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:27:44.901Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:44.902Z||pool-141-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:27:45.766Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:27:45.767Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:27:45.770Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:27:45.770Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:27:45.869Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:27:45.870Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:27:45.870Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:27:45.965Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:45.966Z||pool-142-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:27:46.771Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "serviceName": "Demo_pNF_IvYF4br38qjo91ri9zRB", "serviceVersion": "1.0", "serviceUUID": "8ea7467e-2220-48d8-96de-6470cc95ddcf", "serviceDescription": "catalog service description", "serviceInvariantUUID": "46c53aa9-0fff-4ab5-a912-b4d3958c3303", "resources": [ { "resourceInstanceName": "pNF 3f5cf94c-a1e0 0", "resourceCustomizationUUID": "ad028cb3-63ae-4dbb-8b3e-96521798e8fd", "resourceName": "pNF 3f5cf94c-a1e0", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1e637f61-a70f-4dbf-95d0-6c601e585031", "resourceInvariantUUID": "da2d9cc0-4a3d-472f-8767-e217f81ce540", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "artifactChecksum": "OTczZTRkZDg0NzVhM2QzZmFjY2NjYmRjOGM3OGNhMGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4afe5bf4-0edf-4a61-8461-af8a9147c353" } ], "workloadContext": "Production" } 2022-03-19T05:27:46.771Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-19T05:27:46.772Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8ea7467e-2220-48d8-96de-6470cc95ddcf ASDC 2022-03-19T05:27:46.772Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:e3353991-b2dd-4151-83d9-3202567fe3cf ServiceName:Demo_pNF_IvYF4br38qjo91ri9zRB ServiceVersion:1.0 ServiceUUID:8ea7467e-2220-48d8-96de-6470cc95ddcf ServiceInvariantUUID:46c53aa9-0fff-4ab5-a912-b4d3958c3303 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar ArtifactUUID:4afe5bf4-0edf-4a61-8461-af8a9147c353 ArtifactChecksum:OTczZTRkZDg0NzVhM2QzZmFjY2NjYmRjOGM3OGNhMGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3f5cf94c-a1e0 0 ResourceCustomizationUUID:ad028cb3-63ae-4dbb-8b3e-96521798e8fd ResourceInvariantUUID:da2d9cc0-4a3d-472f-8767-e217f81ce540 ResourceName:pNF 3f5cf94c-a1e0 ResourceType:PNF ResourceUUID:1e637f61-a70f-4dbf-95d0-6c601e585031 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-19T05:27:46.773Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ea7467e-2220-48d8-96de-6470cc95ddcf ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:27:46.849Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:27:46.849Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-19T05:27:46.850Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-19T05:27:46.850Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4afe5bf4-0edf-4a61-8461-af8a9147c353 from URL: /sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:46.850Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-19T05:27:46.851Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:47.327Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-19T05:27:47.331Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 4afe5bf4-0edf-4a61-8461-af8a9147c353 82612 2022-03-19T05:27:47.333Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar ASDC sendASDCNotification 2022-03-19T05:27:47.333Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:47.333Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:27:47.334Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:27:47.336Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:27:47.336Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667667333, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:27:47.436Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:27:47.436Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:27:47.436Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:27:47.462Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:47.463Z||pool-143-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:27:48.337Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:27:48.338Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-19T05:27:48.339Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4afe5bf4-0edf-4a61-8461-af8a9147c353, URL: /sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar to file: /app/ASDC/1/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:48.339Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:48.339Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:48.340Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:48.471Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15053063071939728989/Definitions/service-DemoPnfIvyf4br38qjo91ri9zrb-template.yml 2022-03-19T05:27:49.533Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-19T05:27:49.534Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-19T05:27:49.535Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:49.535Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-19T05:27:49.535Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3f5cf94c-a1e0 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-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:49.535Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:49.535Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:49.535Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:49.536Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:49.536Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:49.536Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:49.536Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-19T05:27:49.536Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:27:49.536Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IvYF4br38qjo91ri9zRB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:27:49.537Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Node template pNF 3f5cf94c-a1e0 0 is matching search criteria 2022-03-19T05:27:49.537Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-19T05:27:49.537Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3f5cf94c-a1e0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:27:49.538Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:27:49.538Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IvYF4br38qjo91ri9zRB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:27:49.538Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Node template pNF 3f5cf94c-a1e0 0 is matching search criteria 2022-03-19T05:27:49.538Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-19T05:27:49.538Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3f5cf94c-a1e0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:27:49.539Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:27:49.539Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IvYF4br38qjo91ri9zRB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:27:49.539Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:27:49.539Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IvYF4br38qjo91ri9zRB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:27:49.539Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:27:49.540Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IvYF4br38qjo91ri9zRB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:27:49.540Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:27:49.540Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IvYF4br38qjo91ri9zRB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:27:49.540Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:27:49.540Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IvYF4br38qjo91ri9zRB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:27:49.541Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_IvYF4br38qjo91ri9zRB Description:catalog service description Model UUID:8ea7467e-2220-48d8-96de-6470cc95ddcf Model Version:NULL Model InvariantUuid:46c53aa9-0fff-4ab5-a912-b4d3958c3303 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-19T05:27:49.556Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1e637f61-a70f-4dbf-95d0-6c601e585031 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:27:49.568Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||pNF 3f5cf94c-a1e0 0 2022-03-19T05:27:49.569Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1e637f61-a70f-4dbf-95d0-6c601e585031 2022-03-19T05:27:49.569Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 8ea7467e-2220-48d8-96de-6470cc95ddcf 2022-03-19T05:27:49.569Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8ea7467e-2220-48d8-96de-6470cc95ddcf 2022-03-19T05:27:49.569Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3f5cf94c-a1e0 0 1e637f61-a70f-4dbf-95d0-6c601e585031 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:27:49.585Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f4d70b4, org.onap.sdc.toscaparser.api.parameters.Input@3ca826d9, org.onap.sdc.toscaparser.api.parameters.Input@7ba55aac, org.onap.sdc.toscaparser.api.parameters.Input@2f4c1377, org.onap.sdc.toscaparser.api.parameters.Input@4be00efa] 2022-03-19T05:27:49.586Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:27:49.586Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IvYF4br38qjo91ri9zRB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:27:49.586Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8ea7467e-2220-48d8-96de-6470cc95ddcf: pNF 3f5cf94c-a1e0 2022-03-19T05:27:49.586Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||Processing PNF resource: 1e637f61-a70f-4dbf-95d0-6c601e585031 2022-03-19T05:27:49.587Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:27:49.587Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_IvYF4br38qjo91ri9zRB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:27:49.588Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||Resource customization UUID: ad028cb3-63ae-4dbb-8b3e-96521798e8fd is the same as notified resource customizationUUID: ad028cb3-63ae-4dbb-8b3e-96521798e8fd Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-19T05:27:49.724Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3f5cf94c-a1e0 1e637f61-a70f-4dbf-95d0-6c601e585031 0 ASDC deployResourceStructure 2022-03-19T05:27:49.724Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar ASDC sendASDCNotification 2022-03-19T05:27:49.725Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar 2022-03-19T05:27:49.725Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:27:49.725Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:27:49.728Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:27:49.728Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667669724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:27:49.827Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:27:49.829Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:27:49.829Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:27:49.858Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:49.859Z||pool-144-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:27:50.729Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:27:50.750Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:27:50.753Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:27:50.753Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:27:50.754Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:27:58.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:27:58.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:27:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:27:58.085Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:27:58.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667498999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:27:58.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:27:58.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667502311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-19T05:27:58.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:27:58.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667503621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:27:58.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:27:58.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667504926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-19T05:27:58.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:27:58.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667506106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-19T05:27:58.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:27:58.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667507110, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:27:58.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:27:58.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667508114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-19T05:27:58.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:27:58.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667509119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:27:58.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:27:58.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b964409-07a9-4152-a7ce-c191ca8937f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667540931, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:27:58.090Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:27:58.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:27:58.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-19T05:27:58.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:27:58.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-19T05:27:58.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:27:58.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-19T05:27:58.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-19T05:27:58.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-19T05:27:58.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:27:58.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-19T05:27:58.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:27:58.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-19T05:27:58.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:27:58.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-19T05:27:58.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:27:58.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-19T05:27:58.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667317190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:27:58.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-19T05:27:58.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667555771, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:27:58.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:27:58.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-19T05:27:58.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667557835, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:27:58.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:28:20.755Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:28:20.767Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:28:20.769Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:28:20.769Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:28:20.769Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:28:50.770Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:28:50.787Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:28:50.789Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:28:50.789Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:28:50.789Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:28:58.014Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:28:58.015Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:28:58.016Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:28:58.129Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:28:58.130Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:28:58.130Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667589781, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:28:58.132Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:29:20.790Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:29:20.805Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:29:20.808Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:29:20.808Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:29:20.809Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:29:50.809Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:29:50.820Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:29:50.823Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:29:50.823Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:29:50.823Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:29:58.014Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:29:58.015Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:29:58.015Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:29:58.082Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:29:58.084Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.084Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.085Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.085Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.085Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "ves-openapi-manager", "timestamp": 1647667656266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.085Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.086Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.086Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "cds", "timestamp": 1647667650837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.086Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.086Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.086Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "aai-ml", "timestamp": 1647667653016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.086Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.086Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.087Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "clamp", "timestamp": 1647667647116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.087Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.087Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.087Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "ves-openapi-manager", "timestamp": 1647667656266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.087Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.087Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.087Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "aai-ml", "timestamp": 1647667653016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.087Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.088Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.088Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "cds", "timestamp": 1647667650837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.088Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.088Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.088Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.088Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.088Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.088Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "clamp", "timestamp": 1647667647116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.089Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.089Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.089Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "policy-id", "timestamp": 1647667659488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.089Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.089Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.089Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.089Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.090Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.090Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "aai-ml", "timestamp": 1647667653016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.090Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.090Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.090Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "cds", "timestamp": 1647667650837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.090Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.090Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.091Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "ves-openapi-manager", "timestamp": 1647667656266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.091Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.091Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.091Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "clamp", "timestamp": 1647667647116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.091Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.091Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.091Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "policy-id", "timestamp": 1647667659488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.091Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.092Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.092Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.092Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.092Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.092Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "aai-ml", "timestamp": 1647667653016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.092Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.092Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.092Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "cds", "timestamp": 1647667650837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.093Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.093Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.093Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "ves-openapi-manager", "timestamp": 1647667656266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.093Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.093Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.093Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "clamp", "timestamp": 1647667647116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.093Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.094Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.094Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "policy-id", "timestamp": 1647667659488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.094Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.094Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.094Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "ves-openapi-manager", "timestamp": 1647667656266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.094Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.094Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.094Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "cds", "timestamp": 1647667650837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.095Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.095Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.095Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "aai-ml", "timestamp": 1647667653016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.095Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.095Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.095Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.095Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.095Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.096Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "clamp", "timestamp": 1647667647116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.096Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.096Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.096Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "policy-id", "timestamp": 1647667659488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.096Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.096Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.096Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "ves-openapi-manager", "timestamp": 1647667656266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-19T05:29:58.096Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.096Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.097Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "aai-ml", "timestamp": 1647667653016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.097Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.097Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.097Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "cds", "timestamp": 1647667650837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.097Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.097Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.097Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.097Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.098Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.098Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "clamp", "timestamp": 1647667647116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.098Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.098Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.098Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "policy-id", "timestamp": 1647667659488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.098Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.098Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.098Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.098Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.099Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.099Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "cds", "timestamp": 1647667650837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.099Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.099Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.099Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "aai-ml", "timestamp": 1647667653016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.099Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.099Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.099Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "ves-openapi-manager", "timestamp": 1647667656266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.099Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.100Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.100Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "clamp", "timestamp": 1647667647116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.100Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.100Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.100Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "policy-id", "timestamp": 1647667659488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.100Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.100Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.100Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "aai-ml", "timestamp": 1647667653016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:29:58.101Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.101Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.101Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "cds", "timestamp": 1647667650837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:29:58.101Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.101Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.101Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "ves-openapi-manager", "timestamp": 1647667656266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.101Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.101Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.102Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667649383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:29:58.102Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.102Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.102Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "clamp", "timestamp": 1647667647116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:29:58.102Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.102Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.102Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "policy-id", "timestamp": 1647667659488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.102Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.102Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.103Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "multicloud-k8s-id", "timestamp": 1647667665580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.103Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.103Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.103Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "aai-ml", "timestamp": 1647667666149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:29:58.103Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:29:58.103Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.103Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "ves-openapi-manager", "timestamp": 1647667666313, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:29:58.103Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:29:58.103Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.103Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "policy-id", "timestamp": 1647667659488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:29:58.104Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.104Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.104Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "cds", "timestamp": 1647667666993, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:29:58.104Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:29:58.104Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.104Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667667333, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:29:58.104Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:29:58.104Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.104Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "multicloud-k8s-id", "timestamp": 1647667665580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.105Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.105Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.105Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "dcae-sch", "timestamp": 1647667665648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.105Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.105Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.105Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "cds", "timestamp": 1647667668002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:29:58.115Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3353991-b2dd-4151-83d9-3202567fe3cf 2022-03-19T05:29:58.115Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3353991-b2dd-4151-83d9-3202567fe3cf and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:29:58.132Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.133Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "multicloud-k8s-id", "timestamp": 1647667665580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.133Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.133Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.133Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "ves-openapi-manager", "timestamp": 1647667667667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:29:58.133Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:29:58.133Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.133Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "dcae-sch", "timestamp": 1647667665648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.133Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.133Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.134Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "policy-id", "timestamp": 1647667668853, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:29:58.134Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:29:58.134Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.134Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "multicloud-k8s-id", "timestamp": 1647667665580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.134Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.134Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.134Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "ves-openapi-manager", "timestamp": 1647667668681, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:29:58.138Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e3353991-b2dd-4151-83d9-3202567fe3cf 2022-03-19T05:29:58.139Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3353991-b2dd-4151-83d9-3202567fe3cf and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:29:58.148Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.148Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667669724, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:29:58.148Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:29:58.149Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.149Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "dcae-sch", "timestamp": 1647667665648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.149Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.149Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.149Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "policy-id", "timestamp": 1647667669860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:29:58.149Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:29:58.149Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.149Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "multicloud-k8s-id", "timestamp": 1647667665580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.149Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.149Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.149Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "dcae-sch", "timestamp": 1647667665648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.150Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.150Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.150Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "policy-id", "timestamp": 1647667670864, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:29:58.154Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3353991-b2dd-4151-83d9-3202567fe3cf 2022-03-19T05:29:58.154Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3353991-b2dd-4151-83d9-3202567fe3cf and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:29:58.165Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.166Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "multicloud-k8s-id", "timestamp": 1647667665580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.166Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.166Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.166Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667670797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.166Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.166Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.166Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "dcae-sch", "timestamp": 1647667665648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.167Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.167Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.167Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "multicloud-k8s-id", "timestamp": 1647667665580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.167Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.167Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.167Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667670797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.167Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.167Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.167Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "dcae-sch", "timestamp": 1647667665648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.167Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.167Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.167Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "multicloud-k8s-id", "timestamp": 1647667665580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:29:58.168Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.168Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.168Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667670797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.168Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.168Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.168Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "dcae-sch", "timestamp": 1647667665648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.168Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.168Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.168Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667670797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.168Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.168Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.169Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "dcae-sch", "timestamp": 1647667665648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.169Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.169Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.169Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667670797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.169Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.169Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.170Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "aai-ml", "timestamp": 1647667675267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:29:58.170Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:29:58.170Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.170Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667670797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/resourceInstances/pnf3f5cf94ca1e00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.170Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:29:58.170Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.170Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "aai-ml", "timestamp": 1647667676271, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:29:58.178Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3353991-b2dd-4151-83d9-3202567fe3cf 2022-03-19T05:29:58.178Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3353991-b2dd-4151-83d9-3202567fe3cf and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:29:58.188Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:29:58.189Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667670797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:29:58.189Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:30:20.824Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:30:20.853Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:30:20.859Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:30:20.859Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:30:20.860Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:30:20.860Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:30:50.860Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:30:50.870Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:30:50.872Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:30:50.872Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:30:50.872Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:30:50.872Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:30:58.014Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:30:58.015Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:30:58.015Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:30:58.619Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:30:58.620Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:30:58.620Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667670797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:30:58.621Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:30:58.621Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:30:58.621Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "clamp", "timestamp": 1647667678038, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:30:58.621Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:30:58.621Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:30:58.621Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667679976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:30:58.622Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:30:58.622Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:30:58.622Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "clamp", "timestamp": 1647667679176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:30:58.622Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:30:58.622Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:30:58.622Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "clamp", "timestamp": 1647667680191, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:30:58.642Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e3353991-b2dd-4151-83d9-3202567fe3cf 2022-03-19T05:30:58.642Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3353991-b2dd-4151-83d9-3202567fe3cf and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:30:58.662Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:30:58.662Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667682666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIvyf4br38qjo91ri9zrb/1.0/artifacts/service-DemoPnfIvyf4br38qjo91ri9zrb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:30:58.663Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:30:58.663Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:30:58.663Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667683672, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:30:58.669Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3353991-b2dd-4151-83d9-3202567fe3cf 2022-03-19T05:30:58.669Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3353991-b2dd-4151-83d9-3202567fe3cf and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:31:20.873Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:31:20.889Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:31:20.895Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:31:20.895Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:31:20.895Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-19T05:31:20.895Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-19T05:31:20.896Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:31:20.896Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:31:20.896Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:31:20.896Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:31:20.896Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:31:20.897Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:31:20.897Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:31:20.897Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:31:20.905Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-19T05:31:50.906Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3353991-b2dd-4151-83d9-3202567fe3cf and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-19T05:31:50.912Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3353991-b2dd-4151-83d9-3202567fe3cf and serviceModelVersionId: 8ea7467e-2220-48d8-96de-6470cc95ddcf 2022-03-19T05:31:50.912Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46c53aa9-0fff-4ab5-a912-b4d3958c3303 2022-03-19T05:31:50.914Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46c53aa9-0fff-4ab5-a912-b4d3958c3303/model-vers/model-ver/8ea7467e-2220-48d8-96de-6470cc95ddcf?depth=0 2022-03-19T05:31:50.922Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-19T05:31:50.988Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46c53aa9-0fff-4ab5-a912-b4d3958c3303/model-vers/model-ver/8ea7467e-2220-48d8-96de-6470cc95ddcf?depth=0|INFO|500||Invoke 2022-03-19T05:31:50.989Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46c53aa9-0fff-4ab5-a912-b4d3958c3303/model-vers/model-ver/8ea7467e-2220-48d8-96de-6470cc95ddcf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46c53aa9-0fff-4ab5-a912-b4d3958c3303/model-vers/model-ver/8ea7467e-2220-48d8-96de-6470cc95ddcf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e3353991-b2dd-4151-83d9-3202567fe3cf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0cfe8fc6-2188-4280-a551-81a68fa004db], X-ECOMP-RequestID=[e3353991-b2dd-4151-83d9-3202567fe3cf], X-TransactionId=[], X-ONAP-RequestID=[e3353991-b2dd-4151-83d9-3202567fe3cf], Content-Type=[application/merge-patch+json]} 2022-03-19T05:31:51.054Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46c53aa9-0fff-4ab5-a912-b4d3958c3303/model-vers/model-ver/8ea7467e-2220-48d8-96de-6470cc95ddcf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-19T05:31:51.939Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46c53aa9-0fff-4ab5-a912-b4d3958c3303/model-vers/model-ver/8ea7467e-2220-48d8-96de-6470cc95ddcf?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/46c53aa9-0fff-4ab5-a912-b4d3958c3303/model-vers/model-ver/8ea7467e-2220-48d8-96de-6470cc95ddcf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220319-05:31:50:301-22985], vertex-id=[266384], Content-Length=[0], Date=[Sat, 19 Mar 2022 05:31:50 GMT], Content-Type=[application/json]} 2022-03-19T05:31:51.939Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46c53aa9-0fff-4ab5-a912-b4d3958c3303/model-vers/model-ver/8ea7467e-2220-48d8-96de-6470cc95ddcf?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-19T05:31:51.940Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46c53aa9-0fff-4ab5-a912-b4d3958c3303/model-vers/model-ver/8ea7467e-2220-48d8-96de-6470cc95ddcf?depth=0|INFO|500||InvokeReturn 2022-03-19T05:31:51.941Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-19T05:31:51.942Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:31:51.950Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-19T05:31:51.950Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3353991-b2dd-4151-83d9-3202567fe3cf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-19T05:31:51.951Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-19T05:31:51.951Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:31:51.955Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:31:51.956Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667911951, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:31:52.055Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-19T05:31:52.056Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:31:52.056Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:31:52.130Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:31:52.131Z||pool-145-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:31:52.982Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:31:52.983Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:31:52.983Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:31:57.782Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:31:57.782Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-19T05:31:57.783Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea6216ee-cc19-4154-8706-1011acc8206c","serviceName":"Demo_pNF_p2b9SLwiMKg5fX9FTPVB","serviceVersion":"1.0","serviceUUID":"1f52321c-acf0-4ac6-a579-f8a1bf0f829a","serviceDescription":"catalog service description","serviceInvariantUUID":"fdf04dc0-009e-4041-b9ee-ea8899b79925","resources":[{"resourceInstanceName":"pNF c0a8651f-3eed 0","resourceName":"pNF c0a8651f-3eed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"421acf3a-74a0-47fa-8846-9b24bbf6d99f","resourceInvariantUUID":"23ffba93-050e-4a89-a593-4b8bbb648f05","resourceCustomizationUUID":"aef580d6-6fba-46bc-8de2-e115158b4bb5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vf-license-model.xml","artifactChecksum":"Mzg3ZWU1Y2ZmOGU2ZDM5YjcyYWI3ZWNhZWZjYWJiY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49c109fa-c391-4c09-9574-cdafa7529691","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/pNF.csar","artifactChecksum":"YWNlNGViMjMzZWJiN2MyZDFjNzQyY2I5OTc4MGU0OTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f4231cc8-a3b3-42fc-84a8-f536d7c0621d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8904c315-597c-41de-be51-5974206eb7e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vendor-license-model.xml","artifactChecksum":"MTQwZWUxYWY5NTNmNmYxNjNiMTM1MjFlYWE2NDQyNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4cb72db4-1c87-4610-a0d0-9d133b780839","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3215f46-25b5-469a-92f6-49c0de178376","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8355f283-c2b4-4e89-83b7-ec98b52f7c67","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfP2b9slwimkg5fx9ftpvb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-template.yml","artifactChecksum":"MjM3NGVhNGJhZjA1YThiNzUzMjhjZWYzN2IxZDY0ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bcc4e593-1e44-4994-8ff5-76c05a29b4eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar","artifactChecksum":"ZGUxNGQ1NzYxZmY3NzNiYmIyM2Y3MjU5Zjg1NGVjZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"64214601-742f-4be2-a318-9a0337d4d6e6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-19T05:31:57.786Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:31:57.786Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:31:57.789Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:31:57.789Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:57.889Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:31:57.890Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:31:57.890Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:31:57.939Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:31:57.939Z||pool-146-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:31:58.014Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:31:58.015Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:31:58.015Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:31:58.739Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:31:58.741Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.741Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "multicloud-k8s-id", "timestamp": 1647667885580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.743Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.743Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.743Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "cds", "timestamp": 1647667890838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.743Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.743Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.743Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "aai-ml", "timestamp": 1647667893016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.743Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.743Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.743Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "clamp", "timestamp": 1647667887114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.743Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.744Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.744Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "dcae-sch", "timestamp": 1647667885653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.744Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.744Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.744Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "multicloud-k8s-id", "timestamp": 1647667885580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.744Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.744Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.744Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "clamp", "timestamp": 1647667887114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.744Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.744Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.744Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "cds", "timestamp": 1647667890838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.744Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.745Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.745Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "aai-ml", "timestamp": 1647667893016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.745Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.745Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.745Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "dcae-sch", "timestamp": 1647667885653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.745Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.745Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.745Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "multicloud-k8s-id", "timestamp": 1647667885580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.745Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.745Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.745Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "cds", "timestamp": 1647667890838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.745Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.745Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "clamp", "timestamp": 1647667887114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "aai-ml", "timestamp": 1647667893016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "dcae-sch", "timestamp": 1647667885653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "ves-openapi-manager", "timestamp": 1647667896266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "multicloud-k8s-id", "timestamp": 1647667885580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.746Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "cds", "timestamp": 1647667890838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "clamp", "timestamp": 1647667887114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "aai-ml", "timestamp": 1647667893016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "dcae-sch", "timestamp": 1647667885653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "ves-openapi-manager", "timestamp": 1647667896266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "multicloud-k8s-id", "timestamp": 1647667885580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.748Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.748Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.748Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "cds", "timestamp": 1647667890838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.748Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.748Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.748Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "aai-ml", "timestamp": 1647667893016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.748Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.748Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.748Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "clamp", "timestamp": 1647667887114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.749Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.750Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.750Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "dcae-sch", "timestamp": 1647667885653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.750Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.750Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.750Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "ves-openapi-manager", "timestamp": 1647667896266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.750Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.750Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.750Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "multicloud-k8s-id", "timestamp": 1647667885580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.750Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.750Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.750Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "aai-ml", "timestamp": 1647667893016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.750Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.750Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.751Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "cds", "timestamp": 1647667890838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.751Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.751Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.751Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "clamp", "timestamp": 1647667887114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.751Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.751Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.751Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "dcae-sch", "timestamp": 1647667885653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.752Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.752Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.752Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "policy-id", "timestamp": 1647667899488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.752Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.752Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.752Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "ves-openapi-manager", "timestamp": 1647667896266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.752Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.752Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.752Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "multicloud-k8s-id", "timestamp": 1647667885580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.752Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.753Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.753Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "cds", "timestamp": 1647667890838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.753Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.753Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.753Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "aai-ml", "timestamp": 1647667893016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.753Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.753Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.753Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "clamp", "timestamp": 1647667887114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.753Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.753Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.754Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "policy-id", "timestamp": 1647667899488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.754Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.754Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.754Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "dcae-sch", "timestamp": 1647667885653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.754Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.754Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.754Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "ves-openapi-manager", "timestamp": 1647667896266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.754Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.755Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.755Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "multicloud-k8s-id", "timestamp": 1647667885580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:31:58.755Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.755Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.755Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "aai-ml", "timestamp": 1647667893016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:31:58.755Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.755Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.755Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "cds", "timestamp": 1647667890838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:31:58.756Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.756Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.756Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "clamp", "timestamp": 1647667887114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:31:58.756Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.756Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.756Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "policy-id", "timestamp": 1647667899488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.756Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.757Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.757Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "dcae-sch", "timestamp": 1647667885653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.757Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.757Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.757Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "ves-openapi-manager", "timestamp": 1647667896266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-19T05:31:58.757Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.757Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.757Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "policy-id", "timestamp": 1647667899488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.758Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.758Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.758Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "aai-ml", "timestamp": 1647667902369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:31:58.758Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:31:58.758Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.758Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "cds", "timestamp": 1647667902972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:31:58.758Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:31:58.759Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.759Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "ves-openapi-manager", "timestamp": 1647667896266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.759Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.759Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.759Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "policy-id", "timestamp": 1647667899488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.759Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.759Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.759Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "cds", "timestamp": 1647667903988, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:31:58.778Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea6216ee-cc19-4154-8706-1011acc8206c 2022-03-19T05:31:58.778Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea6216ee-cc19-4154-8706-1011acc8206c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:31:58.790Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:31:58.791Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:31:58.794Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.794Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "ves-openapi-manager", "timestamp": 1647667896266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.794Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.795Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.795Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "policy-id", "timestamp": 1647667899488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.795Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.795Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.796Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "ves-openapi-manager", "timestamp": 1647667905308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-19T05:31:58.796Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:31:58.796Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.796Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:31:58.796Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "policy-id", "timestamp": 1647667899488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.797Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.796Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.797Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.797Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "ves-openapi-manager", "timestamp": 1647667906338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-19T05:31:58.797Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:31:58.798Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.798Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "policy-id", "timestamp": 1647667899488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:31:58.798Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.799Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.799Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "clamp", "timestamp": 1647667906246, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:31:58.799Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:31:58.800Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.800Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "ves-openapi-manager", "timestamp": 1647667907343, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:31:58.808Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ea6216ee-cc19-4154-8706-1011acc8206c 2022-03-19T05:31:58.808Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea6216ee-cc19-4154-8706-1011acc8206c and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:31:58.823Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.823Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "policy-id", "timestamp": 1647667908578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:31:58.823Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:31:58.823Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.824Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "clamp", "timestamp": 1647667907447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:31:58.824Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:31:58.824Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.824Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "policy-id", "timestamp": 1647667909586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:31:58.824Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:31:58.825Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.825Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "clamp", "timestamp": 1647667908453, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:31:58.834Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ea6216ee-cc19-4154-8706-1011acc8206c 2022-03-19T05:31:58.835Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea6216ee-cc19-4154-8706-1011acc8206c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:31:58.846Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.846Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "policy-id", "timestamp": 1647667910590, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:31:58.851Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea6216ee-cc19-4154-8706-1011acc8206c 2022-03-19T05:31:58.852Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea6216ee-cc19-4154-8706-1011acc8206c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:31:58.882Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.882Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667910797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.882Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.883Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.883Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3353991-b2dd-4151-83d9-3202567fe3cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667911951, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:31:58.883Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:31:58.883Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.883Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "aai-ml", "timestamp": 1647667911321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:31:58.883Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:31:58.883Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.884Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667910797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.884Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.884Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.884Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "aai-ml", "timestamp": 1647667912327, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:31:58.890Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ea6216ee-cc19-4154-8706-1011acc8206c 2022-03-19T05:31:58.890Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea6216ee-cc19-4154-8706-1011acc8206c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:31:58.895Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-19T05:31:58.896Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:31:58.897Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:31:58.903Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.903Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667910797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.903Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.904Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.904Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667910797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.904Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.904Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.904Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667910797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.904Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.905Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.905Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667910797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.905Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.905Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.905Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.905Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.905Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:31:58.905Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667910797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:58.906Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:31:58.929Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:31:58.930Z||pool-147-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:31:59.797Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:31:59.798Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:31:59.800Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:31:59.800Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:31:59.900Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:31:59.901Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:31:59.901Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:31:59.961Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:31:59.962Z||pool-148-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:32:00.801Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:32:00.802Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:32:00.805Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:32:00.806Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:32:00.905Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:32:00.906Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:32:00.906Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:32:00.924Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:32:00.925Z||pool-149-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:32:01.807Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:32:01.808Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:32:01.812Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:32:01.812Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:32:01.912Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:32:01.913Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:32:01.913Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:32:01.940Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:32:01.940Z||pool-150-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-03-19T05:32:02.813Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:32:02.814Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:32:02.817Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:32:02.817Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:32:02.917Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:32:02.918Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:32:02.918Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:32:02.954Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:32:02.955Z||pool-151-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:32:03.818Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:32:03.818Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:32:03.821Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:32:03.821Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:32:03.921Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:32:03.922Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:32:03.922Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:32:03.998Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:32:03.999Z||pool-152-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:32:04.822Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-19T05:32:04.823Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:32:04.826Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:32:04.826Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:32:04.926Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:32:04.927Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:32:04.927Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:32:04.966Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:32:04.967Z||pool-153-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:32:05.828Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "serviceName": "Demo_pNF_p2b9SLwiMKg5fX9FTPVB", "serviceVersion": "1.0", "serviceUUID": "1f52321c-acf0-4ac6-a579-f8a1bf0f829a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fdf04dc0-009e-4041-b9ee-ea8899b79925", "resources": [ { "resourceInstanceName": "pNF c0a8651f-3eed 0", "resourceCustomizationUUID": "aef580d6-6fba-46bc-8de2-e115158b4bb5", "resourceName": "pNF c0a8651f-3eed", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "421acf3a-74a0-47fa-8846-9b24bbf6d99f", "resourceInvariantUUID": "23ffba93-050e-4a89-a593-4b8bbb648f05", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "artifactChecksum": "ZGUxNGQ1NzYxZmY3NzNiYmIyM2Y3MjU5Zjg1NGVjZjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "64214601-742f-4be2-a318-9a0337d4d6e6" } ], "workloadContext": "Production" } 2022-03-19T05:32:05.828Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-19T05:32:05.828Z|e3353991-b2dd-4151-83d9-3202567fe3cf|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1f52321c-acf0-4ac6-a579-f8a1bf0f829a ASDC 2022-03-19T05:32:05.831Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:ea6216ee-cc19-4154-8706-1011acc8206c ServiceName:Demo_pNF_p2b9SLwiMKg5fX9FTPVB ServiceVersion:1.0 ServiceUUID:1f52321c-acf0-4ac6-a579-f8a1bf0f829a ServiceInvariantUUID:fdf04dc0-009e-4041-b9ee-ea8899b79925 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar ArtifactUUID:64214601-742f-4be2-a318-9a0337d4d6e6 ArtifactChecksum:ZGUxNGQ1NzYxZmY3NzNiYmIyM2Y3MjU5Zjg1NGVjZjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c0a8651f-3eed 0 ResourceCustomizationUUID:aef580d6-6fba-46bc-8de2-e115158b4bb5 ResourceInvariantUUID:23ffba93-050e-4a89-a593-4b8bbb648f05 ResourceName:pNF c0a8651f-3eed ResourceType:PNF ResourceUUID:421acf3a-74a0-47fa-8846-9b24bbf6d99f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-19T05:32:05.832Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f52321c-acf0-4ac6-a579-f8a1bf0f829a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:32:05.874Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:32:05.875Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-19T05:32:05.875Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-19T05:32:05.875Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 64214601-742f-4be2-a318-9a0337d4d6e6 from URL: /sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:05.875Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-19T05:32:05.875Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:06.154Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-19T05:32:06.157Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 64214601-742f-4be2-a318-9a0337d4d6e6 82625 2022-03-19T05:32:06.158Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar ASDC sendASDCNotification 2022-03-19T05:32:06.158Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:06.158Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-19T05:32:06.158Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:32:06.160Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:32:06.160Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667926158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:32:06.260Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:32:06.261Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:32:06.261Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:32:06.285Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:32:06.286Z||pool-154-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:32:07.161Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-19T05:32:07.161Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-19T05:32:07.162Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 64214601-742f-4be2-a318-9a0337d4d6e6, URL: /sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar to file: /app/ASDC/1/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:07.162Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:07.163Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:07.163Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:07.330Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11612025508362817498/Definitions/service-DemoPnfP2b9slwimkg5fx9ftpvb-template.yml 2022-03-19T05:32:08.343Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-19T05:32:08.343Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-19T05:32:08.343Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:08.343Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-19T05:32:08.343Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c0a8651f-3eed 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-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:08.344Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:08.344Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:08.344Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:08.344Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:08.344Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:08.344Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:08.344Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-19T05:32:08.344Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:32:08.345Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p2b9SLwiMKg5fX9FTPVB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:32:08.345Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Node template pNF c0a8651f-3eed 0 is matching search criteria 2022-03-19T05:32:08.345Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-19T05:32:08.345Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c0a8651f-3eed 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:32:08.346Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:32:08.346Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p2b9SLwiMKg5fX9FTPVB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:32:08.346Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Node template pNF c0a8651f-3eed 0 is matching search criteria 2022-03-19T05:32:08.346Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-19T05:32:08.346Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c0a8651f-3eed 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-19T05:32:08.346Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:32:08.346Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p2b9SLwiMKg5fX9FTPVB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:32:08.346Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:32:08.347Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p2b9SLwiMKg5fX9FTPVB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:32:08.347Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:32:08.347Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p2b9SLwiMKg5fX9FTPVB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:32:08.347Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:32:08.347Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p2b9SLwiMKg5fX9FTPVB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:32:08.347Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:32:08.347Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p2b9SLwiMKg5fX9FTPVB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:32:08.347Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_p2b9SLwiMKg5fX9FTPVB Description:catalog service description Model UUID:1f52321c-acf0-4ac6-a579-f8a1bf0f829a Model Version:NULL Model InvariantUuid:fdf04dc0-009e-4041-b9ee-ea8899b79925 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-19T05:32:08.360Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 421acf3a-74a0-47fa-8846-9b24bbf6d99f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:32:08.363Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||pNF c0a8651f-3eed 0 2022-03-19T05:32:08.364Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 421acf3a-74a0-47fa-8846-9b24bbf6d99f 2022-03-19T05:32:08.364Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 1f52321c-acf0-4ac6-a579-f8a1bf0f829a 2022-03-19T05:32:08.364Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1f52321c-acf0-4ac6-a579-f8a1bf0f829a 2022-03-19T05:32:08.364Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c0a8651f-3eed 0 421acf3a-74a0-47fa-8846-9b24bbf6d99f ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:32:08.370Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2626fe96, org.onap.sdc.toscaparser.api.parameters.Input@6c0949bb, org.onap.sdc.toscaparser.api.parameters.Input@4b8f7b12, org.onap.sdc.toscaparser.api.parameters.Input@20c757ca, org.onap.sdc.toscaparser.api.parameters.Input@3104cf0a] 2022-03-19T05:32:08.371Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:32:08.371Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p2b9SLwiMKg5fX9FTPVB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:32:08.372Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1f52321c-acf0-4ac6-a579-f8a1bf0f829a: pNF c0a8651f-3eed 2022-03-19T05:32:08.372Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||Processing PNF resource: 421acf3a-74a0-47fa-8846-9b24bbf6d99f 2022-03-19T05:32:08.372Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-19T05:32:08.373Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p2b9SLwiMKg5fX9FTPVB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-19T05:32:08.373Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||Resource customization UUID: aef580d6-6fba-46bc-8de2-e115158b4bb5 is the same as notified resource customizationUUID: aef580d6-6fba-46bc-8de2-e115158b4bb5 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-19T05:32:08.449Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c0a8651f-3eed 421acf3a-74a0-47fa-8846-9b24bbf6d99f 0 ASDC deployResourceStructure 2022-03-19T05:32:08.450Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar ASDC sendASDCNotification 2022-03-19T05:32:08.450Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar 2022-03-19T05:32:08.450Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-19T05:32:08.451Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:32:08.453Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:32:08.453Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667928450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:32:08.553Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-19T05:32:08.554Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:32:08.554Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:32:08.580Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:32:08.581Z||pool-155-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-19T05:32:09.454Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea6216ee-cc19-4154-8706-1011acc8206c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:32:09.465Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea6216ee-cc19-4154-8706-1011acc8206c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:32:09.468Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:32:09.468Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:32:09.468Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:32:09.469Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:32:39.469Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea6216ee-cc19-4154-8706-1011acc8206c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:32:39.478Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea6216ee-cc19-4154-8706-1011acc8206c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:32:39.481Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:32:39.481Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:32:39.481Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:32:39.482Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:32:58.015Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:32:58.017Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:32:58.017Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:32:58.176Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:32:58.178Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:32:58.178Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-19T05:32:58.180Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:33:09.483Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea6216ee-cc19-4154-8706-1011acc8206c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:33:09.515Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea6216ee-cc19-4154-8706-1011acc8206c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:33:09.524Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:33:09.525Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:33:09.526Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:33:09.527Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:33:39.527Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea6216ee-cc19-4154-8706-1011acc8206c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:33:39.543Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea6216ee-cc19-4154-8706-1011acc8206c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:33:39.546Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:33:39.547Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:33:39.547Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-19T05:33:39.547Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-19T05:33:58.014Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:33:58.016Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:33:58.016Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:33:58.562Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:33:58.563Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:33:58.564Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667910797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:33:58.564Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:33:58.564Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:33:58.565Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-19T05:33:58.565Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:33:58.565Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:33:58.565Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667919897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:33:58.565Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:33:58.565Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:33:58.565Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-19T05:33:58.565Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:33:58.566Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:33:58.566Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:33:58.566Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:33:58.566Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:33:58.566Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667922019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:33:58.566Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:33:58.566Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:33:58.566Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/resourceInstances/pnfc0a8651f3eed0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-19T05:33:58.566Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:33:58.567Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:33:58.567Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647667923023, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:33:58.573Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea6216ee-cc19-4154-8706-1011acc8206c 2022-03-19T05:33:58.574Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea6216ee-cc19-4154-8706-1011acc8206c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-19T05:33:58.592Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:33:58.593Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-19T05:33:58.593Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:33:58.593Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:33:58.593Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667912982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "NOTIFIED" } 2022-03-19T05:33:58.593Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-19T05:33:58.593Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:33:58.593Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667926158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-19T05:33:58.593Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:33:58.594Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:33:58.594Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647667928450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2b9slwimkg5fx9ftpvb/1.0/artifacts/service-DemoPnfP2b9slwimkg5fx9ftpvb-csar.csar", "status": "DEPLOY_OK" } 2022-03-19T05:33:58.594Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:34:09.548Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea6216ee-cc19-4154-8706-1011acc8206c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:34:09.564Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea6216ee-cc19-4154-8706-1011acc8206c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-19T05:34:09.579Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-19T05:34:09.580Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-19T05:34:09.580Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-19T05:34:09.580Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-19T05:34:09.580Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:34:09.580Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:34:09.580Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:34:09.580Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:34:09.581Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:34:09.581Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:34:09.581Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-19T05:34:09.581Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-19T05:34:09.588Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-19T05:34:39.588Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea6216ee-cc19-4154-8706-1011acc8206c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-19T05:34:39.593Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea6216ee-cc19-4154-8706-1011acc8206c and serviceModelVersionId: 1f52321c-acf0-4ac6-a579-f8a1bf0f829a 2022-03-19T05:34:39.593Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fdf04dc0-009e-4041-b9ee-ea8899b79925 2022-03-19T05:34:39.595Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fdf04dc0-009e-4041-b9ee-ea8899b79925/model-vers/model-ver/1f52321c-acf0-4ac6-a579-f8a1bf0f829a?depth=0 2022-03-19T05:34:39.603Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-19T05:34:39.674Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdf04dc0-009e-4041-b9ee-ea8899b79925/model-vers/model-ver/1f52321c-acf0-4ac6-a579-f8a1bf0f829a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-19T05:34:39.676Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdf04dc0-009e-4041-b9ee-ea8899b79925/model-vers/model-ver/1f52321c-acf0-4ac6-a579-f8a1bf0f829a?depth=0|INFO|500||Invoke 2022-03-19T05:34:39.729Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdf04dc0-009e-4041-b9ee-ea8899b79925/model-vers/model-ver/1f52321c-acf0-4ac6-a579-f8a1bf0f829a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-19T05:34:40.292Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdf04dc0-009e-4041-b9ee-ea8899b79925/model-vers/model-ver/1f52321c-acf0-4ac6-a579-f8a1bf0f829a?depth=0|INFO|500||InvokeReturn 2022-03-19T05:34:40.292Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdf04dc0-009e-4041-b9ee-ea8899b79925/model-vers/model-ver/1f52321c-acf0-4ac6-a579-f8a1bf0f829a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220319-05:34:38:923-75661], vertex-id=[319584], Content-Length=[0], Date=[Sat, 19 Mar 2022 05:34:38 GMT], Content-Type=[application/json]} 2022-03-19T05:34:40.294Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-19T05:34:40.294Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-19T05:34:40.294Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-19T05:34:40.301Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-19T05:34:40.302Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea6216ee-cc19-4154-8706-1011acc8206c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-19T05:34:40.303Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-19T05:34:40.303Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-19T05:34:40.307Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-19T05:34:40.307Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647668080302, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:34:40.407Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-19T05:34:40.408Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-19T05:34:40.409Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:34:40.460Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:34:40.461Z||pool-156-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-19T05:34:41.329Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:34:41.331Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:34:41.331Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:34:51.915Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:34:51.916Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:34:51.916Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:34:51.917Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:34:58.014Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:34:58.015Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:34:58.015Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:34:58.659Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:34:58.660Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-19T05:34:58.660Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ea6216ee-cc19-4154-8706-1011acc8206c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647668080302, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-19T05:34:58.660Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-19T05:35:01.466Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:35:01.467Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:35:01.468Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:35:01.468Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:35:11.035Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:35:11.035Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:35:11.036Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:35:11.036Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:35:20.626Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:35:20.626Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:35:20.627Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:35:20.627Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:35:30.199Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:35:30.200Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:35:30.200Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:35:30.201Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:35:39.753Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:35:39.754Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:35:39.755Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:35:39.755Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:35:49.317Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:35:49.318Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:35:49.318Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:35:49.318Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:35:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:35:58.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:35:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:35:58.900Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:35:58.901Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:35:58.901Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:35:58.901Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:36:07.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:36:08.479Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:36:08.480Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:36:08.481Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:36:08.481Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:36:18.074Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:36:58.009Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:36:58.010Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:36:58.010Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:36:58.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:36:58.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:36:58.014Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:37:07.624Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:37:07.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:37:58.010Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:37:58.012Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:37:58.012Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:37:58.014Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:37:58.014Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:37:58.014Z|ea6216ee-cc19-4154-8706-1011acc8206c|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:38:07.576Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:38:07.594Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:38:58.009Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:38:58.010Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:38:58.010Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:38:58.014Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:38:58.014Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:38:58.015Z|ea6216ee-cc19-4154-8706-1011acc8206c|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:39:07.618Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:39:07.620Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:39:58.009Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:39:58.010Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:39:58.010Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:39:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:39:58.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:39:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:40:07.572Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:40:07.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:40:58.009Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:40:58.010Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:40:58.010Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:40:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:40:58.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:40:58.014Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:41:07.576Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:41:07.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:41:58.010Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:41:58.011Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:41:58.012Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:41:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:41:58.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:41:58.014Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:42:07.566Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:42:07.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:42:58.010Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:42:58.012Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:42:58.012Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:42:58.014Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:42:58.014Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:42:58.014Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:43:07.677Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:43:07.677Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:43:58.010Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:43:58.011Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:43:58.011Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:43:58.014Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:43:58.014Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:43:58.014Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:44:07.693Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:44:07.694Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:44:58.014Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:44:58.015Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:44:58.015Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:44:58.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:44:58.017Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:44:58.017Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:45:07.598Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:45:07.623Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:45:58.009Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:45:58.010Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:45:58.010Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ... 2022-03-19T05:45:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:45:58.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:45:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:46:07.673Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:46:07.694Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:46:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:46:58.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:46:58.013Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:46:58.014Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:46:58.015Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:46:58.015Z|ea6216ee-cc19-4154-8706-1011acc8206c|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:47:07.608Z|ea6216ee-cc19-4154-8706-1011acc8206c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:47:07.655Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:47:58.009Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:47:58.010Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:47:58.010Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:47:58.014Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:47:58.014Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:47:58.015Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:48:07.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:48:07.722Z|e1530ac6-2ed8-4bf1-b4cc-0b22eaaba77a|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:48:58.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:48:58.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:48:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:48:58.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:48:58.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:48:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:49:07.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:49:07.602Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:49:58.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:49:58.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:49:58.011Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:49:58.014Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:49:58.014Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:49:58.015Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:50:07.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:50:07.587Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:50:42.891Z||http-nio-8085-exec-5|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-19T05:50:58.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:50:58.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:50:58.010Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:50:58.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:50:58.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:50:58.015Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:51:07.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:51:07.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:51:58.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:51:58.012Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:51:58.012Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:51:58.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-19T05:51:58.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-19T05:51:58.014Z||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 Psr1bOQBY6rTA6T7) ... 2022-03-19T05:52:07.672Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-19T05:52:07.678Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK