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-10-23T03:19:18.018Z||main|||||INFO|500||The following profiles are active: basic 2022-10-23T03:19:29.138Z||main|||||INFO|500||Starting service [Tomcat] 2022-10-23T03:19:29.140Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-10-23T03:19:29.298Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-10-23T03:19:33.690Z||main|||||INFO|500||catdb-pool - Starting... 2022-10-23T03:19:34.139Z||main|||||INFO|500||catdb-pool - Start completed. 2022-10-23T03:19:34.617Z||main|||||INFO|500||reqdb-pool - Starting... 2022-10-23T03:19:34.625Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-10-23T03:19:34.745Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-10-23T03:19:34.998Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-10-23T03:19:35.630Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-10-23T03:19:37.594Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-23T03:19:40.044Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-23T03:19:40.109Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-10-23T03:19:40.774Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-23T03:19:40.987Z||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-10-23T03:19:42.191Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-23T03:19:43.432Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-10-23T03:19:43.456Z||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$$20cf312a.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-10-23T03:19:43.457Z||main|||||WARN|500||The sdc end point is not alive 2022-10-23T03:19:46.789Z||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-10-23T03:19:49.961Z||main|||||WARN|500||--- 2022-10-23T03:19:49.961Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-10-23T03:19:49.962Z||main|||||WARN|500||--- 2022-10-23T03:19:50.450Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-10-23T03:19:55.660Z||main|||||INFO|500||Started Application in 40.823 seconds (JVM running for 42.938) 2022-10-23T03:19:55.691Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-10-23T03:19:55.693Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-10-23T03:19:55.711Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-10-23T03:19:55.740Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-10-23T03:19:55.793Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f65de3e5-d315-4677-a438-f45d963e7f48 url= /sdc/v1/artifactTypes 2022-10-23T03:19:55.793Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-10-23T03:19:56.088Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-10-23T03:19:56.118Z||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-10-23T03:19:56.143Z||scheduling-1|||||DEBUG|500||create keys 2022-10-23T03:19:56.152Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-10-23T03:19:56.195Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:19:56.220Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3b796679-ca45-4689-aad3-3ac0cec0ba6a url= /sdc/v1/registerForDistribution 2022-10-23T03:19:56.401Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3b796679-ca45-4689-aad3-3ac0cec0ba6a url= /sdc/v1/registerForDistribution 2022-10-23T03:19:56.401Z||scheduling-1|||||INFO|500||start DistributionClient 2022-10-23T03:19:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:19:56.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:19:56.429Z||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-10-23T03:19:56.457Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T03:19:56.458Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:19:56.429Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:19:56.460Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-10-23T03:20:06.897Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:20:06.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:20:56.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:20:56.415Z||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-10-23T03:20:56.415Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:20:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:20:56.418Z||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-10-23T03:20:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:21:05.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:21:05.987Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:21:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:21:56.410Z||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-10-23T03:21:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:21:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:21:56.418Z||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-10-23T03:21:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:22:05.981Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:22:05.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:22:56.409Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:22:56.412Z||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-10-23T03:22:56.412Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:22:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:22:56.418Z||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-10-23T03:22:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:23:05.960Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:23:05.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:23:56.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:23:56.410Z||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-10-23T03:23:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:23:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:23:56.418Z||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-10-23T03:23:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:24:05.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:24:05.965Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:24:56.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:24:56.410Z||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-10-23T03:24:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:24:56.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:24:56.418Z||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-10-23T03:24:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:25:05.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:25:05.962Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:25:56.411Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:25:56.413Z||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-10-23T03:25:56.413Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:25:56.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:25:56.418Z||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-10-23T03:25:56.419Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:26:05.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:26:05.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:26:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:26:56.410Z||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-10-23T03:26:56.411Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:26:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:26:56.419Z||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-10-23T03:26:56.419Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:27:05.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:27:05.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:27:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:27:56.409Z||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-10-23T03:27:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:27:56.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:27:56.418Z||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-10-23T03:27:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:28:05.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:28:05.962Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:28:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:28:56.413Z||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-10-23T03:28:56.414Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:28:56.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:28:56.418Z||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-10-23T03:28:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:29:05.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:29:05.989Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:29:22.799Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-10-23T03:29:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:29:56.409Z||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-10-23T03:29:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:29:56.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:29:56.418Z||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-10-23T03:29:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:30:05.987Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:30:05.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:30:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:30:56.410Z||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-10-23T03:30:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:30:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:30:56.418Z||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-10-23T03:30:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:31:05.966Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:31:05.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:31:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:31:56.409Z||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-10-23T03:31:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:31:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:31:56.418Z||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-10-23T03:31:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:32:05.959Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:32:05.959Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:32:56.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:32:56.412Z||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-10-23T03:32:56.412Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:32:56.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:32:56.418Z||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-10-23T03:32:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:33:05.986Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:33:05.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:33:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:33:56.410Z||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-10-23T03:33:56.411Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:33:56.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:33:56.418Z||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-10-23T03:33:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:34:05.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:34:06.000Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:34:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:34:56.410Z||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-10-23T03:34:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:34:56.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:34:56.418Z||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-10-23T03:34:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:35:05.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:35:05.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:35:56.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:35:56.410Z||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-10-23T03:35:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:35:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:35:56.418Z||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-10-23T03:35:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:36:05.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:36:05.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:36:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:36:56.410Z||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-10-23T03:36:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:36:56.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:36:56.418Z||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-10-23T03:36:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:37:06.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:37:06.001Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:37:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:37:56.410Z||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-10-23T03:37:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:37:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:37:56.418Z||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-10-23T03:37:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:38:05.980Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:38:05.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:38:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:38:56.409Z||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-10-23T03:38:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:38:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:38:56.418Z||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-10-23T03:38:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:39:05.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:39:05.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:39:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:39:56.409Z||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-10-23T03:39:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:39:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:39:56.418Z||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-10-23T03:39:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:40:05.983Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:40:05.983Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:40:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:40:56.409Z||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-10-23T03:40:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:40:56.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:40:56.418Z||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-10-23T03:40:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:41:05.983Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:41:05.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:41:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:41:56.409Z||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-10-23T03:41:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:41:56.422Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:41:56.423Z||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-10-23T03:41:56.423Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:42:05.984Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:42:05.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:42:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:42:56.409Z||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-10-23T03:42:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:42:56.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:42:56.419Z||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-10-23T03:42:56.419Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:43:05.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:43:05.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:43:56.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:43:56.412Z||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-10-23T03:43:56.412Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:43:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:43:56.418Z||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-10-23T03:43:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:44:05.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:44:05.964Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:44:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:44:56.410Z||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-10-23T03:44:56.411Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:44:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:44:56.418Z||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-10-23T03:44:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:45:05.980Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:45:05.980Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:45:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:45:56.410Z||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-10-23T03:45:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:45:56.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:45:56.418Z||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-10-23T03:45:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:46:05.982Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:46:05.983Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:46:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:46:56.410Z||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-10-23T03:46:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:46:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:46:56.418Z||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-10-23T03:46:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:47:05.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:47:05.970Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:47:56.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:47:56.410Z||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-10-23T03:47:56.411Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:47:56.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:47:56.418Z||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-10-23T03:47:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:48:05.980Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:48:05.980Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:48:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:48:56.409Z||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-10-23T03:48:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:48:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:48:56.418Z||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-10-23T03:48:56.419Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:49:05.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:49:05.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:49:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:49:56.409Z||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-10-23T03:49:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:49:56.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:49:56.418Z||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-10-23T03:49:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:50:05.958Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:50:05.958Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:50:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:50:56.409Z||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-10-23T03:50:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:50:56.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:50:56.418Z||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-10-23T03:50:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:51:05.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:51:05.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:51:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:51:56.410Z||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-10-23T03:51:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:51:56.422Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:51:56.423Z||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-10-23T03:51:56.423Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:52:05.961Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:52:05.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:52:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:52:56.409Z||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-10-23T03:52:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:52:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:52:56.418Z||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-10-23T03:52:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:53:05.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:53:05.969Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:53:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:53:56.409Z||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-10-23T03:53:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:53:56.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:53:56.419Z||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-10-23T03:53:56.419Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:54:05.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:54:05.979Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:54:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:54:56.409Z||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-10-23T03:54:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:54:56.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:54:56.418Z||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-10-23T03:54:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:55:05.981Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:55:05.983Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:55:56.409Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:55:56.411Z||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-10-23T03:55:56.411Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:55:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:55:56.418Z||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-10-23T03:55:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:56:06.015Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:56:06.015Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:56:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:56:56.409Z||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-10-23T03:56:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:56:56.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:56:56.418Z||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-10-23T03:56:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:57:05.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:57:05.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:57:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:57:56.410Z||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-10-23T03:57:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:57:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:57:56.418Z||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-10-23T03:57:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:58:05.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:58:05.989Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:58:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:58:56.410Z||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-10-23T03:58:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:58:56.423Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:58:56.424Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T03:58:56.424Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:59:05.994Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:59:05.998Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T03:59:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:59:56.410Z||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-10-23T03:59:56.411Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T03:59:56.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T03:59:56.417Z||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-10-23T03:59:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:00:05.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:00:05.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:00:56.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:00:56.410Z||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-10-23T04:00:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:00:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:00:56.418Z||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-10-23T04:00:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:01:05.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:01:05.961Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:01:56.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:01:56.409Z||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-10-23T04:01:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:01:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:01:56.417Z||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-10-23T04:01:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:02:05.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:02:05.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:02:56.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:02:56.409Z||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-10-23T04:02:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:02:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:02:56.418Z||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-10-23T04:02:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:03:05.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:03:05.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:03:56.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:03:56.409Z||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-10-23T04:03:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:03:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:03:56.418Z||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-10-23T04:03:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:03:57.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:03:57.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ebbbac6c-f291-47d5-b222-5724db2c06e0","serviceName":"basic_onboard_SRVrbo","serviceVersion":"1.0","serviceUUID":"a1894b33-9318-47d1-91f8-74fdefdedfcd","serviceDescription":"service","serviceInvariantUUID":"5219a528-e528-426c-a03b-b44a1b32e7f1","resources":[{"resourceInstanceName":"basic_onboard_SRVrbo 0","resourceName":"basic_onboard_SRVrbo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"58e657b9-1b82-4373-bed5-62a7d3fa250f","resourceInvariantUUID":"2658a2a5-c6f2-41c5-84c7-d960f8cdfbdc","resourceCustomizationUUID":"ce86caf3-e296-4a53-bb90-65fa5ba9af2d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml","artifactChecksum":"NDNlZjc4YTIxZTdiMzEyOGVmNmEwMmIyZGFhN2Y5ZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1128dcd4-3072-4e6f-804d-9cb1841f2e75","artifactVersion":"1"},{"artifactName":"basic_onboard_srvrbo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json","artifactChecksum":"NzBlYzQ2ZTljMmFlY2JmNjBlYzVmZmMwNjg0YTg4ZDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7006d5be-d8fc-4948-88ea-66d92440f801","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d514eea2-7436-423f-af14-7c1433d689e9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"51d12238-1ecd-4726-8bdf-984c4ffd6bb5","artifactVersion":"2","generatedFromUUID":"bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSrvrbo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml","artifactChecksum":"ZjI5NjZlMzQxYjIyYzcxYjQxYTA4MDJjMjNkYWJiYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5624b251-1d47-4aac-bbcb-2479d8a2b248","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSrvrbo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar","artifactChecksum":"MjQzNzUxZGE5ZjA1NWFjNjk0ODEyODU5NWJiMGQ2ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76517a24-c799-43a6-8993-59309187a10f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-23T04:03:57.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:03:57.061Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:03:57.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "ves-openapi-manager", "timestamp": 1666497795617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.069Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:03:57.084Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:03:57.084Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497836408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "multicloud-k8s-id", "timestamp": 1666497788080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497791153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "policy-id", "timestamp": 1666497788049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "ves-openapi-manager", "timestamp": 1666497795617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "multicloud-k8s-id", "timestamp": 1666497788080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:03:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497791153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "policy-id", "timestamp": 1666497788049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "ves-openapi-manager", "timestamp": 1666497795617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "multicloud-k8s-id", "timestamp": 1666497788080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-23T04:03:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497791153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "policy-id", "timestamp": 1666497788049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-23T04:03:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "ves-openapi-manager", "timestamp": 1666497795617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "multicloud-k8s-id", "timestamp": 1666497788080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497791153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "policy-id", "timestamp": 1666497788049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "ves-openapi-manager", "timestamp": 1666497795617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "multicloud-k8s-id", "timestamp": 1666497788080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-23T04:03:57.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "policy-id", "timestamp": 1666497788049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497791153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "cds", "timestamp": 1666497800574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "ves-openapi-manager", "timestamp": 1666497795617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "multicloud-k8s-id", "timestamp": 1666497788080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "policy-id", "timestamp": 1666497788049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497791153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "cds", "timestamp": 1666497800574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "ves-openapi-manager", "timestamp": 1666497795617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "multicloud-k8s-id", "timestamp": 1666497788080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:03:57.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "policy-id", "timestamp": 1666497788049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:03:57.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497791153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:03:57.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "cds", "timestamp": 1666497800574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "multicloud-k8s-id", "timestamp": 1666497804636, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:03:57.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:03:57.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "cds", "timestamp": 1666497800574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497803126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:03:57.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:03:57.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "policy-id", "timestamp": 1666497803543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:03:57.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:03:57.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "aai-ml", "timestamp": 1666497803304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "cds", "timestamp": 1666497800574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "policy-id", "timestamp": 1666497804554, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:03:57.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:03:57.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "multicloud-k8s-id", "timestamp": 1666497805715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:03:57.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:03:57.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "aai-ml", "timestamp": 1666497803304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "cds", "timestamp": 1666497800574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "policy-id", "timestamp": 1666497805559, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-10-23T04:03:57.184Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-10-23T04:03:57.188Z||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-10-23T04:03:57.189Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:03:57.205Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-23T04:03:57.206Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-23T04:03:57.388Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebbbac6c-f291-47d5-b222-5724db2c06e0 2022-10-23T04:03:57.420Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbbac6c-f291-47d5-b222-5724db2c06e0 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-10-23T04:03:57.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "aai-ml", "timestamp": 1666497803304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "multicloud-k8s-id", "timestamp": 1666497806776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:03:57.450Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:03:57.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "cds", "timestamp": 1666497800574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:03:57.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "aai-ml", "timestamp": 1666497803304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "multicloud-k8s-id", "timestamp": 1666497807877, "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-10-23T04:03:57.467Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebbbac6c-f291-47d5-b222-5724db2c06e0 2022-10-23T04:03:57.467Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbbac6c-f291-47d5-b222-5724db2c06e0 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-10-23T04:03:57.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "aai-ml", "timestamp": 1666497803304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "cds", "timestamp": 1666497808454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:03:57.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:03:57.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497807287, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:03:57.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:03:57.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "multicloud-k8s-id", "timestamp": 1666497808889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:03:57.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:03:57.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "aai-ml", "timestamp": 1666497803304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "cds", "timestamp": 1666497809478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-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-10-23T04:03:57.491Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ebbbac6c-f291-47d5-b222-5724db2c06e0 2022-10-23T04:03:57.491Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbbac6c-f291-47d5-b222-5724db2c06e0 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-10-23T04:03:57.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497808293, "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-10-23T04:03:57.506Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ebbbac6c-f291-47d5-b222-5724db2c06e0 2022-10-23T04:03:57.506Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbbac6c-f291-47d5-b222-5724db2c06e0 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-10-23T04:03:57.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "aai-ml", "timestamp": 1666497803304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:03:57.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "clamp", "timestamp": 1666497810076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "aai-ml", "timestamp": 1666497811164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:03:57.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:03:57.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "clamp", "timestamp": 1666497810076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:03:57.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "clamp", "timestamp": 1666497810076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "clamp", "timestamp": 1666497810076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "clamp", "timestamp": 1666497810076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "clamp", "timestamp": 1666497810076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:03:57.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "clamp", "timestamp": 1666497810076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:03:57.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:03:57.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "clamp", "timestamp": 1666497822681, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:03:57.518Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:03:57.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "aai-ml", "timestamp": 1666497823078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:03:57.519Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:03:57.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "aai-ml", "timestamp": 1666497824084, "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-10-23T04:03:57.523Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ebbbac6c-f291-47d5-b222-5724db2c06e0 2022-10-23T04:03:57.523Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbbac6c-f291-47d5-b222-5724db2c06e0 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-10-23T04:03:57.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "clamp", "timestamp": 1666497824690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:03:57.532Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:03:57.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:03:57.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "clamp", "timestamp": 1666497825695, "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-10-23T04:03:57.537Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ebbbac6c-f291-47d5-b222-5724db2c06e0 2022-10-23T04:03:57.538Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbbac6c-f291-47d5-b222-5724db2c06e0 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-10-23T04:03:58.095Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:03:58.095Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:03:58.097Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:03:58.098Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497836408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:03:58.198Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:03:58.199Z||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-10-23T04:03:58.199Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:03:58.213Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:03:58.213Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:03:59.098Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:03:59.099Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:03:59.102Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:03:59.102Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497836408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-23T04:03:59.202Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:03:59.203Z||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-10-23T04:03:59.203Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:03:59.218Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:03:59.219Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:04:00.102Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:04:00.103Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:04:00.105Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:04:00.105Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497836408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:04:00.206Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:04:00.207Z||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-10-23T04:04:00.207Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:04:00.223Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:04:00.224Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:04:01.106Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:04:01.107Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:04:01.110Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:04:01.110Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497836408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-23T04:04:01.209Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:04:01.211Z||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-10-23T04:04:01.211Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:04:01.227Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:04:01.227Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:04:02.111Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:04:02.112Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:04:02.114Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:04:02.114Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497836408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:04:02.214Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:04:02.216Z||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-10-23T04:04:02.216Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:04:02.233Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:04:02.234Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:04:03.115Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:04:03.116Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:04:03.118Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:04:03.119Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497836408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:04:03.219Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:04:03.220Z||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-10-23T04:04:03.221Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:04:03.236Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:04:03.237Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:04:04.121Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "serviceName": "basic_onboard_SRVrbo", "serviceVersion": "1.0", "serviceUUID": "a1894b33-9318-47d1-91f8-74fdefdedfcd", "serviceDescription": "service", "serviceInvariantUUID": "5219a528-e528-426c-a03b-b44a1b32e7f1", "resources": [ { "resourceInstanceName": "basic_onboard_SRVrbo 0", "resourceCustomizationUUID": "ce86caf3-e296-4a53-bb90-65fa5ba9af2d", "resourceName": "basic_onboard_SRVrbo", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "58e657b9-1b82-4373-bed5-62a7d3fa250f", "resourceInvariantUUID": "2658a2a5-c6f2-41c5-84c7-d960f8cdfbdc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_srvrbo0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "artifactChecksum": "NzBlYzQ2ZTljMmFlY2JmNjBlYzVmZmMwNjg0YTg4ZDQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7006d5be-d8fc-4948-88ea-66d92440f801", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "51d12238-1ecd-4726-8bdf-984c4ffd6bb5", "generatedFromUUID": "bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "51d12238-1ecd-4726-8bdf-984c4ffd6bb5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardSrvrbo-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "artifactChecksum": "MjQzNzUxZGE5ZjA1NWFjNjk0ODEyODU5NWJiMGQ2ZTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "76517a24-c799-43a6-8993-59309187a10f" } ], "workloadContext": "Production" } 2022-10-23T04:04:04.122Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-23T04:04:04.123Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a1894b33-9318-47d1-91f8-74fdefdedfcd ASDC 2022-10-23T04:04:04.250Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:ebbbac6c-f291-47d5-b222-5724db2c06e0 ServiceName:basic_onboard_SRVrbo ServiceVersion:1.0 ServiceUUID:a1894b33-9318-47d1-91f8-74fdefdedfcd ServiceInvariantUUID:5219a528-e528-426c-a03b-b44a1b32e7f1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardSrvrbo-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar ArtifactUUID:76517a24-c799-43a6-8993-59309187a10f ArtifactChecksum:MjQzNzUxZGE5ZjA1NWFjNjk0ODEyODU5NWJiMGQ2ZTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_SRVrbo 0 ResourceCustomizationUUID:ce86caf3-e296-4a53-bb90-65fa5ba9af2d ResourceInvariantUUID:2658a2a5-c6f2-41c5-84c7-d960f8cdfbdc ResourceName:basic_onboard_SRVrbo ResourceType:VF ResourceUUID:58e657b9-1b82-4373-bed5-62a7d3fa250f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_srvrbo0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json ArtifactUUID:7006d5be-d8fc-4948-88ea-66d92440f801 ArtifactChecksum:NzBlYzQ2ZTljMmFlY2JmNjBlYzVmZmMwNjg0YTg4ZDQ= 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/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml ArtifactUUID:bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9 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/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env ArtifactUUID:51d12238-1ecd-4726-8bdf-984c4ffd6bb5 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/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env ArtifactUUID:51d12238-1ecd-4726-8bdf-984c4ffd6bb5 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-23T04:04:04.252Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1894b33-9318-47d1-91f8-74fdefdedfcd 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-10-23T04:04:04.312Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:04:04.314Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-23T04:04:04.316Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-23T04:04:04.316Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 76517a24-c799-43a6-8993-59309187a10f from URL: /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:04.316Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-23T04:04:04.318Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:04.421Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-23T04:04:04.438Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar 76517a24-c799-43a6-8993-59309187a10f 71574 2022-10-23T04:04:04.440Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar ASDC sendASDCNotification 2022-10-23T04:04:04.440Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:04.442Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:04:04.443Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:04:04.445Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:04:04.446Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497844438, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:04:04.546Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:04:04.547Z||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-10-23T04:04:04.547Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:04:04.562Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:04:04.563Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:04:05.446Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:04:05.448Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-23T04:04:05.449Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 76517a24-c799-43a6-8993-59309187a10f, URL: /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar to file: /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:05.450Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:05.558Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:05.559Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:06.279Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15837505261434420566/Definitions/service-BasicOnboardSrvrbo-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-10-23T04:04:08.534Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-23T04:04:08.539Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-23T04:04:08.539Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:08.539Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-23T04:04:08.540Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||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-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:08.540Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|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-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:08.540Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||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-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:08.540Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|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-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:08.540Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:08.540Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:08.540Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|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-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:08.541Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SRVrbo 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-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:08.541Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:08.541Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-23T04:04:08.547Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:08.549Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:04:08.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria 2022-10-23T04:04:08.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-23T04:04:08.555Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:04:08.556Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:08.557Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:04:08.557Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria 2022-10-23T04:04:08.557Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-23T04:04:08.557Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:04:08.557Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:08.558Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:04:08.561Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:08.561Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is not matching search criteria 2022-10-23T04:04:08.561Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-10-23T04:04:08.562Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-10-23T04:04:08.562Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-10-23T04:04:08.562Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-23T04:04:08.562Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-23T04:04:08.562Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:08.563Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-23T04:04:08.564Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:08.564Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria 2022-10-23T04:04:08.564Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:04:08.564Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:08.565Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria 2022-10-23T04:04:08.565Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:04:08.565Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:08.565Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria 2022-10-23T04:04:08.565Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:04:08.566Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:08.566Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is not matching search criteria 2022-10-23T04:04:08.566Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-23T04:04:08.572Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-23T04:04:08.573Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8d0c3d5e-bb79-4842-9531-faedffdb86bc 2022-10-23T04:04:08.573Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:08.573Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:04:08.573Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:08.573Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:04:08.573Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:08.574Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:04:08.574Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:08.574Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:04:08.574Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_SRVrbo Description:service Model UUID:a1894b33-9318-47d1-91f8-74fdefdedfcd Model Version:NULL Model InvariantUuid:5219a528-e528-426c-a03b-b44a1b32e7f1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_SRVrbo Model UUID:9a4c712e-e40d-4494-b8ed-bc0dde9318df Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2658a2a5-c6f2-41c5-84c7-d960f8cdfbdc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ce86caf3-e296-4a53-bb90-65fa5ba9af2d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d2594470-d76e-4a32-ad39-b61308194cde ModelName:BasicOnboardSrvrbo..base_ubuntu18..module-0 ModelUuid:f1a6817e-dd02-45fa-8f93-7518e593c70d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8d0c3d5e-bb79-4842-9531-faedffdb86bc ModelInvariantUuid:9d61c294-9d5c-4645-bf54-37e8ddb79de7 ModelName:basic_onboard_SRVrbo-nodes.ubuntu18Cvfc ModelUuid:72fe9fd7-99e3-4076-af71-27d048cfd2b5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:713e8db6-7a15-4899-84e0-06da318e4bd4 ModelInvariantUuid:092bfd47-97d2-4915-99d3-e555201e1771 ModelName:BasicOnboardSrvrbo.compute.nodes.heat.ubuntu18 ModelUuid:5dfb0446-550a-4082-bdbc-12f92e37a30f 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-10-23T04:04:08.592Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 58e657b9-1b82-4373-bed5-62a7d3fa250f 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-10-23T04:04:08.752Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||basic_onboard_SRVrbo 0 2022-10-23T04:04:08.760Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 58e657b9-1b82-4373-bed5-62a7d3fa250f 2022-10-23T04:04:08.760Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7006d5be-d8fc-4948-88ea-66d92440f801 from URL: /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json 2022-10-23T04:04:08.761Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-23T04:04:08.761Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json 2022-10-23T04:04:08.825Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-23T04:04:08.826Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json 7006d5be-d8fc-4948-88ea-66d92440f801 798 2022-10-23T04:04:08.826Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json ASDC sendASDCNotification 2022-10-23T04:04:08.826Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json 2022-10-23T04:04:08.826Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:04:08.827Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:04:08.833Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:04:08.833Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497848826, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:04:08.933Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:04:08.934Z||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-10-23T04:04:08.934Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:04:08.948Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:04:08.949Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:04:09.835Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardSrvrbo..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d2594470-d76e-4a32-ad39-b61308194cde", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f1a6817e-dd02-45fa-8f93-7518e593c70d", "vfModuleModelCustomizationUUID": "504ea819-f713-4e56-aaa1-36e99ead59e8", "isBase": true, "artifacts": [ "bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9", "51d12238-1ecd-4726-8bdf-984c4ffd6bb5" ], "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-10-23T04:04:09.869Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardSrvrbo..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f1a6817e-dd02-45fa-8f93-7518e593c70d VfModuleModelInvariantUUID:d2594470-d76e-4a32-ad39-b61308194cde VfModuleModelDescription:NULL Artifacts UUID List:{ bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9 , 51d12238-1ecd-4726-8bdf-984c4ffd6bb5 } 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-10-23T04:04:09.872Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardSrvrbo..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d2594470-d76e-4a32-ad39-b61308194cde", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f1a6817e-dd02-45fa-8f93-7518e593c70d", "vfModuleModelCustomizationUUID": "504ea819-f713-4e56-aaa1-36e99ead59e8", "isBase": true, "artifacts": [ "bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9", "51d12238-1ecd-4726-8bdf-984c4ffd6bb5" ], "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-10-23T04:04:09.872Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardSrvrbo..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f1a6817e-dd02-45fa-8f93-7518e593c70d VfModuleModelInvariantUUID:d2594470-d76e-4a32-ad39-b61308194cde VfModuleModelDescription:NULL Artifacts UUID List:{ bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9 , 51d12238-1ecd-4726-8bdf-984c4ffd6bb5 } 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-10-23T04:04:09.872Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9 from URL: /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml 2022-10-23T04:04:09.873Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-23T04:04:09.873Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml 2022-10-23T04:04:09.920Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-23T04:04:09.920Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml bce72cd5-fc14-4d6b-bca4-10d81e9d2fe9 5033 2022-10-23T04:04:09.920Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-23T04:04:09.920Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml 2022-10-23T04:04:09.921Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:04:09.921Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:04:09.923Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:04:09.923Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497849920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:04:10.023Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:04:10.025Z||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-10-23T04:04:10.025Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:04:10.041Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:04:10.043Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:04:10.924Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 51d12238-1ecd-4726-8bdf-984c4ffd6bb5 from URL: /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env 2022-10-23T04:04:10.925Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-23T04:04:10.925Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env 2022-10-23T04:04:11.201Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-23T04:04:11.202Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env 51d12238-1ecd-4726-8bdf-984c4ffd6bb5 909 2022-10-23T04:04:11.202Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-23T04:04:11.202Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env 2022-10-23T04:04:11.203Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:04:11.203Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:04:11.207Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:04:11.207Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497851202, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:04:11.307Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:04:11.308Z||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-10-23T04:04:11.308Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:04:11.321Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:04:11.321Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:04:12.208Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a1894b33-9318-47d1-91f8-74fdefdedfcd 2022-10-23T04:04:12.208Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SRVrbo 0 58e657b9-1b82-4373-bed5-62a7d3fa250f 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-10-23T04:04:12.241Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a513ea8, org.onap.sdc.toscaparser.api.parameters.Input@426d320d, org.onap.sdc.toscaparser.api.parameters.Input@6fc1615e, org.onap.sdc.toscaparser.api.parameters.Input@177164c6, org.onap.sdc.toscaparser.api.parameters.Input@74b6acfe] 2022-10-23T04:04:12.245Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:12.246Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:04:12.246Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-10-23T04:04:12.246Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= ce86caf3-e296-4a53-bb90-65fa5ba9af2d 2022-10-23T04:04:12.246Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce86caf3-e296-4a53-bb90-65fa5ba9af2d matches Tosca VF Customization UUID: ce86caf3-e296-4a53-bb90-65fa5ba9af2d 2022-10-23T04:04:12.246Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: ce86caf3-e296-4a53-bb90-65fa5ba9af2d 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-10-23T04:04:12.255Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:12.255Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:04:12.257Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id ce86caf3-e296-4a53-bb90-65fa5ba9af2d: {\"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-10-23T04:04:12.257Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6efea919 2022-10-23T04:04:12.258Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:12.258Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-23T04:04:12.259Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 504ea819-f713-4e56-aaa1-36e99ead59e8 2022-10-23T04:04:12.261Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 504ea819-f713-4e56-aaa1-36e99ead59e8 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-10-23T04:04:12.269Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:12.269Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria 2022-10-23T04:04:12.269Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:04:12.270Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:12.271Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria 2022-10-23T04:04:12.271Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:04:12.271Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:12.271Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is not matching search criteria 2022-10-23T04:04:12.271Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-23T04:04:12.272Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-23T04:04:12.272Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8d0c3d5e-bb79-4842-9531-faedffdb86bc 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-10-23T04:04:12.284Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:12.285Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria 2022-10-23T04:04:12.285Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:04:12.285Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:12.286Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_SRVrbo 0 is matching search criteria 2022-10-23T04:04:12.286Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_SRVrbo 0] matching following query criteria: sdcType=VF, customizationUUID=ce86caf3-e296-4a53-bb90-65fa5ba9af2d 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-10-23T04:04:12.288Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:12.288Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:04:12.288Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a1894b33-9318-47d1-91f8-74fdefdedfcd: basic_onboard_SRVrbo 2022-10-23T04:04:12.289Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:12.289Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:04:12.289Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:12.289Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:04:12.289Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:12.289Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:04:12.290Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:12.290Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:04:12.290Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:04:12.290Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_SRVrbo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:04:12.290Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_SRVrbo 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-10-23T04:04:12.493Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SRVrbo 58e657b9-1b82-4373-bed5-62a7d3fa250f 1 ASDC deployResourceStructure 2022-10-23T04:04:12.493Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json ASDC sendASDCNotification 2022-10-23T04:04:12.494Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json 2022-10-23T04:04:12.494Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:04:12.494Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:04:12.496Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:04:12.496Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497852493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:04:12.597Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-23T04:04:12.598Z||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-10-23T04:04:12.598Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:04:12.614Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:04:12.614Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:04:13.497Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-23T04:04:13.497Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml 2022-10-23T04:04:13.497Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:04:13.498Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:04:13.500Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:04:13.500Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497853497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-23T04:04:13.600Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:04:13.601Z||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-10-23T04:04:13.601Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:04:13.615Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:04:13.615Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:04:14.501Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-23T04:04:14.501Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env 2022-10-23T04:04:14.501Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:04:14.501Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:04:14.503Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:04:14.504Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497854500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-23T04:04:14.604Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:04:14.605Z||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-10-23T04:04:14.605Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:04:14.618Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:04:14.618Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:04:15.505Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar ASDC sendASDCNotification 2022-10-23T04:04:15.506Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar 2022-10-23T04:04:15.507Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:04:15.507Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:04:15.509Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:04:15.509Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497855505, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:04:15.610Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:04:15.610Z||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-10-23T04:04:15.611Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:04:15.625Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:04:15.625Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:04:16.510Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbbac6c-f291-47d5-b222-5724db2c06e0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:04:16.549Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbbac6c-f291-47d5-b222-5724db2c06e0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:04:16.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:04:16.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-23T04:04:16.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-23T04:04:16.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-23T04:04:16.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:04:16.553Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:04:16.554Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:04:16.554Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:04:16.554Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:04:16.554Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:04:16.554Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|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-10-23T04:04:16.560Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-23T04:04:46.560Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebbbac6c-f291-47d5-b222-5724db2c06e0 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-10-23T04:04:46.571Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebbbac6c-f291-47d5-b222-5724db2c06e0 and serviceModelVersionId: a1894b33-9318-47d1-91f8-74fdefdedfcd 2022-10-23T04:04:46.571Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5219a528-e528-426c-a03b-b44a1b32e7f1 2022-10-23T04:04:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:04:56.418Z||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-10-23T04:04:56.419Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:04:56.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:04:56.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:04:56.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497836408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:04:56.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:03.027Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5219a528-e528-426c-a03b-b44a1b32e7f1/model-vers/model-ver/a1894b33-9318-47d1-91f8-74fdefdedfcd?depth=0 2022-10-23T04:05:03.162Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-10-23T04:05:03.728Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|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/5219a528-e528-426c-a03b-b44a1b32e7f1/model-vers/model-ver/a1894b33-9318-47d1-91f8-74fdefdedfcd?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-10-23T04:05:03.734Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5219a528-e528-426c-a03b-b44a1b32e7f1/model-vers/model-ver/a1894b33-9318-47d1-91f8-74fdefdedfcd?depth=0|INFO|500||Invoke 2022-10-23T04:05:03.867Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5219a528-e528-426c-a03b-b44a1b32e7f1/model-vers/model-ver/a1894b33-9318-47d1-91f8-74fdefdedfcd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-23T04:05:04.084Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5219a528-e528-426c-a03b-b44a1b32e7f1/model-vers/model-ver/a1894b33-9318-47d1-91f8-74fdefdedfcd?depth=0|INFO|500||InvokeReturn 2022-10-23T04:05:04.085Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|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/5219a528-e528-426c-a03b-b44a1b32e7f1/model-vers/model-ver/a1894b33-9318-47d1-91f8-74fdefdedfcd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221023-04:05:04:233-59751], vertex-id=[372760], Content-Length=[0], Date=[Sun, 23 Oct 2022 04:05:04 GMT], Content-Type=[application/json]} 2022-10-23T04:05:04.087Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-10-23T04:05:04.091Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-23T04:05:04.092Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|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-10-23T04:05:04.101Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|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-10-23T04:05:04.102Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebbbac6c-f291-47d5-b222-5724db2c06e0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-23T04:05:04.103Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-23T04:05:04.104Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:04.107Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:04.107Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497904103, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:05:04.207Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:05:04.208Z||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-10-23T04:05:04.208Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:04.229Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:04.230Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-23T04:05:05.122Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:05:05.123Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|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-10-23T04:05:05.123Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:05.753Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:05.754Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-23T04:05:05.755Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a3bb014-1148-409e-9061-9fd58722e17c","serviceName":"vFW 2022-10-23 04-03-22","serviceVersion":"1.0","serviceUUID":"af19cac2-855d-4f6c-9c3c-e18525fc4e1e","serviceDescription":"catalog service description","serviceInvariantUUID":"28424d38-06f6-4374-bb45-bb4b985d9d39","resources":[{"resourceInstanceName":"vFW c0bcac9c-49d8 0","resourceName":"vFW c0bcac9c-49d8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"039c9017-f9a4-4391-9ae4-e4ec48280f31","resourceInvariantUUID":"cf97157d-59b9-4edc-a1a5-99661b3ed63e","resourceCustomizationUUID":"a44c5e00-2568-4692-b82a-4db091738749","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml","artifactChecksum":"NjliZGQ1YTQ2ZjdmMTdkYzFiOGMzNzFhZTY0ZjhjOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eeae0f7e-ba15-4974-af3f-842c8c3309b1","artifactVersion":"1"},{"artifactName":"vfwc0bcac9c49d80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json","artifactChecksum":"ODg3YjA4MjdiMTA0YmJjYTRlZmQ5Zjc1MmE3YzY3ZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9efd5acb-abb8-4ea5-b1e2-b71e7f625a3f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml","artifactChecksum":"MjQxYTk4NDljOTBlMTYxYzc4ZjkxODY0YzQzYWRmMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1221c291-bde3-42f4-be33-d5047bbad0e8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5044b8ec-0668-4a4d-8bd0-a2c179131098","artifactVersion":"2","generatedFromUUID":"989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221023040322-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml","artifactChecksum":"MDEyMjliMDdkMWYxMzhiNjU5ZTFjNGM2NTU5Y2FkNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c59cab57-5e14-4364-9915-97c00617c6b3","artifactVersion":"1"},{"artifactName":"service-Vfw20221023040322-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar","artifactChecksum":"ZjcyZWM5NDk1NzUyYjZjOGQ5MTZhYjYwZDNlNWY3NTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"adb68506-b02b-441d-9d8a-d1f4296eb346","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-23T04:05:05.758Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:05:05.758Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:05.760Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:05.760Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497905122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:05.860Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:05:05.861Z||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-10-23T04:05:05.862Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:05.876Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:05.877Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:05:06.762Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:05:06.764Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:06.766Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:06.766Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497905122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "status": "NOTIFIED" } 2022-10-23T04:05:06.866Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:05:06.867Z||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-10-23T04:05:06.867Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:06.880Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:06.881Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:05:07.767Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:05:07.768Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:07.770Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:07.770Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497905122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-23T04:05:07.870Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:05:07.871Z||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-10-23T04:05:07.871Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:07.885Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:07.885Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:05:08.771Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:05:08.773Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:08.776Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:08.776Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497905122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:08.877Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-23T04:05:08.878Z||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-10-23T04:05:08.878Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:08.901Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:08.902Z||pool-22-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:05:09.777Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:05:09.778Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:09.780Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:09.780Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497905122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-23T04:05:09.880Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:05:09.881Z||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-10-23T04:05:09.881Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:09.902Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:09.902Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:05:10.781Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:05:10.782Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:10.784Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:10.785Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497905122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:10.885Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:05:10.886Z||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-10-23T04:05:10.886Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:10.900Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:10.900Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:05:11.785Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:05:11.787Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:11.789Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:11.789Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497905122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:05:11.890Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-23T04:05:11.892Z||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-10-23T04:05:11.892Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:11.910Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:11.911Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:05:12.799Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "serviceName": "vFW 2022-10-23 04-03-22", "serviceVersion": "1.0", "serviceUUID": "af19cac2-855d-4f6c-9c3c-e18525fc4e1e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28424d38-06f6-4374-bb45-bb4b985d9d39", "resources": [ { "resourceInstanceName": "vFW c0bcac9c-49d8 0", "resourceCustomizationUUID": "a44c5e00-2568-4692-b82a-4db091738749", "resourceName": "vFW c0bcac9c-49d8", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "039c9017-f9a4-4391-9ae4-e4ec48280f31", "resourceInvariantUUID": "cf97157d-59b9-4edc-a1a5-99661b3ed63e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwc0bcac9c49d80_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "artifactChecksum": "ODg3YjA4MjdiMTA0YmJjYTRlZmQ5Zjc1MmE3YzY3ZmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9efd5acb-abb8-4ea5-b1e2-b71e7f625a3f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5044b8ec-0668-4a4d-8bd0-a2c179131098", "generatedFromUUID": "989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5044b8ec-0668-4a4d-8bd0-a2c179131098", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221023040322-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "artifactChecksum": "ZjcyZWM5NDk1NzUyYjZjOGQ5MTZhYjYwZDNlNWY3NTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "adb68506-b02b-441d-9d8a-d1f4296eb346" } ], "workloadContext": "Production" } 2022-10-23T04:05:12.800Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-23T04:05:12.800Z|ebbbac6c-f291-47d5-b222-5724db2c06e0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 af19cac2-855d-4f6c-9c3c-e18525fc4e1e ASDC 2022-10-23T04:05:12.800Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:7a3bb014-1148-409e-9061-9fd58722e17c ServiceName:vFW 2022-10-23 04-03-22 ServiceVersion:1.0 ServiceUUID:af19cac2-855d-4f6c-9c3c-e18525fc4e1e ServiceInvariantUUID:28424d38-06f6-4374-bb45-bb4b985d9d39 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221023040322-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar ArtifactUUID:adb68506-b02b-441d-9d8a-d1f4296eb346 ArtifactChecksum:ZjcyZWM5NDk1NzUyYjZjOGQ5MTZhYjYwZDNlNWY3NTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW c0bcac9c-49d8 0 ResourceCustomizationUUID:a44c5e00-2568-4692-b82a-4db091738749 ResourceInvariantUUID:cf97157d-59b9-4edc-a1a5-99661b3ed63e ResourceName:vFW c0bcac9c-49d8 ResourceType:VF ResourceUUID:039c9017-f9a4-4391-9ae4-e4ec48280f31 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwc0bcac9c49d80_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json ArtifactUUID:9efd5acb-abb8-4ea5-b1e2-b71e7f625a3f ArtifactChecksum:ODg3YjA4MjdiMTA0YmJjYTRlZmQ5Zjc1MmE3YzY3ZmQ= 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/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml ArtifactUUID:989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env ArtifactUUID:5044b8ec-0668-4a4d-8bd0-a2c179131098 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env ArtifactUUID:5044b8ec-0668-4a4d-8bd0-a2c179131098 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-23T04:05:12.801Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af19cac2-855d-4f6c-9c3c-e18525fc4e1e 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-10-23T04:05:12.873Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:05:12.874Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-23T04:05:12.874Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-23T04:05:12.875Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: adb68506-b02b-441d-9d8a-d1f4296eb346 from URL: /sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar 2022-10-23T04:05:12.875Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-23T04:05:12.876Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar 2022-10-23T04:05:12.960Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-23T04:05:12.965Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar adb68506-b02b-441d-9d8a-d1f4296eb346 99003 2022-10-23T04:05:12.966Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar ASDC sendASDCNotification 2022-10-23T04:05:12.966Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar 2022-10-23T04:05:12.966Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:05:12.967Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:12.969Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:12.969Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497912966, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:13.069Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:05:13.070Z||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-10-23T04:05:13.070Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:13.085Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:13.085Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:05:13.969Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:05:13.971Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-23T04:05:13.971Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: adb68506-b02b-441d-9d8a-d1f4296eb346, URL: /sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar to file: /app/ASDC/1/service-Vfw20221023040322-csar.csar 2022-10-23T04:05:13.971Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221023040322-csar.csar 2022-10-23T04:05:13.972Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221023040322-csar.csar 2022-10-23T04:05:13.972Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221023040322-csar.csar 2022-10-23T04:05:14.182Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6332877598662292446/Definitions/service-Vfw20221023040322-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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_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_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-10-23T04:05:16.352Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-23T04:05:16.353Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-23T04:05:16.353Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar 2022-10-23T04:05:16.353Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-10-23T04:05:16.353Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||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-Vfw20221023040322-csar.csar 2022-10-23T04:05:16.353Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||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-Vfw20221023040322-csar.csar 2022-10-23T04:05:16.353Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-Vfw20221023040322-csar.csar 2022-10-23T04:05:16.353Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar 2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar 2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||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-Vfw20221023040322-csar.csar 2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-Vfw20221023040322-csar.csar 2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||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-Vfw20221023040322-csar.csar 2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar 2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar 2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221023040322-csar.csar 2022-10-23T04:05:16.354Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c0bcac9c-49d8 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-Vfw20221023040322-csar.csar 2022-10-23T04:05:16.355Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-Vfw20221023040322-csar.csar 2022-10-23T04:05:16.355Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-23T04:05:16.355Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:16.355Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:05:16.355Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria 2022-10-23T04:05:16.355Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-23T04:05:16.356Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:05:16.356Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:16.356Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:05:16.356Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria 2022-10-23T04:05:16.356Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-23T04:05:16.357Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:05:16.357Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:16.357Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:05:16.358Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:16.358Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is not matching search criteria 2022-10-23T04:05:16.358Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-23T04:05:16.358Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-23T04:05:16.359Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-23T04:05:16.359Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-23T04:05:16.359Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-23T04:05:16.360Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-23T04:05:16.360Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-23T04:05:16.360Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-23T04:05:16.360Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-23T04:05:16.360Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-23T04:05:16.361Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-23T04:05:16.361Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-23T04:05:16.361Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-23T04:05:16.361Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-23T04:05:16.362Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-23T04:05:16.362Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-23T04:05:16.362Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:16.362Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-23T04:05:16.363Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:16.363Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria 2022-10-23T04:05:16.363Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:05:16.364Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:16.364Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria 2022-10-23T04:05:16.364Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:05:16.364Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:16.365Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria 2022-10-23T04:05:16.365Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:05:16.365Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:16.366Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is not matching search criteria 2022-10-23T04:05:16.366Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-23T04:05:16.366Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-10-23T04:05:16.366Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-23T04:05:16.367Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-23T04:05:16.367Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-23T04:05:16.367Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-23T04:05:16.367Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-23T04:05:16.368Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-23T04:05:16.368Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-23T04:05:16.368Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-23T04:05:16.368Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-23T04:05:16.369Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e8c3f220-aeae-4ba1-b053-f6284eacb807 2022-10-23T04:05:16.369Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:16.369Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is not matching search criteria 2022-10-23T04:05:16.369Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-23T04:05:16.369Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-23T04:05:16.370Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-23T04:05:16.370Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-23T04:05:16.370Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-23T04:05:16.370Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-23T04:05:16.370Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-23T04:05:16.370Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-10-23T04:05:16.371Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-23T04:05:16.371Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-23T04:05:16.371Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-23T04:05:16.371Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-23T04:05:16.371Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=baa0e3f4-88bc-490e-98f2-bd95a40ca822 2022-10-23T04:05:16.371Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:16.372Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is not matching search criteria 2022-10-23T04:05:16.372Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-23T04:05:16.372Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-23T04:05:16.372Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-23T04:05:16.372Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-23T04:05:16.373Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-23T04:05:16.373Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-23T04:05:16.373Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-23T04:05:16.373Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-23T04:05:16.373Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-23T04:05:16.373Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-23T04:05:16.373Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-23T04:05:16.374Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-10-23T04:05:16.374Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c1ca1f7e-9410-4423-a79c-829b952ca037 2022-10-23T04:05:16.374Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:16.374Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:05:16.374Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:16.374Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:05:16.375Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:16.375Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:05:16.375Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:16.375Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:05:16.375Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-10-23 04-03-22 Description:catalog service description Model UUID:af19cac2-855d-4f6c-9c3c-e18525fc4e1e Model Version:NULL Model InvariantUuid:28424d38-06f6-4374-bb45-bb4b985d9d39 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW c0bcac9c-49d8 Model UUID:7b019153-927a-4b92-8ff5-044fe4d4395d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:cf97157d-59b9-4edc-a1a5-99661b3ed63e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a44c5e00-2568-4692-b82a-4db091738749 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:39dc2623-33d3-4aa0-8cb0-4fb40ce323ad ModelName:VfwC0bcac9c49d8..base_vfw..module-0 ModelUuid:2ccb4cb8-d5f6-460e-8b49-064580ea985e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e8c3f220-aeae-4ba1-b053-f6284eacb807 ModelInvariantUuid:b7ddf15b-cfa3-4aa1-ad66-68457cea8c0a ModelName:vFW c0bcac9c-49d8-nodes.vfwCvfc ModelUuid:5efe40cb-0873-4a8a-910c-9c56c5bb88f3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:7587cb83-baab-4b85-a9b2-c7e8c14aa60b ModelInvariantUuid:bff96303-8e10-4bea-9cb0-a8c3e64ee9d9 ModelName:VfwC0bcac9c49d8.compute.nodes.heat.vfw ModelUuid:03a00484-9db6-437e-a428-edc836911a26 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:baa0e3f4-88bc-490e-98f2-bd95a40ca822 ModelInvariantUuid:76217895-a3ed-4d38-bb69-01106cf0eed7 ModelName:vFW c0bcac9c-49d8-nodes.vsnCvfc ModelUuid:9c36ed2c-4aaf-4ef5-8a5d-014794d7bdc7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:81e41420-d54c-4edb-aa6d-24f4c3975eed ModelInvariantUuid:eace304e-5dc4-44af-a38c-d832c8e24966 ModelName:VfwC0bcac9c49d8.compute.nodes.heat.vsn ModelUuid:efb6012d-2908-422f-9e8a-ef61d6235673 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c1ca1f7e-9410-4423-a79c-829b952ca037 ModelInvariantUuid:e3a70510-2cc7-4d47-99d1-6a87563dcc54 ModelName:vFW c0bcac9c-49d8-nodes.vpgCvfc ModelUuid:6a3468c2-88c5-4103-b868-2f5267c824f2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:931eaa95-c9b1-4f8a-89d6-4fa5e914ebca ModelInvariantUuid:c39a4026-3502-47a4-9318-18f046871a51 ModelName:VfwC0bcac9c49d8.compute.nodes.heat.vpg ModelUuid:ca3c83a6-c07e-4d81-b7bc-43f8d154a10f 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-10-23T04:05:16.383Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 039c9017-f9a4-4391-9ae4-e4ec48280f31 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-10-23T04:05:16.386Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||vFW c0bcac9c-49d8 0 2022-10-23T04:05:16.386Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 039c9017-f9a4-4391-9ae4-e4ec48280f31 2022-10-23T04:05:16.386Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9efd5acb-abb8-4ea5-b1e2-b71e7f625a3f from URL: /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json 2022-10-23T04:05:16.386Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-23T04:05:16.387Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json 2022-10-23T04:05:16.442Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-23T04:05:16.442Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json 9efd5acb-abb8-4ea5-b1e2-b71e7f625a3f 785 2022-10-23T04:05:16.443Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json ASDC sendASDCNotification 2022-10-23T04:05:16.443Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json 2022-10-23T04:05:16.443Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:05:16.443Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:16.445Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:16.445Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497916443, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:16.545Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:05:16.546Z||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-10-23T04:05:16.547Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:16.562Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:16.562Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:05:17.446Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC0bcac9c49d8..base_vfw..module-0", "vfModuleModelInvariantUUID": "39dc2623-33d3-4aa0-8cb0-4fb40ce323ad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ccb4cb8-d5f6-460e-8b49-064580ea985e", "vfModuleModelCustomizationUUID": "fb43c718-b82a-40c2-bf1e-29147c2d3a0e", "isBase": true, "artifacts": [ "989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a", "5044b8ec-0668-4a4d-8bd0-a2c179131098" ], "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-10-23T04:05:17.452Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC0bcac9c49d8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ccb4cb8-d5f6-460e-8b49-064580ea985e VfModuleModelInvariantUUID:39dc2623-33d3-4aa0-8cb0-4fb40ce323ad VfModuleModelDescription:NULL Artifacts UUID List:{ 989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a , 5044b8ec-0668-4a4d-8bd0-a2c179131098 } 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-10-23T04:05:17.454Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC0bcac9c49d8..base_vfw..module-0", "vfModuleModelInvariantUUID": "39dc2623-33d3-4aa0-8cb0-4fb40ce323ad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ccb4cb8-d5f6-460e-8b49-064580ea985e", "vfModuleModelCustomizationUUID": "fb43c718-b82a-40c2-bf1e-29147c2d3a0e", "isBase": true, "artifacts": [ "989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a", "5044b8ec-0668-4a4d-8bd0-a2c179131098" ], "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-10-23T04:05:17.454Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC0bcac9c49d8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ccb4cb8-d5f6-460e-8b49-064580ea985e VfModuleModelInvariantUUID:39dc2623-33d3-4aa0-8cb0-4fb40ce323ad VfModuleModelDescription:NULL Artifacts UUID List:{ 989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a , 5044b8ec-0668-4a4d-8bd0-a2c179131098 } 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-10-23T04:05:17.454Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a from URL: /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml 2022-10-23T04:05:17.454Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-23T04:05:17.455Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml 2022-10-23T04:05:17.528Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-23T04:05:17.529Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml 989c68bf-cfbf-4a2d-bd7e-1cfcc2541d6a 20368 2022-10-23T04:05:17.529Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-10-23T04:05:17.529Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml 2022-10-23T04:05:17.530Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:05:17.530Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:17.532Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:17.532Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497917529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:17.632Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:05:17.633Z||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-10-23T04:05:17.633Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:17.650Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:17.651Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:05:18.533Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5044b8ec-0668-4a4d-8bd0-a2c179131098 from URL: /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env 2022-10-23T04:05:18.533Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-23T04:05:18.534Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env 2022-10-23T04:05:18.599Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-23T04:05:18.599Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env 5044b8ec-0668-4a4d-8bd0-a2c179131098 2098 2022-10-23T04:05:18.599Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-10-23T04:05:18.599Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env 2022-10-23T04:05:18.600Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:05:18.600Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:18.602Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:18.603Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497918599, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:18.703Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:05:18.704Z||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-10-23T04:05:18.704Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:18.721Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:18.721Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:05:19.603Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: af19cac2-855d-4f6c-9c3c-e18525fc4e1e 2022-10-23T04:05:19.604Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c0bcac9c-49d8 0 039c9017-f9a4-4391-9ae4-e4ec48280f31 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-10-23T04:05:19.627Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c724974, org.onap.sdc.toscaparser.api.parameters.Input@1ea5f881, org.onap.sdc.toscaparser.api.parameters.Input@35a099, org.onap.sdc.toscaparser.api.parameters.Input@54ed33db, org.onap.sdc.toscaparser.api.parameters.Input@5adae9db] 2022-10-23T04:05:19.629Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.629Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:05:19.629Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-10-23T04:05:19.629Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a44c5e00-2568-4692-b82a-4db091738749 2022-10-23T04:05:19.630Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a44c5e00-2568-4692-b82a-4db091738749 matches Tosca VF Customization UUID: a44c5e00-2568-4692-b82a-4db091738749 2022-10-23T04:05:19.630Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a44c5e00-2568-4692-b82a-4db091738749 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-10-23T04:05:19.632Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.633Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:05:19.633Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a44c5e00-2568-4692-b82a-4db091738749: {\"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-10-23T04:05:19.634Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b58a783 2022-10-23T04:05:19.634Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.634Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-23T04:05:19.634Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fb43c718-b82a-40c2-bf1e-29147c2d3a0e 2022-10-23T04:05:19.635Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fb43c718-b82a-40c2-bf1e-29147c2d3a0e 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-10-23T04:05:19.637Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.637Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria 2022-10-23T04:05:19.637Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:05:19.638Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.638Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria 2022-10-23T04:05:19.638Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:05:19.638Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.639Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is not matching search criteria 2022-10-23T04:05:19.639Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-23T04:05:19.639Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-10-23T04:05:19.639Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-23T04:05:19.639Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-23T04:05:19.640Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-23T04:05:19.640Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-23T04:05:19.640Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-23T04:05:19.640Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-23T04:05:19.640Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-23T04:05:19.641Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-23T04:05:19.641Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-23T04:05:19.641Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e8c3f220-aeae-4ba1-b053-f6284eacb807 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-10-23T04:05:19.643Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.644Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria 2022-10-23T04:05:19.644Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:05:19.644Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.644Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is not matching search criteria 2022-10-23T04:05:19.645Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-23T04:05:19.645Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-23T04:05:19.645Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-23T04:05:19.645Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-23T04:05:19.645Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-23T04:05:19.646Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-23T04:05:19.646Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-23T04:05:19.647Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-10-23T04:05:19.647Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-23T04:05:19.647Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-23T04:05:19.647Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-23T04:05:19.648Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-23T04:05:19.648Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=baa0e3f4-88bc-490e-98f2-bd95a40ca822 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-10-23T04:05:19.650Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.651Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria 2022-10-23T04:05:19.651Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:05:19.655Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.655Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is not matching search criteria 2022-10-23T04:05:19.656Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-23T04:05:19.656Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-23T04:05:19.656Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-23T04:05:19.656Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-23T04:05:19.656Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-23T04:05:19.657Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-23T04:05:19.657Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-23T04:05:19.657Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-23T04:05:19.657Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-23T04:05:19.657Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-23T04:05:19.658Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-23T04:05:19.658Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-10-23T04:05:19.658Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c1ca1f7e-9410-4423-a79c-829b952ca037 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-10-23T04:05:19.662Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.662Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria 2022-10-23T04:05:19.663Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:05:19.663Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.663Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Node template vFW c0bcac9c-49d8 0 is matching search criteria 2022-10-23T04:05:19.663Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c0bcac9c-49d8 0] matching following query criteria: sdcType=VF, customizationUUID=a44c5e00-2568-4692-b82a-4db091738749 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-10-23T04:05:19.666Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.667Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:05:19.667Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid af19cac2-855d-4f6c-9c3c-e18525fc4e1e: vFW c0bcac9c-49d8 2022-10-23T04:05:19.667Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.668Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:05:19.668Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.668Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:05:19.668Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.668Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:05:19.669Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.669Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:05:19.669Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:05:19.669Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-23 04-03-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:05:19.669Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-10-23 04-03-22 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-10-23T04:05:19.881Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c0bcac9c-49d8 039c9017-f9a4-4391-9ae4-e4ec48280f31 1 ASDC deployResourceStructure 2022-10-23T04:05:19.882Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json ASDC sendASDCNotification 2022-10-23T04:05:19.882Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json 2022-10-23T04:05:19.882Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:05:19.883Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:19.885Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:19.885Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497919882, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:05:19.985Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:05:19.986Z||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-10-23T04:05:19.986Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:20.003Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:20.003Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:05:20.886Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-10-23T04:05:20.887Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml 2022-10-23T04:05:20.887Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:05:20.887Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:20.890Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:20.890Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497920886, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-10-23T04:05:20.990Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:05:20.991Z||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-10-23T04:05:20.992Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:21.009Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:21.009Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:05:21.892Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-10-23T04:05:21.893Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env 2022-10-23T04:05:21.894Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:05:21.894Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:21.899Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:21.899Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497921891, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-10-23T04:05:21.999Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:05:22.001Z||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-10-23T04:05:22.001Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:22.017Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:22.018Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:05:22.900Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar ASDC sendASDCNotification 2022-10-23T04:05:22.900Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar 2022-10-23T04:05:22.900Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:05:22.901Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:05:22.903Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:05:22.903Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497922900, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:05:23.003Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:05:23.004Z||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-10-23T04:05:23.004Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:23.018Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:23.018Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:05:23.903Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a3bb014-1148-409e-9061-9fd58722e17c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:05:23.917Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a3bb014-1148-409e-9061-9fd58722e17c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:05:23.919Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:05:23.920Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-23T04:05:23.920Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-23T04:05:53.920Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a3bb014-1148-409e-9061-9fd58722e17c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:05:53.937Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a3bb014-1148-409e-9061-9fd58722e17c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:05:53.939Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:05:53.939Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-23T04:05:53.940Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-23T04:05:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:05:56.419Z||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-10-23T04:05:56.419Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:05:56.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:05:56.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497836408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:05:56.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497836408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-23T04:05:56.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497836408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497836408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-23T04:05:56.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497836408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497836408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:05:56.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497844438, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:56.466Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497848826, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:56.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497849920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:56.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "clamp", "timestamp": 1666497840076, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "cds", "timestamp": 1666497845574, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "multicloud-k8s-id", "timestamp": 1666497848080, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "policy-id", "timestamp": 1666497848049, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "clamp", "timestamp": 1666497840076, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "status": "NOTIFIED" } 2022-10-23T04:05:56.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "cds", "timestamp": 1666497845574, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "policy-id", "timestamp": 1666497848049, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "multicloud-k8s-id", "timestamp": 1666497848080, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "status": "NOTIFIED" } 2022-10-23T04:05:56.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497851202, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:56.472Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "clamp", "timestamp": 1666497840076, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "multicloud-k8s-id", "timestamp": 1666497848080, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-23T04:05:56.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "cds", "timestamp": 1666497845574, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "policy-id", "timestamp": 1666497848049, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-23T04:05:56.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497851153, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497852493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/basic_onboard_srvrbo0_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:05:56.475Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "clamp", "timestamp": 1666497840076, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "cds", "timestamp": 1666497845574, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "multicloud-k8s-id", "timestamp": 1666497848080, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "policy-id", "timestamp": 1666497848049, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497851153, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497853497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-23T04:05:56.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "clamp", "timestamp": 1666497840076, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "cds", "timestamp": 1666497845574, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "policy-id", "timestamp": 1666497848049, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "multicloud-k8s-id", "timestamp": 1666497848080, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-23T04:05:56.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497851153, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497854500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/resourceInstances/basic_onboard_srvrbo0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-23T04:05:56.481Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "clamp", "timestamp": 1666497840076, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "cds", "timestamp": 1666497845574, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "multicloud-k8s-id", "timestamp": 1666497848080, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "policy-id", "timestamp": 1666497848049, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "ves-openapi-manager", "timestamp": 1666497855617, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497851153, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497855505, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSrvrbo/1.0/artifacts/service-BasicOnboardSrvrbo-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:05:56.484Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "clamp", "timestamp": 1666497840076, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:05:56.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "cds", "timestamp": 1666497845574, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:05:56.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "policy-id", "timestamp": 1666497848049, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:05:56.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "multicloud-k8s-id", "timestamp": 1666497848080, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:05:56.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "ves-openapi-manager", "timestamp": 1666497855617, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497851153, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "ves-openapi-manager", "timestamp": 1666497855617, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497851153, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "cds", "timestamp": 1666497858030, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:56.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "multicloud-k8s-id", "timestamp": 1666497858417, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:56.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "policy-id", "timestamp": 1666497857274, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:56.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "ves-openapi-manager", "timestamp": 1666497855617, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497851153, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:05:56.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "cds", "timestamp": 1666497859037, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-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-10-23T04:05:56.499Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a3bb014-1148-409e-9061-9fd58722e17c 2022-10-23T04:05:56.499Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3bb014-1148-409e-9061-9fd58722e17c 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-10-23T04:05:56.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "policy-id", "timestamp": 1666497858279, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:05:56.512Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "multicloud-k8s-id", "timestamp": 1666497859520, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:56.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "ves-openapi-manager", "timestamp": 1666497855617, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "policy-id", "timestamp": 1666497859282, "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-10-23T04:05:56.519Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a3bb014-1148-409e-9061-9fd58722e17c 2022-10-23T04:05:56.520Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3bb014-1148-409e-9061-9fd58722e17c 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-10-23T04:05:56.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497858907, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:56.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "multicloud-k8s-id", "timestamp": 1666497860595, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:56.529Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "ves-openapi-manager", "timestamp": 1666497855617, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "multicloud-k8s-id", "timestamp": 1666497861625, "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-10-23T04:05:56.537Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a3bb014-1148-409e-9061-9fd58722e17c 2022-10-23T04:05:56.537Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3bb014-1148-409e-9061-9fd58722e17c 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-10-23T04:05:56.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "ves-openapi-manager", "timestamp": 1666497855617, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "multicloud-k8s-id", "timestamp": 1666497862629, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:05:56.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497862272, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:05:56.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "aai-ml", "timestamp": 1666497863304, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666497863278, "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-10-23T04:05:56.561Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a3bb014-1148-409e-9061-9fd58722e17c 2022-10-23T04:05:56.561Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3bb014-1148-409e-9061-9fd58722e17c 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-10-23T04:05:56.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "aai-ml", "timestamp": 1666497863304, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "aai-ml", "timestamp": 1666497863304, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "clamp", "timestamp": 1666497865682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:56.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "aai-ml", "timestamp": 1666497863304, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "aai-ml", "timestamp": 1666497863304, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "clamp", "timestamp": 1666497867693, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:05:56.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "aai-ml", "timestamp": 1666497863304, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:05:56.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "clamp", "timestamp": 1666497868697, "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-10-23T04:05:56.578Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a3bb014-1148-409e-9061-9fd58722e17c 2022-10-23T04:05:56.579Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3bb014-1148-409e-9061-9fd58722e17c 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-10-23T04:05:56.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "aai-ml", "timestamp": 1666497863304, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:05:56.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:05:56.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "aai-ml", "timestamp": 1666497871070, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:05:56.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "aai-ml", "timestamp": 1666497880821, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:05:56.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:05:56.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:05:56.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "aai-ml", "timestamp": 1666497881826, "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-10-23T04:05:56.594Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a3bb014-1148-409e-9061-9fd58722e17c 2022-10-23T04:05:56.595Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a3bb014-1148-409e-9061-9fd58722e17c 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-10-23T04:06:23.940Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a3bb014-1148-409e-9061-9fd58722e17c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:06:23.957Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a3bb014-1148-409e-9061-9fd58722e17c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:06:23.960Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:06:23.960Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-23T04:06:23.960Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-23T04:06:23.960Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-23T04:06:23.960Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:06:23.961Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:06:23.961Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:06:23.961Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:06:23.961Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:06:23.961Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:06:23.961Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:06:23.966Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-23T04:06:53.967Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a3bb014-1148-409e-9061-9fd58722e17c 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-10-23T04:06:53.975Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a3bb014-1148-409e-9061-9fd58722e17c and serviceModelVersionId: af19cac2-855d-4f6c-9c3c-e18525fc4e1e 2022-10-23T04:06:53.975Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28424d38-06f6-4374-bb45-bb4b985d9d39 2022-10-23T04:06:53.977Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28424d38-06f6-4374-bb45-bb4b985d9d39/model-vers/model-ver/af19cac2-855d-4f6c-9c3c-e18525fc4e1e?depth=0 2022-10-23T04:06:53.985Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-10-23T04:06:54.052Z|7a3bb014-1148-409e-9061-9fd58722e17c|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/28424d38-06f6-4374-bb45-bb4b985d9d39/model-vers/model-ver/af19cac2-855d-4f6c-9c3c-e18525fc4e1e?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-10-23T04:06:54.055Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28424d38-06f6-4374-bb45-bb4b985d9d39/model-vers/model-ver/af19cac2-855d-4f6c-9c3c-e18525fc4e1e?depth=0|INFO|500||Invoke 2022-10-23T04:06:54.087Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28424d38-06f6-4374-bb45-bb4b985d9d39/model-vers/model-ver/af19cac2-855d-4f6c-9c3c-e18525fc4e1e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-23T04:06:54.219Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28424d38-06f6-4374-bb45-bb4b985d9d39/model-vers/model-ver/af19cac2-855d-4f6c-9c3c-e18525fc4e1e?depth=0|INFO|500||InvokeReturn 2022-10-23T04:06:54.220Z|7a3bb014-1148-409e-9061-9fd58722e17c|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/28424d38-06f6-4374-bb45-bb4b985d9d39/model-vers/model-ver/af19cac2-855d-4f6c-9c3c-e18525fc4e1e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221023-04:06:54:452-60358], vertex-id=[213216], Content-Length=[0], Date=[Sun, 23 Oct 2022 04:06:54 GMT], Content-Type=[application/json]} 2022-10-23T04:06:54.222Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-10-23T04:06:54.222Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-23T04:06:54.223Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:06:54.231Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:06:54.231Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a3bb014-1148-409e-9061-9fd58722e17c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-23T04:06:54.231Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-23T04:06:54.232Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:06:54.234Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:06:54.234Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498014231, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:06:54.335Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:06:54.336Z||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-10-23T04:06:54.336Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:06:54.351Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:06:54.352Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-23T04:06:55.251Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:06:55.252Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:06:55.252Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:06:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:06:56.418Z||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-10-23T04:06:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:06:56.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:06:56.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ebbbac6c-f291-47d5-b222-5724db2c06e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497904103, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:06:56.451Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:06:56.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497905122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:06:56.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:06:56.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497905122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "status": "NOTIFIED" } 2022-10-23T04:06:56.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:06:56.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497905122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-23T04:06:56.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:06:56.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497905122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:06:56.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:06:56.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497905122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-23T04:06:56.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:06:56.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497905122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:06:56.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:06:56.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497905122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:06:56.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-23T04:06:56.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497912966, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:06:56.454Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:06:56.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497916443, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:06:56.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:06:56.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497917529, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:06:56.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:06:56.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497918599, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:06:56.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:06:56.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497919882, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/vfwc0bcac9c49d80_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:06:56.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:06:56.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497920886, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-10-23T04:06:56.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:06:56.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497921891, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/resourceInstances/vfwc0bcac9c49d80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-10-23T04:06:56.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:06:56.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-23T04:06:56.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666497922900, "artifactURL": "/sdc/v1/catalog/services/Vfw20221023040322/1.0/artifacts/service-Vfw20221023040322-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:06:56.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:07:04.796Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:07:04.798Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:07:04.800Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:07:04.800Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:07:14.363Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:07:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:07:56.410Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:07:56.410Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:07:56.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:07:56.418Z||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-10-23T04:07:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:07:56.941Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:07:56.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:07:56.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a3bb014-1148-409e-9061-9fd58722e17c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498014231, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:07:56.944Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:08:05.986Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:08:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:08:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:08:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:08:56.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:08:56.417Z||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-10-23T04:08:56.417Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:09:05.996Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:09:06.002Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:09:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:09:56.410Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:09:56.411Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:09:56.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:09:56.418Z||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-10-23T04:09:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:10:05.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:10:05.964Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:10:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:10:56.410Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:10:56.410Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:10:56.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:10:56.417Z||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-10-23T04:10:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:11:05.968Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:11:05.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:11:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:11:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:11:56.410Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:11:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:11:56.418Z||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-10-23T04:11:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:12:05.951Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:12:05.970Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:12:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:12:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:12:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:12:56.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:12:56.419Z||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-10-23T04:12:56.419Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:13:05.955Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:13:05.956Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:13:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:13:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:13:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:13:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:13:56.418Z||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-10-23T04:13:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:14:05.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:14:05.967Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:14:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:14:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:14:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:14:56.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:14:56.418Z||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-10-23T04:14:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:15:05.955Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:15:05.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:15:56.408Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:15:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:15:56.409Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:15:56.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:15:56.418Z||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-10-23T04:15:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:16:05.952Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:16:05.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:16:56.411Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:16:56.412Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:16:56.412Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:16:56.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:16:56.418Z||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-10-23T04:16:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:17:05.971Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:17:05.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:17:56.409Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:17:56.413Z||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-10-23T04:17:56.414Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:17:56.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:17:56.421Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:17:56.421Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:17:57.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:17:57.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"608b3845-ca75-404e-af10-72824ba52491","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c89e62d9-c8e6-4dc1-9515-69587c682c66","serviceDescription":"service","serviceInvariantUUID":"87e663a3-d26e-4ff1-b311-2f0ab312d1ea","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ac7a683e-b902-469a-990b-41a0eb3230c0","resourceInvariantUUID":"2f2a00ab-69a6-4aaf-9d8e-72aa252a2b9e","resourceCustomizationUUID":"a2c440ff-cb3b-4a91-8382-c2085cf1ae64","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":"Mzc1YTEyNDhiZGRmMjVmMTM3ZGQyNTAxYzU1MzUwMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"95a7e956-e413-48e8-b70a-52a671e1970e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDdkZjhlMzUxMTRlNzM5YTU5ZTYzYmE0MmIwN2E3ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c1dd4047-ffd0-4683-b99c-0cb420119ab6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-23T04:17:57.069Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:17:57.070Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:17:57.075Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:17:57.075Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498676409, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:17:57.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:17:57.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "clamp", "timestamp": 1666498650075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:17:57.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:17:57.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "cds", "timestamp": 1666498655580, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:17:57.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:17:57.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "ves-openapi-manager", "timestamp": 1666498655617, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:17:57.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:17:57.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "cds", "timestamp": 1666498655580, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:17:57.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:17:57.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "clamp", "timestamp": 1666498650075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:17:57.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:17:57.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "ves-openapi-manager", "timestamp": 1666498655617, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:17:57.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:17:57.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "cds", "timestamp": 1666498662922, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:17:57.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:17:57.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498661153, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:17:57.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:17:57.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "cds", "timestamp": 1666498663942, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-23T04:17:57.114Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 608b3845-ca75-404e-af10-72824ba52491 2022-10-23T04:17:57.114Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 608b3845-ca75-404e-af10-72824ba52491 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-10-23T04:17:57.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498661153, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:17:57.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:17:57.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498663892, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:17:57.127Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:17:57.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "clamp", "timestamp": 1666498664843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:17:57.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:17:57.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498665511, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:17:57.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:17:57.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "clamp", "timestamp": 1666498666809, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:17:57.129Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:17:57.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498666515, "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-10-23T04:17:57.135Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 608b3845-ca75-404e-af10-72824ba52491 2022-10-23T04:17:57.135Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 608b3845-ca75-404e-af10-72824ba52491 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-10-23T04:17:57.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "multicloud-k8s-id", "timestamp": 1666498668080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:17:57.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:17:57.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "clamp", "timestamp": 1666498667812, "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-10-23T04:17:57.152Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 608b3845-ca75-404e-af10-72824ba52491 2022-10-23T04:17:57.152Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 608b3845-ca75-404e-af10-72824ba52491 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-10-23T04:17:57.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "multicloud-k8s-id", "timestamp": 1666498668080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:17:57.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:17:57.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "policy-id", "timestamp": 1666498668049, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:17:57.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:17:57.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "policy-id", "timestamp": 1666498668049, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:17:57.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:17:57.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "policy-id", "timestamp": 1666498670829, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:17:57.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:17:57.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "policy-id", "timestamp": 1666498671833, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:17:57.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:17:57.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "policy-id", "timestamp": 1666498672839, "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-10-23T04:17:57.169Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 608b3845-ca75-404e-af10-72824ba52491 2022-10-23T04:17:57.169Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 608b3845-ca75-404e-af10-72824ba52491 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-10-23T04:17:57.175Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:17:57.176Z||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-10-23T04:17:57.176Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:17:57.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "aai-ml", "timestamp": 1666498673304, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:17:57.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:17:57.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "aai-ml", "timestamp": 1666498673304, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:17:57.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:17:57.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:17:57.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "aai-ml", "timestamp": 1666498676045, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:17:57.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:17:57.203Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:17:57.204Z||pool-35-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:17:58.076Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:17:58.077Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:17:58.080Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:17:58.080Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498676409, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:17:58.180Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:17:58.181Z||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-10-23T04:17:58.181Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:17:58.198Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:17:58.198Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:17:59.082Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "c89e62d9-c8e6-4dc1-9515-69587c682c66", "serviceDescription": "service", "serviceInvariantUUID": "87e663a3-d26e-4ff1-b311-2f0ab312d1ea", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "a2c440ff-cb3b-4a91-8382-c2085cf1ae64", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "ac7a683e-b902-469a-990b-41a0eb3230c0", "resourceInvariantUUID": "2f2a00ab-69a6-4aaf-9d8e-72aa252a2b9e", "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": "MDdkZjhlMzUxMTRlNzM5YTU5ZTYzYmE0MmIwN2E3ZTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c1dd4047-ffd0-4683-b99c-0cb420119ab6" } ], "workloadContext": "Production" } 2022-10-23T04:17:59.083Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-23T04:17:59.083Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c89e62d9-c8e6-4dc1-9515-69587c682c66 ASDC 2022-10-23T04:17:59.084Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:608b3845-ca75-404e-af10-72824ba52491 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:c89e62d9-c8e6-4dc1-9515-69587c682c66 ServiceInvariantUUID:87e663a3-d26e-4ff1-b311-2f0ab312d1ea 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:c1dd4047-ffd0-4683-b99c-0cb420119ab6 ArtifactChecksum:MDdkZjhlMzUxMTRlNzM5YTU5ZTYzYmE0MmIwN2E3ZTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:a2c440ff-cb3b-4a91-8382-c2085cf1ae64 ResourceInvariantUUID:2f2a00ab-69a6-4aaf-9d8e-72aa252a2b9e ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:ac7a683e-b902-469a-990b-41a0eb3230c0 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-10-23T04:17:59.084Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c89e62d9-c8e6-4dc1-9515-69587c682c66 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-10-23T04:17:59.114Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:17:59.116Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-23T04:17:59.116Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-23T04:17:59.116Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c1dd4047-ffd0-4683-b99c-0cb420119ab6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-23T04:17:59.116Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-23T04:17:59.117Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-23T04:17:59.186Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-23T04:17:59.189Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c1dd4047-ffd0-4683-b99c-0cb420119ab6 52510 2022-10-23T04:17:59.189Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-23T04:17:59.189Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-23T04:17:59.190Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:17:59.190Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:17:59.192Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:17:59.192Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498679189, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:17:59.292Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:17:59.293Z||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-10-23T04:17:59.294Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:17:59.308Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:17:59.308Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:18:00.193Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:18:00.194Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-23T04:18:00.195Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c1dd4047-ffd0-4683-b99c-0cb420119ab6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-23T04:18:00.195Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-10-23T04:18:00.196Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-23T04:18:00.196Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-23T04:18:00.367Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2052625825350345197/Definitions/service-BasicNetwork-template.yml 2022-10-23T04:18:00.978Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-23T04:18:00.979Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-23T04:18:00.979Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-23T04:18:00.979Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-10-23T04:18:00.979Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||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-10-23T04:18:00.979Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||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-10-23T04:18:00.980Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||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-10-23T04:18:00.980Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||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-10-23T04:18:00.980Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-23T04:18:00.980Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||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-10-23T04:18:00.980Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||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-10-23T04:18:00.981Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||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-10-23T04:18:00.981Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-23T04:18:00.981Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:18:00.981Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:18:00.982Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-23T04:18:00.982Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-23T04:18:00.982Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:18:00.983Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:18:00.983Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:18:00.983Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-23T04:18:00.983Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-23T04:18:00.983Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:18:00.984Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:18:00.984Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:18:00.984Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:18:00.984Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:18:00.985Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:18:00.985Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:18:00.985Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:18:00.985Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:18:00.986Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:18:00.986Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:18:00.986Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:c89e62d9-c8e6-4dc1-9515-69587c682c66 Model Version:NULL Model InvariantUuid:87e663a3-d26e-4ff1-b311-2f0ab312d1ea Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:2f2a00ab-69a6-4aaf-9d8e-72aa252a2b9e Model UUID:77bf01de-4e89-4c98-9605-fa12303706e0 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:a2c440ff-cb3b-4a91-8382-c2085cf1ae64 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-10-23T04:18:00.994Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: ac7a683e-b902-469a-990b-41a0eb3230c0 2022-10-23T04:18:00.995Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||No resources found for Service: c89e62d9-c8e6-4dc1-9515-69587c682c66 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-10-23T04:18:01.002Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500|| 2022-10-23T04:18:01.002Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-10-23T04:18:01.003Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||No resources found for Service: c89e62d9-c8e6-4dc1-9515-69587c682c66 2022-10-23T04:18:01.004Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c89e62d9-c8e6-4dc1-9515-69587c682c66 2022-10-23T04:18:01.004Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-10-23T04:18:01.004Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||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-10-23T04:18:01.010Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@731ed602, org.onap.sdc.toscaparser.api.parameters.Input@62bb8786, org.onap.sdc.toscaparser.api.parameters.Input@578a9616, org.onap.sdc.toscaparser.api.parameters.Input@531953ca, org.onap.sdc.toscaparser.api.parameters.Input@56b2216d] 2022-10-23T04:18:01.011Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:18:01.012Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:18:01.012Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:18:01.012Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:18:01.013Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c89e62d9-c8e6-4dc1-9515-69587c682c66: Generic NeutronNet 2022-10-23T04:18:01.013Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:18:01.013Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:18:01.013Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:18:01.014Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||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-10-23T04:18:01.056Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:18:01.056Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:18:01.057Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:18:01.057Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:18:01.057Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:18:01.057Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:18:01.057Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||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-10-23T04:18:01.114Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-10-23T04:18:01.115Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-23T04:18:01.115Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-23T04:18:01.115Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:18:01.116Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:18:01.117Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:18:01.118Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498681115, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:18:01.218Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:18:01.219Z||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-10-23T04:18:01.219Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:18:01.233Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:18:01.234Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:18:02.118Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:18:02.131Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:18:02.135Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:18:02.135Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-23T04:18:02.135Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-23T04:18:32.135Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:18:32.150Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:18:32.153Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:18:32.153Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-23T04:18:32.153Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-23T04:18:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:18:56.419Z||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-10-23T04:18:56.419Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:18:56.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:18:56.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:18:56.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498676409, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:18:56.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:02.154Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:19:02.167Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:19:02.170Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:19:02.170Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-23T04:19:02.170Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-23T04:19:32.170Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:19:32.182Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:19:32.185Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:19:32.186Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-23T04:19:32.186Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-23T04:19:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:19:56.418Z||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-10-23T04:19:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:19:56.441Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:19:56.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498676409, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:19:56.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498679189, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:19:56.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "aai-ml", "timestamp": 1666498679995, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:19:56.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "aai-ml", "timestamp": 1666498680999, "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-10-23T04:19:56.468Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 608b3845-ca75-404e-af10-72824ba52491 2022-10-23T04:19:56.468Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 608b3845-ca75-404e-af10-72824ba52491 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-10-23T04:19:56.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498681115, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:19:56.479Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "multicloud-k8s-id", "timestamp": 1666498688081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "cds", "timestamp": 1666498685574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "policy-id", "timestamp": 1666498688049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498691153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "multicloud-k8s-id", "timestamp": 1666498688081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:19:56.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "cds", "timestamp": 1666498685574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "policy-id", "timestamp": 1666498688049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498691153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "multicloud-k8s-id", "timestamp": 1666498688081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-23T04:19:56.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "cds", "timestamp": 1666498685574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "policy-id", "timestamp": 1666498688049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-23T04:19:56.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498691153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "cds", "timestamp": 1666498685574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "multicloud-k8s-id", "timestamp": 1666498688081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "policy-id", "timestamp": 1666498688049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "ves-openapi-manager", "timestamp": 1666498695617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498691153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "cds", "timestamp": 1666498685574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "multicloud-k8s-id", "timestamp": 1666498688081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-23T04:19:56.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "policy-id", "timestamp": 1666498688049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "ves-openapi-manager", "timestamp": 1666498695617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498691153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "multicloud-k8s-id", "timestamp": 1666498688081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "cds", "timestamp": 1666498685574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "policy-id", "timestamp": 1666498688049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "ves-openapi-manager", "timestamp": 1666498695617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498691153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "cds", "timestamp": 1666498685574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:19:56.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "multicloud-k8s-id", "timestamp": 1666498688081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:19:56.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "policy-id", "timestamp": 1666498688049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:19:56.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "ves-openapi-manager", "timestamp": 1666498695617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498691153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:19:56.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "multicloud-k8s-id", "timestamp": 1666498700280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:19:56.502Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "cds", "timestamp": 1666498699844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:19:56.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "policy-id", "timestamp": 1666498699081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:19:56.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "ves-openapi-manager", "timestamp": 1666498695617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498698888, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:19:56.508Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "cds", "timestamp": 1666498700853, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-23T04:19:56.527Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19642a12-a9af-4689-9a27-4f1212948033 2022-10-23T04:19:56.528Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19642a12-a9af-4689-9a27-4f1212948033 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-10-23T04:19:56.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "policy-id", "timestamp": 1666498700086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:19:56.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "multicloud-k8s-id", "timestamp": 1666498701345, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:19:56.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "ves-openapi-manager", "timestamp": 1666498695617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "policy-id", "timestamp": 1666498701089, "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-10-23T04:19:56.545Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19642a12-a9af-4689-9a27-4f1212948033 2022-10-23T04:19:56.545Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19642a12-a9af-4689-9a27-4f1212948033 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-10-23T04:19:56.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "ves-openapi-manager", "timestamp": 1666498695617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "multicloud-k8s-id", "timestamp": 1666498702418, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:19:56.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498701163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:19:56.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "cds", "timestamp": 1666498701858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "multicloud-k8s-id", "timestamp": 1666498703440, "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-10-23T04:19:56.559Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19642a12-a9af-4689-9a27-4f1212948033 2022-10-23T04:19:56.560Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19642a12-a9af-4689-9a27-4f1212948033 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-10-23T04:19:56.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498702167, "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-10-23T04:19:56.570Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19642a12-a9af-4689-9a27-4f1212948033 2022-10-23T04:19:56.571Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19642a12-a9af-4689-9a27-4f1212948033 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-10-23T04:19:56.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "cds", "timestamp": 1666498701858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "multicloud-k8s-id", "timestamp": 1666498704445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:19:56.578Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "aai-ml", "timestamp": 1666498703305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "cds", "timestamp": 1666498701858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "aai-ml", "timestamp": 1666498703305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "cds", "timestamp": 1666498701858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "aai-ml", "timestamp": 1666498703305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "cds", "timestamp": 1666498701858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "aai-ml", "timestamp": 1666498703305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "cds", "timestamp": 1666498701858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "multicloud-k8s-id", "timestamp": 1666498708080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "aai-ml", "timestamp": 1666498703305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "cds", "timestamp": 1666498701858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.583Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "multicloud-k8s-id", "timestamp": 1666498708080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.583Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "aai-ml", "timestamp": 1666498703305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.583Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "policy-id", "timestamp": 1666498708049, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "cds", "timestamp": 1666498701858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:19:56.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "multicloud-k8s-id", "timestamp": 1666498708080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "aai-ml", "timestamp": 1666498703305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:19:56.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "policy-id", "timestamp": 1666498708049, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "cds", "timestamp": 1666498710596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:19:56.585Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "multicloud-k8s-id", "timestamp": 1666498708080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "aai-ml", "timestamp": 1666498711057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:19:56.586Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "clamp", "timestamp": 1666498710076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "policy-id", "timestamp": 1666498708049, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "cds", "timestamp": 1666498711603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-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-10-23T04:19:56.599Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e575b5ed-4fc9-48da-a745-648e37499b3d 2022-10-23T04:19:56.599Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e575b5ed-4fc9-48da-a745-648e37499b3d 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-10-23T04:19:56.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "multicloud-k8s-id", "timestamp": 1666498708080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "clamp", "timestamp": 1666498710076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:19:56.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "policy-id", "timestamp": 1666498708049, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "multicloud-k8s-id", "timestamp": 1666498708080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "clamp", "timestamp": 1666498710076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "policy-id", "timestamp": 1666498708049, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "multicloud-k8s-id", "timestamp": 1666498708080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "clamp", "timestamp": 1666498710076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "policy-id", "timestamp": 1666498708049, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "multicloud-k8s-id", "timestamp": 1666498708080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:19:56.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "clamp", "timestamp": 1666498710076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "policy-id", "timestamp": 1666498708049, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "ves-openapi-manager", "timestamp": 1666498715617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "clamp", "timestamp": 1666498710076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "policy-id", "timestamp": 1666498708049, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:19:56.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "ves-openapi-manager", "timestamp": 1666498715617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "clamp", "timestamp": 1666498710076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:19:56.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "policy-id", "timestamp": 1666498716779, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:19:56.612Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "ves-openapi-manager", "timestamp": 1666498715617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "aai-ml", "timestamp": 1666498717721, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:19:56.612Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "policy-id", "timestamp": 1666498717783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:19:56.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "ves-openapi-manager", "timestamp": 1666498715617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "aai-ml", "timestamp": 1666498718726, "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-10-23T04:19:56.618Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19642a12-a9af-4689-9a27-4f1212948033 2022-10-23T04:19:56.618Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19642a12-a9af-4689-9a27-4f1212948033 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-10-23T04:19:56.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "policy-id", "timestamp": 1666498718786, "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-10-23T04:19:56.631Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e575b5ed-4fc9-48da-a745-648e37499b3d 2022-10-23T04:19:56.631Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e575b5ed-4fc9-48da-a745-648e37499b3d 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-10-23T04:19:56.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "ves-openapi-manager", "timestamp": 1666498715617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "aai-ml", "timestamp": 1666498703305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "ves-openapi-manager", "timestamp": 1666498715617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-23T04:19:56.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "aai-ml", "timestamp": 1666498703305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "ves-openapi-manager", "timestamp": 1666498715617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "aai-ml", "timestamp": 1666498703305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "ves-openapi-manager", "timestamp": 1666498715617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498721153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "aai-ml", "timestamp": 1666498703305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498721153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "ves-openapi-manager", "timestamp": 1666498724435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:19:56.646Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "aai-ml", "timestamp": 1666498703305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498721153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "aai-ml", "timestamp": 1666498703305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "ves-openapi-manager", "timestamp": 1666498725619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-23T04:19:56.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498721153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "aai-ml", "timestamp": 1666498703305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "ves-openapi-manager", "timestamp": 1666498726623, "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-10-23T04:19:56.652Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e575b5ed-4fc9-48da-a745-648e37499b3d 2022-10-23T04:19:56.653Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e575b5ed-4fc9-48da-a745-648e37499b3d 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-10-23T04:19:56.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498721153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "aai-ml", "timestamp": 1666498703305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:19:56.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498721153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "aai-ml", "timestamp": 1666498727837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:19:56.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "multicloud-k8s-id", "timestamp": 1666498728080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498721153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "multicloud-k8s-id", "timestamp": 1666498728080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-23T04:19:56.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "policy-id", "timestamp": 1666498728049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "clamp", "timestamp": 1666498728914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:19:56.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498721153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:19:56.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "multicloud-k8s-id", "timestamp": 1666498728080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-23T04:19:56.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "policy-id", "timestamp": 1666498728049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498729917, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:19:56.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "cds", "timestamp": 1666498730574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "multicloud-k8s-id", "timestamp": 1666498728080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:19:56.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "policy-id", "timestamp": 1666498728049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "clamp", "timestamp": 1666498730830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:19:56.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "cds", "timestamp": 1666498730574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "multicloud-k8s-id", "timestamp": 1666498728080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-23T04:19:56.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "policy-id", "timestamp": 1666498728049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "clamp", "timestamp": 1666498731836, "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-10-23T04:19:56.673Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19642a12-a9af-4689-9a27-4f1212948033 2022-10-23T04:19:56.673Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19642a12-a9af-4689-9a27-4f1212948033 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-10-23T04:19:56.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498731747, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:19:56.681Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "aai-ml", "timestamp": 1666498732567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:19:56.682Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:19:56.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "cds", "timestamp": 1666498730574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "multicloud-k8s-id", "timestamp": 1666498728080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "policy-id", "timestamp": 1666498728049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-23T04:19:56.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "clamp", "timestamp": 1666498710076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498732750, "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-10-23T04:19:56.690Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e575b5ed-4fc9-48da-a745-648e37499b3d 2022-10-23T04:19:56.691Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e575b5ed-4fc9-48da-a745-648e37499b3d 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-10-23T04:19:56.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "aai-ml", "timestamp": 1666498733597, "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-10-23T04:19:56.703Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e575b5ed-4fc9-48da-a745-648e37499b3d 2022-10-23T04:19:56.703Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e575b5ed-4fc9-48da-a745-648e37499b3d 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-10-23T04:19:56.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "cds", "timestamp": 1666498730574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "multicloud-k8s-id", "timestamp": 1666498728080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-23T04:19:56.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "policy-id", "timestamp": 1666498728049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "clamp", "timestamp": 1666498710076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "cds", "timestamp": 1666498730574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "multicloud-k8s-id", "timestamp": 1666498728080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "policy-id", "timestamp": 1666498728049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "clamp", "timestamp": 1666498710076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "aai-ml", "timestamp": 1666498734600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "ves-openapi-manager", "timestamp": 1666498735617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "cds", "timestamp": 1666498730574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "multicloud-k8s-id", "timestamp": 1666498728080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:19:56.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "policy-id", "timestamp": 1666498728049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "clamp", "timestamp": 1666498710076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "aai-ml", "timestamp": 1666498734600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:19:56.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:19:56.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "ves-openapi-manager", "timestamp": 1666498735617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:19:56.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:20:02.186Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:20:02.198Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 608b3845-ca75-404e-af10-72824ba52491 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:20:02.202Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:20:02.202Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-23T04:20:02.203Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-23T04:20:02.203Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-23T04:20:02.203Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:20:02.203Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:20:02.203Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:20:02.203Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:20:02.204Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:20:02.204Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:20:02.204Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-23T04:20:02.210Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-23T04:20:32.210Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 608b3845-ca75-404e-af10-72824ba52491 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-10-23T04:20:32.216Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 608b3845-ca75-404e-af10-72824ba52491 and serviceModelVersionId: c89e62d9-c8e6-4dc1-9515-69587c682c66 2022-10-23T04:20:32.217Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87e663a3-d26e-4ff1-b311-2f0ab312d1ea 2022-10-23T04:20:32.219Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0 2022-10-23T04:20:32.228Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-10-23T04:20:32.294Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0|INFO|500||Invoke 2022-10-23T04:20:32.295Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[608b3845-ca75-404e-af10-72824ba52491], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba7e1fc4-89d6-4df6-8709-51c4de5cbcef], X-ECOMP-RequestID=[608b3845-ca75-404e-af10-72824ba52491], X-TransactionId=[], X-ONAP-RequestID=[608b3845-ca75-404e-af10-72824ba52491], Content-Type=[application/merge-patch+json]} 2022-10-23T04:20:32.324Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-23T04:20:32.424Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?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/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221023-04:20:32:695-67140], vertex-id=[397336], Content-Length=[0], Date=[Sun, 23 Oct 2022 04:20:32 GMT], Content-Type=[application/json]} 2022-10-23T04:20:32.425Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-23T04:20:32.425Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e663a3-d26e-4ff1-b311-2f0ab312d1ea/model-vers/model-ver/c89e62d9-c8e6-4dc1-9515-69587c682c66?depth=0|INFO|500||InvokeReturn 2022-10-23T04:20:32.426Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-23T04:20:32.426Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-23T04:20:32.434Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-23T04:20:32.435Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 608b3845-ca75-404e-af10-72824ba52491 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-23T04:20:32.435Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-23T04:20:32.435Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:32.438Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:32.438Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498832435, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:20:32.538Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:20:32.539Z||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-10-23T04:20:32.539Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:32.558Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:32.558Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 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-10-23T04:20:33.450Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:20:33.450Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:20:33.450Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:37.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:37.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-23T04:20:37.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"19642a12-a9af-4689-9a27-4f1212948033","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"bd94eeb5-1751-48a7-8b53-edccb0e5bec6","serviceDescription":"service","serviceInvariantUUID":"44587956-5cbf-4b13-a89e-1b705e7288ae","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e0244d3-1517-47d2-a423-1433add8f2e9","resourceInvariantUUID":"aa2c3bf7-ed35-4d71-b368-d79fa1fa99b6","resourceCustomizationUUID":"f3dadf17-1b05-4e68-9a24-de41a0aaac44","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":"MGRhN2Q3OWJiYmNjZmM2MmIyYzBmMjNhNzU0Y2VhMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9f87c02f-2f86-43cd-b135-1fb4040c7567","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":"NjEzMjE0NjRjZDRlNzVkNjZkMDQ3MzIxODlhNTAzNzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f6ca930-ccc3-4018-afc9-5a1d6138da98","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":"8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf","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":"4aa733b3-3482-4006-b354-fce0715d90e1","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":"6410c783-9d40-41a2-ac7d-d788d81604ec","artifactVersion":"2","generatedFromUUID":"8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWIyMzk1YzcxZmQ0MGU1OGJlZjcyNGUyYjMzZWJlOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db5a3479-8812-4b1b-b0f4-c52ea8f06812","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGMyZTM3ZGMwODZmNDgyZWRhN2Y1OTE0M2QwMTIyNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"960271de-9b10-4444-a45f-842ce3595b02","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-23T04:20:37.912Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:20:37.912Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:37.914Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:37.914Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:20:38.014Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:20:38.015Z||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-10-23T04:20:38.015Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:38.030Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:38.030Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:20:38.915Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:20:38.915Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:38.918Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:38.918Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:20:39.018Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:20:39.019Z||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-10-23T04:20:39.019Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:39.032Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:39.032Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:20:39.918Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:20:39.919Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:39.921Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:39.921Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-23T04:20:40.021Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:20:40.022Z||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-10-23T04:20:40.023Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:40.037Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:40.038Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:20:40.922Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:20:40.923Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:40.925Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:40.925Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:20:41.025Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:20:41.026Z||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-10-23T04:20:41.026Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:41.041Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:41.042Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:20:41.926Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:20:41.926Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:41.929Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:41.929Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-23T04:20:42.029Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:20:42.030Z||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-10-23T04:20:42.030Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:42.044Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:42.044Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:20:42.930Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:20:42.930Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:42.933Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:42.933Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:20:43.033Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:20:43.034Z||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-10-23T04:20:43.034Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:43.048Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:43.048Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:20:43.933Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:20:43.934Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:43.937Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:43.937Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:20:44.037Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:20:44.039Z||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-10-23T04:20:44.039Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:44.059Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:44.059Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:20:44.939Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "bd94eeb5-1751-48a7-8b53-edccb0e5bec6", "serviceDescription": "service", "serviceInvariantUUID": "44587956-5cbf-4b13-a89e-1b705e7288ae", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "f3dadf17-1b05-4e68-9a24-de41a0aaac44", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2e0244d3-1517-47d2-a423-1433add8f2e9", "resourceInvariantUUID": "aa2c3bf7-ed35-4d71-b368-d79fa1fa99b6", "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": "NjEzMjE0NjRjZDRlNzVkNjZkMDQ3MzIxODlhNTAzNzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8f6ca930-ccc3-4018-afc9-5a1d6138da98", "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": "8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf", "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": "6410c783-9d40-41a2-ac7d-d788d81604ec", "generatedFromUUID": "8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf" }, "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": "6410c783-9d40-41a2-ac7d-d788d81604ec", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NGMyZTM3ZGMwODZmNDgyZWRhN2Y1OTE0M2QwMTIyNDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "960271de-9b10-4444-a45f-842ce3595b02" } ], "workloadContext": "Production" } 2022-10-23T04:20:44.939Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-23T04:20:44.939Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bd94eeb5-1751-48a7-8b53-edccb0e5bec6 ASDC 2022-10-23T04:20:44.940Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:19642a12-a9af-4689-9a27-4f1212948033 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:bd94eeb5-1751-48a7-8b53-edccb0e5bec6 ServiceInvariantUUID:44587956-5cbf-4b13-a89e-1b705e7288ae 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:960271de-9b10-4444-a45f-842ce3595b02 ArtifactChecksum:NGMyZTM3ZGMwODZmNDgyZWRhN2Y1OTE0M2QwMTIyNDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:f3dadf17-1b05-4e68-9a24-de41a0aaac44 ResourceInvariantUUID:aa2c3bf7-ed35-4d71-b368-d79fa1fa99b6 ResourceName:basic_vm ResourceType:VF ResourceUUID:2e0244d3-1517-47d2-a423-1433add8f2e9 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:8f6ca930-ccc3-4018-afc9-5a1d6138da98 ArtifactChecksum:NjEzMjE0NjRjZDRlNzVkNjZkMDQ3MzIxODlhNTAzNzM= 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:8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf 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:6410c783-9d40-41a2-ac7d-d788d81604ec 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:6410c783-9d40-41a2-ac7d-d788d81604ec ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-23T04:20:44.940Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd94eeb5-1751-48a7-8b53-edccb0e5bec6 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-10-23T04:20:44.978Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:20:44.979Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:20:44.979Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:20:44.979Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 960271de-9b10-4444-a45f-842ce3595b02 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-23T04:20:44.980Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:20:44.980Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-23T04:20:45.059Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:20:45.071Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 960271de-9b10-4444-a45f-842ce3595b02 71058 2022-10-23T04:20:45.072Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-23T04:20:45.072Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-23T04:20:45.072Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:20:45.072Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:45.074Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:45.074Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498845072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:20:45.175Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:20:45.176Z||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-10-23T04:20:45.176Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:45.190Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:45.191Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:20:46.075Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:20:46.076Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:20:46.076Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 960271de-9b10-4444-a45f-842ce3595b02, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-23T04:20:46.077Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-10-23T04:20:46.077Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-23T04:20:46.077Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-10-23T04:20:46.213Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9951439437781796811/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-10-23T04:20:47.365Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-23T04:20:47.366Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-23T04:20:47.367Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-23T04:20:47.367Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-23T04:20:47.367Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:47.367Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:47.368Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-23T04:20:47.368Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:47.368Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-23T04:20:47.368Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-23T04:20:47.368Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-23T04:20:47.369Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:47.369Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-23T04:20:47.369Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-23T04:20:47.369Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:47.370Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:20:47.370Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-23T04:20:47.370Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-23T04:20:47.370Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:20:47.371Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:47.371Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:20:47.371Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-23T04:20:47.371Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-23T04:20:47.372Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:20:47.372Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:47.372Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:20:47.372Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:47.373Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-23T04:20:47.373Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-23T04:20:47.373Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-23T04:20:47.373Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-23T04:20:47.373Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-23T04:20:47.374Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-23T04:20:47.374Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:47.374Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-23T04:20:47.374Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:47.375Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-23T04:20:47.375Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:20:47.375Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:47.375Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-23T04:20:47.376Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:20:47.376Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:47.376Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-23T04:20:47.376Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:20:47.377Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:47.377Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-23T04:20:47.377Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-23T04:20:47.377Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-23T04:20:47.377Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f0592720-c37b-41ef-96ac-9624014a0681 2022-10-23T04:20:47.378Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:47.378Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:20:47.378Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:47.378Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:20:47.379Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:47.379Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:20:47.379Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:47.379Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:20:47.380Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:bd94eeb5-1751-48a7-8b53-edccb0e5bec6 Model Version:NULL Model InvariantUuid:44587956-5cbf-4b13-a89e-1b705e7288ae Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:98aa0fa8-470a-4948-88b7-7e1a1273b495 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:aa2c3bf7-ed35-4d71-b368-d79fa1fa99b6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f3dadf17-1b05-4e68-9a24-de41a0aaac44 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3edc39cc-aed1-42b1-b7df-5a7e719b0650 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:f00071a8-06bc-4a9e-b68c-6f6fc59fdd96 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f0592720-c37b-41ef-96ac-9624014a0681 ModelInvariantUuid:961e1eed-72ba-474e-b704-5c82bfd8a5a7 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:abe9b6b2-b300-460a-9fe0-1ee34516c38e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d1089a63-fdb0-4535-8896-a361805e57e8 ModelInvariantUuid:799718d1-0ac0-4906-8e89-70d2b4a6e88a ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:f4c55a5c-ccee-4835-8485-73b726f45ee3 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-10-23T04:20:47.387Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e0244d3-1517-47d2-a423-1433add8f2e9 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-10-23T04:20:47.390Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||basic_vm 0 2022-10-23T04:20:47.390Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e0244d3-1517-47d2-a423-1433add8f2e9 2022-10-23T04:20:47.390Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8f6ca930-ccc3-4018-afc9-5a1d6138da98 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-23T04:20:47.391Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:20:47.391Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:47.444Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:20:47.445Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8f6ca930-ccc3-4018-afc9-5a1d6138da98 787 2022-10-23T04:20:47.445Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:47.446Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:47.446Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:20:47.446Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:47.448Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:47.448Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498847445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:20:47.549Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:20:47.550Z||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-10-23T04:20:47.550Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:47.566Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:47.566Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:20:48.449Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3edc39cc-aed1-42b1-b7df-5a7e719b0650", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f00071a8-06bc-4a9e-b68c-6f6fc59fdd96", "vfModuleModelCustomizationUUID": "cb797666-72c6-4755-b4bb-e81acaecc4e3", "isBase": true, "artifacts": [ "8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf", "6410c783-9d40-41a2-ac7d-d788d81604ec" ], "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-10-23T04:20:48.455Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f00071a8-06bc-4a9e-b68c-6f6fc59fdd96 VfModuleModelInvariantUUID:3edc39cc-aed1-42b1-b7df-5a7e719b0650 VfModuleModelDescription:NULL Artifacts UUID List:{ 8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf , 6410c783-9d40-41a2-ac7d-d788d81604ec } 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-10-23T04:20:48.457Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3edc39cc-aed1-42b1-b7df-5a7e719b0650", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f00071a8-06bc-4a9e-b68c-6f6fc59fdd96", "vfModuleModelCustomizationUUID": "cb797666-72c6-4755-b4bb-e81acaecc4e3", "isBase": true, "artifacts": [ "8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf", "6410c783-9d40-41a2-ac7d-d788d81604ec" ], "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-10-23T04:20:48.457Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f00071a8-06bc-4a9e-b68c-6f6fc59fdd96 VfModuleModelInvariantUUID:3edc39cc-aed1-42b1-b7df-5a7e719b0650 VfModuleModelDescription:NULL Artifacts UUID List:{ 8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf , 6410c783-9d40-41a2-ac7d-d788d81604ec } 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-10-23T04:20:48.457Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-23T04:20:48.458Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:20:48.458Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:48.671Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:20:48.672Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8466bcbc-91ba-4b5d-92c5-b6c2a9889ccf 5033 2022-10-23T04:20:48.672Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:48.673Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:48.673Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:20:48.673Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:48.675Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:48.675Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498848672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:20:48.775Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:20:48.776Z||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-10-23T04:20:48.777Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:48.792Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:48.792Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:20:49.676Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6410c783-9d40-41a2-ac7d-d788d81604ec from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-23T04:20:49.677Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:20:49.677Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:49.732Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:20:49.733Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6410c783-9d40-41a2-ac7d-d788d81604ec 903 2022-10-23T04:20:49.733Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:49.733Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:49.734Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:20:49.734Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:49.736Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:49.736Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498849733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:20:49.836Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:20:49.837Z||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-10-23T04:20:49.837Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:49.850Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:49.850Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:20:50.737Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: bd94eeb5-1751-48a7-8b53-edccb0e5bec6 2022-10-23T04:20:50.738Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2e0244d3-1517-47d2-a423-1433add8f2e9 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-10-23T04:20:50.754Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e192ec2, org.onap.sdc.toscaparser.api.parameters.Input@2ee8ae80, org.onap.sdc.toscaparser.api.parameters.Input@3942e0da, org.onap.sdc.toscaparser.api.parameters.Input@1d77f49d, org.onap.sdc.toscaparser.api.parameters.Input@3abfb6cf] 2022-10-23T04:20:50.756Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:50.756Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:20:50.757Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-10-23T04:20:50.757Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f3dadf17-1b05-4e68-9a24-de41a0aaac44 2022-10-23T04:20:50.757Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f3dadf17-1b05-4e68-9a24-de41a0aaac44 matches Tosca VF Customization UUID: f3dadf17-1b05-4e68-9a24-de41a0aaac44 2022-10-23T04:20:50.757Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f3dadf17-1b05-4e68-9a24-de41a0aaac44 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-10-23T04:20:50.760Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:50.760Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:20:50.761Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f3dadf17-1b05-4e68-9a24-de41a0aaac44: {\"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-10-23T04:20:50.761Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5dd33d10 2022-10-23T04:20:50.761Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:50.762Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-23T04:20:50.762Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cb797666-72c6-4755-b4bb-e81acaecc4e3 2022-10-23T04:20:50.762Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cb797666-72c6-4755-b4bb-e81acaecc4e3 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-10-23T04:20:50.765Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:50.765Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-23T04:20:50.766Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:20:50.766Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:50.766Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-23T04:20:50.767Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:20:50.767Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:50.767Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-23T04:20:50.767Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-23T04:20:50.768Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-23T04:20:50.768Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f0592720-c37b-41ef-96ac-9624014a0681 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-10-23T04:20:50.771Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:50.771Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-23T04:20:50.771Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:20:50.771Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:50.772Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-23T04:20:50.772Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f3dadf17-1b05-4e68-9a24-de41a0aaac44 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-10-23T04:20:50.774Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:50.774Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:20:50.774Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid bd94eeb5-1751-48a7-8b53-edccb0e5bec6: basic_vm 2022-10-23T04:20:50.774Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:50.775Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:20:50.775Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:50.775Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:20:50.775Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:50.776Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:20:50.776Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:50.776Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:20:50.776Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:20:50.776Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:20:50.777Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:50.864Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2e0244d3-1517-47d2-a423-1433add8f2e9 1 ASDC deployResourceStructure 2022-10-23T04:20:50.865Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:50.865Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:50.865Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:20:50.866Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:50.868Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:50.869Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498850865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:20:50.969Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:20:50.970Z||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-10-23T04:20:50.970Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:50.984Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:50.984Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:20:51.870Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:51.870Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:51.871Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:20:51.871Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:51.873Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:51.873Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498851869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-23T04:20:51.973Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:20:51.974Z||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-10-23T04:20:51.974Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:51.989Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:51.990Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:20:52.874Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:52.875Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||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-10-23T04:20:52.875Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:20:52.876Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:52.879Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:52.879Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498852874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-23T04:20:52.980Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-23T04:20:52.982Z||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-10-23T04:20:52.982Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:52.994Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:52.995Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:20:53.880Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-23T04:20:53.881Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-23T04:20:53.881Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:20:53.882Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:20:53.884Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:20:53.885Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498853880, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:20:53.985Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:20:53.986Z||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-10-23T04:20:53.986Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:54.004Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:54.004Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:20:54.886Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19642a12-a9af-4689-9a27-4f1212948033 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:20:54.913Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19642a12-a9af-4689-9a27-4f1212948033 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:20:54.919Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:20:54.919Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-23T04:20:54.920Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-23T04:20:54.920Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-23T04:20:54.920Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:20:54.920Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:20:54.922Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:20:54.922Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:20:54.922Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:20:54.923Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:20:54.923Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-23T04:20:54.933Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-23T04:20:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:20:56.418Z||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-10-23T04:20:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:20:56.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:20:56.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:20:56.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "cds", "timestamp": 1666498730574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:20:56.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:24.934Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19642a12-a9af-4689-9a27-4f1212948033 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-10-23T04:21:24.941Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19642a12-a9af-4689-9a27-4f1212948033 and serviceModelVersionId: bd94eeb5-1751-48a7-8b53-edccb0e5bec6 2022-10-23T04:21:24.941Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44587956-5cbf-4b13-a89e-1b705e7288ae 2022-10-23T04:21:24.942Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44587956-5cbf-4b13-a89e-1b705e7288ae/model-vers/model-ver/bd94eeb5-1751-48a7-8b53-edccb0e5bec6?depth=0 2022-10-23T04:21:24.947Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-10-23T04:21:25.004Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44587956-5cbf-4b13-a89e-1b705e7288ae/model-vers/model-ver/bd94eeb5-1751-48a7-8b53-edccb0e5bec6?depth=0|INFO|500||Invoke 2022-10-23T04:21:25.005Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44587956-5cbf-4b13-a89e-1b705e7288ae/model-vers/model-ver/bd94eeb5-1751-48a7-8b53-edccb0e5bec6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44587956-5cbf-4b13-a89e-1b705e7288ae/model-vers/model-ver/bd94eeb5-1751-48a7-8b53-edccb0e5bec6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[19642a12-a9af-4689-9a27-4f1212948033], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[07ff822e-2615-4899-9ca1-80a5ceec4a8a], X-ECOMP-RequestID=[19642a12-a9af-4689-9a27-4f1212948033], X-TransactionId=[], X-ONAP-RequestID=[19642a12-a9af-4689-9a27-4f1212948033], Content-Type=[application/merge-patch+json]} 2022-10-23T04:21:25.031Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44587956-5cbf-4b13-a89e-1b705e7288ae/model-vers/model-ver/bd94eeb5-1751-48a7-8b53-edccb0e5bec6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-23T04:21:25.123Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44587956-5cbf-4b13-a89e-1b705e7288ae/model-vers/model-ver/bd94eeb5-1751-48a7-8b53-edccb0e5bec6?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/44587956-5cbf-4b13-a89e-1b705e7288ae/model-vers/model-ver/bd94eeb5-1751-48a7-8b53-edccb0e5bec6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221023-04:21:25:402-72216], vertex-id=[229600], Content-Length=[0], Date=[Sun, 23 Oct 2022 04:21:25 GMT], Content-Type=[application/json]} 2022-10-23T04:21:25.123Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44587956-5cbf-4b13-a89e-1b705e7288ae/model-vers/model-ver/bd94eeb5-1751-48a7-8b53-edccb0e5bec6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-23T04:21:25.124Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44587956-5cbf-4b13-a89e-1b705e7288ae/model-vers/model-ver/bd94eeb5-1751-48a7-8b53-edccb0e5bec6?depth=0|INFO|500||InvokeReturn 2022-10-23T04:21:25.125Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-23T04:21:25.125Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-23T04:21:25.132Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-23T04:21:25.133Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19642a12-a9af-4689-9a27-4f1212948033 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-23T04:21:25.133Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-23T04:21:25.134Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:21:25.137Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:21:25.138Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498885133, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:21:25.239Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-23T04:21:25.240Z||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-10-23T04:21:25.240Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:21:25.260Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:21:25.260Z||pool-55-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-23T04:21:26.151Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-23T04:21:26.151Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e575b5ed-4fc9-48da-a745-648e37499b3d","serviceName":"Demo_pNF_gjSiXx9r5wCWHMHxJVZH","serviceVersion":"1.0","serviceUUID":"43d88b97-221a-4df9-9830-0de7b4be85e0","serviceDescription":"catalog service description","serviceInvariantUUID":"9a01e69b-c303-426f-82f1-3960882f032d","resources":[{"resourceInstanceName":"pNF 3db4b421-4005 0","resourceName":"pNF 3db4b421-4005","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f78a49e5-e48e-4b66-95c9-39265e972ea1","resourceInvariantUUID":"4ad1c556-8f18-44fb-b8d4-4bfeea81b6e2","resourceCustomizationUUID":"49fafd1f-b6fd-41ab-b029-34f4e3db18f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml","artifactChecksum":"OGYxYzNhYzk2ZGYyNmE1NGNhYjIzNWIyZmFiNjA5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fac94101-2ac0-4535-9f23-6c8285760439","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar","artifactChecksum":"NWE1NTkwOTJkNDkxNDQ1MjMzMzU4ZGZmYjUxOTQzNzk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0581e17-0dde-44ae-bd46-90649d16397f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d62c0a6a-ab9a-4082-bf11-acbf33fab4e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml","artifactChecksum":"NWExOTc3ZDViOGQzZDZkOGNkNjZlOTMyYjMxYzYxMGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fad7019e-9419-4e0c-bc40-447df8c22ea9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"75ae4634-1141-4c71-ac59-af5fea47f70f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb0c1bbd-7164-465c-bb32-153126dd71cd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml","artifactChecksum":"Yzg0YTNmM2Q4OWI5MjcyOTUwODQ3YzA2NDdjZDYxYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"127bd2aa-e9e4-4d5f-a334-c5744345f612","artifactVersion":"1"},{"artifactName":"service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar","artifactChecksum":"NzE3YmQ2ZTk3ZDZhYmY0Mzc3ZmY0MmY1YmJmMjA3NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db413378-432e-40df-b369-e89ea01d8098","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-23T04:21:26.151Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:21:26.152Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:21:26.153Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:21:26.154Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:26.255Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:21:26.256Z||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-10-23T04:21:26.256Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:21:26.272Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:21:26.272Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:21:27.154Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:21:27.155Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:21:27.157Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:21:27.157Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:27.257Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:21:27.258Z||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-10-23T04:21:27.258Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:21:27.277Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:21:27.277Z||pool-57-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:21:28.157Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:21:28.158Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:21:28.161Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:21:28.161Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:28.261Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:21:28.262Z||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-10-23T04:21:28.262Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:21:28.277Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:21:28.278Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:21:29.162Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:21:29.162Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:21:29.165Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:21:29.165Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:29.266Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:21:29.267Z||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-10-23T04:21:29.267Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:21:29.282Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:21:29.283Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:21:30.166Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:21:30.167Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:21:30.169Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:21:30.169Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:30.269Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:21:30.270Z||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-10-23T04:21:30.270Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:21:30.284Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:21:30.285Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:21:31.170Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:21:31.171Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:21:31.173Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:21:31.174Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:31.274Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:21:31.275Z||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-10-23T04:21:31.275Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:21:31.288Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:21:31.288Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:21:32.182Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:21:32.183Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:21:32.190Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:21:32.190Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:32.286Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-10-23T04:21:32.287Z||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-10-23T04:21:32.287Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:21:32.323Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:21:32.323Z||pool-62-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:21:33.191Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:21:33.192Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:21:33.194Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:21:33.194Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:21:33.294Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:21:33.295Z||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-10-23T04:21:33.295Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:21:33.329Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:21:33.329Z||pool-63-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:21:34.195Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "serviceName": "Demo_pNF_gjSiXx9r5wCWHMHxJVZH", "serviceVersion": "1.0", "serviceUUID": "43d88b97-221a-4df9-9830-0de7b4be85e0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9a01e69b-c303-426f-82f1-3960882f032d", "resources": [ { "resourceInstanceName": "pNF 3db4b421-4005 0", "resourceCustomizationUUID": "49fafd1f-b6fd-41ab-b029-34f4e3db18f8", "resourceName": "pNF 3db4b421-4005", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f78a49e5-e48e-4b66-95c9-39265e972ea1", "resourceInvariantUUID": "4ad1c556-8f18-44fb-b8d4-4bfeea81b6e2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "artifactChecksum": "NzE3YmQ2ZTk3ZDZhYmY0Mzc3ZmY0MmY1YmJmMjA3NzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "db413378-432e-40df-b369-e89ea01d8098" } ], "workloadContext": "Production" } 2022-10-23T04:21:34.196Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-23T04:21:34.196Z|19642a12-a9af-4689-9a27-4f1212948033|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 43d88b97-221a-4df9-9830-0de7b4be85e0 ASDC 2022-10-23T04:21:34.196Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:e575b5ed-4fc9-48da-a745-648e37499b3d ServiceName:Demo_pNF_gjSiXx9r5wCWHMHxJVZH ServiceVersion:1.0 ServiceUUID:43d88b97-221a-4df9-9830-0de7b4be85e0 ServiceInvariantUUID:9a01e69b-c303-426f-82f1-3960882f032d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar ArtifactUUID:db413378-432e-40df-b369-e89ea01d8098 ArtifactChecksum:NzE3YmQ2ZTk3ZDZhYmY0Mzc3ZmY0MmY1YmJmMjA3NzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3db4b421-4005 0 ResourceCustomizationUUID:49fafd1f-b6fd-41ab-b029-34f4e3db18f8 ResourceInvariantUUID:4ad1c556-8f18-44fb-b8d4-4bfeea81b6e2 ResourceName:pNF 3db4b421-4005 ResourceType:PNF ResourceUUID:f78a49e5-e48e-4b66-95c9-39265e972ea1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-23T04:21:34.197Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 43d88b97-221a-4df9-9830-0de7b4be85e0 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-10-23T04:21:34.224Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:21:34.224Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:21:34.225Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:21:34.225Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: db413378-432e-40df-b369-e89ea01d8098 from URL: /sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:34.225Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:21:34.225Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:34.376Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:21:34.381Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar db413378-432e-40df-b369-e89ea01d8098 82656 2022-10-23T04:21:34.381Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar ASDC sendASDCNotification 2022-10-23T04:21:34.381Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:34.381Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:21:34.382Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:21:34.384Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:21:34.384Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498894381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:21:34.484Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:21:34.485Z||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-10-23T04:21:34.485Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:21:34.500Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:21:34.501Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:21:35.384Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:21:35.385Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:21:35.385Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: db413378-432e-40df-b369-e89ea01d8098, URL: /sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar to file: /app/ASDC/1/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:35.386Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:35.386Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:35.386Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:35.511Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1706392272933520487/Definitions/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml 2022-10-23T04:21:36.265Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-23T04:21:36.265Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-23T04:21:36.265Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:36.265Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-23T04:21:36.265Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3db4b421-4005 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-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:36.266Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:36.266Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:36.266Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:36.266Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:36.266Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:36.266Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:36.266Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-23T04:21:36.267Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:21:36.267Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gjSiXx9r5wCWHMHxJVZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:21:36.267Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Node template pNF 3db4b421-4005 0 is matching search criteria 2022-10-23T04:21:36.267Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-23T04:21:36.268Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 3db4b421-4005 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:21:36.268Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:21:36.268Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gjSiXx9r5wCWHMHxJVZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:21:36.268Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Node template pNF 3db4b421-4005 0 is matching search criteria 2022-10-23T04:21:36.268Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-23T04:21:36.269Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 3db4b421-4005 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:21:36.269Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:21:36.269Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gjSiXx9r5wCWHMHxJVZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:21:36.269Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:21:36.269Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gjSiXx9r5wCWHMHxJVZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:21:36.270Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:21:36.270Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gjSiXx9r5wCWHMHxJVZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:21:36.270Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:21:36.270Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gjSiXx9r5wCWHMHxJVZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:21:36.270Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:21:36.271Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gjSiXx9r5wCWHMHxJVZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:21:36.271Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gjSiXx9r5wCWHMHxJVZH Description:catalog service description Model UUID:43d88b97-221a-4df9-9830-0de7b4be85e0 Model Version:NULL Model InvariantUuid:9a01e69b-c303-426f-82f1-3960882f032d 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-10-23T04:21:36.278Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: f78a49e5-e48e-4b66-95c9-39265e972ea1 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-10-23T04:21:36.281Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||pNF 3db4b421-4005 0 2022-10-23T04:21:36.281Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f78a49e5-e48e-4b66-95c9-39265e972ea1 2022-10-23T04:21:36.281Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 43d88b97-221a-4df9-9830-0de7b4be85e0 2022-10-23T04:21:36.281Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 43d88b97-221a-4df9-9830-0de7b4be85e0 2022-10-23T04:21:36.281Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3db4b421-4005 0 f78a49e5-e48e-4b66-95c9-39265e972ea1 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-10-23T04:21:36.286Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@739acfab, org.onap.sdc.toscaparser.api.parameters.Input@5cf75ed8, org.onap.sdc.toscaparser.api.parameters.Input@29912497, org.onap.sdc.toscaparser.api.parameters.Input@39fc29e8, org.onap.sdc.toscaparser.api.parameters.Input@1cbe5eeb] 2022-10-23T04:21:36.286Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:21:36.286Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gjSiXx9r5wCWHMHxJVZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:21:36.287Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 43d88b97-221a-4df9-9830-0de7b4be85e0: pNF 3db4b421-4005 2022-10-23T04:21:36.287Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||Processing PNF resource: f78a49e5-e48e-4b66-95c9-39265e972ea1 2022-10-23T04:21:36.287Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:21:36.287Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gjSiXx9r5wCWHMHxJVZH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:21:36.288Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||Resource customization UUID: 49fafd1f-b6fd-41ab-b029-34f4e3db18f8 is the same as notified resource customizationUUID: 49fafd1f-b6fd-41ab-b029-34f4e3db18f8 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-10-23T04:21:36.329Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3db4b421-4005 f78a49e5-e48e-4b66-95c9-39265e972ea1 0 ASDC deployResourceStructure 2022-10-23T04:21:36.330Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar ASDC sendASDCNotification 2022-10-23T04:21:36.330Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar 2022-10-23T04:21:36.330Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:21:36.331Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:21:36.333Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:21:36.333Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498896330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:21:36.433Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:21:36.434Z||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-10-23T04:21:36.434Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:21:36.456Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:21:36.456Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:21:37.334Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e575b5ed-4fc9-48da-a745-648e37499b3d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:21:37.347Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e575b5ed-4fc9-48da-a745-648e37499b3d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:21:37.352Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:21:37.353Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-23T04:21:37.353Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-23T04:21:37.353Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-23T04:21:37.353Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:21:37.353Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:21:37.353Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:21:37.353Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:21:37.353Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:21:37.353Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:21:37.353Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-23T04:21:37.358Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-23T04:21:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:21:56.418Z||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-10-23T04:21:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:21:56.451Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:21:56.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "multicloud-k8s-id", "timestamp": 1666498737863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:21:56.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "policy-id", "timestamp": 1666498728049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:21:56.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "clamp", "timestamp": 1666498710076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "aai-ml", "timestamp": 1666498734600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "ves-openapi-manager", "timestamp": 1666498735617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "cds", "timestamp": 1666498730574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "multicloud-k8s-id", "timestamp": 1666498738920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-23T04:21:56.456Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "policy-id", "timestamp": 1666498737777, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:21:56.456Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "clamp", "timestamp": 1666498710076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "aai-ml", "timestamp": 1666498734600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "ves-openapi-manager", "timestamp": 1666498735617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "cds", "timestamp": 1666498730574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:21:56.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "multicloud-k8s-id", "timestamp": 1666498739978, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:21:56.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "policy-id", "timestamp": 1666498738782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:21:56.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "clamp", "timestamp": 1666498710076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "aai-ml", "timestamp": 1666498734600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "ves-openapi-manager", "timestamp": 1666498735617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "cds", "timestamp": 1666498740319, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:21:56.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "policy-id", "timestamp": 1666498739785, "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-10-23T04:21:56.479Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbc83a12-8f9c-478c-9743-beb762bde861 2022-10-23T04:21:56.480Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc83a12-8f9c-478c-9743-beb762bde861 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-10-23T04:21:56.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "multicloud-k8s-id", "timestamp": 1666498741036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:21:56.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "clamp", "timestamp": 1666498710076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:21:56.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "aai-ml", "timestamp": 1666498734600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "ves-openapi-manager", "timestamp": 1666498735617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "cds", "timestamp": 1666498741325, "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=? 2022-10-23T04:21:56.493Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbc83a12-8f9c-478c-9743-beb762bde861 2022-10-23T04:21:56.493Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc83a12-8f9c-478c-9743-beb762bde861 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-10-23T04:21:56.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "multicloud-k8s-id", "timestamp": 1666498742106, "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-10-23T04:21:56.507Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbc83a12-8f9c-478c-9743-beb762bde861 2022-10-23T04:21:56.507Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc83a12-8f9c-478c-9743-beb762bde861 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-10-23T04:21:56.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "aai-ml", "timestamp": 1666498734600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "ves-openapi-manager", "timestamp": 1666498735617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "aai-ml", "timestamp": 1666498734600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "multicloud-k8s-id", "timestamp": 1666498743112, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:21:56.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "ves-openapi-manager", "timestamp": 1666498735617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "aai-ml", "timestamp": 1666498734600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:21:56.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "ves-openapi-manager", "timestamp": 1666498735617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "aai-ml", "timestamp": 1666498744340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:21:56.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "clamp", "timestamp": 1666498744691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:21:56.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "clamp", "timestamp": 1666498745707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:21:56.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "clamp", "timestamp": 1666498746710, "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-10-23T04:21:56.532Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e575b5ed-4fc9-48da-a745-648e37499b3d 2022-10-23T04:21:56.533Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e575b5ed-4fc9-48da-a745-648e37499b3d 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-10-23T04:21:56.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "clamp", "timestamp": 1666498747714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "clamp", "timestamp": 1666498747714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "aai-ml", "timestamp": 1666498750624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:21:56.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "clamp", "timestamp": 1666498747714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "aai-ml", "timestamp": 1666498751628, "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-10-23T04:21:56.548Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbc83a12-8f9c-478c-9743-beb762bde861 2022-10-23T04:21:56.548Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc83a12-8f9c-478c-9743-beb762bde861 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-10-23T04:21:56.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "clamp", "timestamp": 1666498747714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:21:56.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498751153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "clamp", "timestamp": 1666498747714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498751153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "clamp", "timestamp": 1666498747714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498751153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "clamp", "timestamp": 1666498747714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498751153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "clamp", "timestamp": 1666498747714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498751153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "clamp", "timestamp": 1666498747714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:21:56.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498751153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498751153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498751153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:21:56.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498751153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:21:56.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:21:56.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498760897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:21:56.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498763061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:21:56.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666498764064, "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-10-23T04:21:56.568Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbc83a12-8f9c-478c-9743-beb762bde861 2022-10-23T04:21:56.569Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc83a12-8f9c-478c-9743-beb762bde861 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-10-23T04:21:56.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "clamp", "timestamp": 1666498765524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:21:56.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "clamp", "timestamp": 1666498766836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:21:56.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:21:56.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:21:56.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "clamp", "timestamp": 1666498767839, "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-10-23T04:21:56.581Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bbc83a12-8f9c-478c-9743-beb762bde861 2022-10-23T04:21:56.582Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbc83a12-8f9c-478c-9743-beb762bde861 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-10-23T04:22:07.358Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e575b5ed-4fc9-48da-a745-648e37499b3d 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-10-23T04:22:07.366Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e575b5ed-4fc9-48da-a745-648e37499b3d and serviceModelVersionId: 43d88b97-221a-4df9-9830-0de7b4be85e0 2022-10-23T04:22:07.366Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a01e69b-c303-426f-82f1-3960882f032d 2022-10-23T04:22:07.367Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a01e69b-c303-426f-82f1-3960882f032d/model-vers/model-ver/43d88b97-221a-4df9-9830-0de7b4be85e0?depth=0 2022-10-23T04:22:07.370Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-10-23T04:22:07.420Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a01e69b-c303-426f-82f1-3960882f032d/model-vers/model-ver/43d88b97-221a-4df9-9830-0de7b4be85e0?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-10-23T04:22:07.421Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a01e69b-c303-426f-82f1-3960882f032d/model-vers/model-ver/43d88b97-221a-4df9-9830-0de7b4be85e0?depth=0|INFO|500||Invoke 2022-10-23T04:22:07.441Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a01e69b-c303-426f-82f1-3960882f032d/model-vers/model-ver/43d88b97-221a-4df9-9830-0de7b4be85e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-23T04:22:07.532Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a01e69b-c303-426f-82f1-3960882f032d/model-vers/model-ver/43d88b97-221a-4df9-9830-0de7b4be85e0?depth=0|INFO|500||InvokeReturn 2022-10-23T04:22:07.532Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a01e69b-c303-426f-82f1-3960882f032d/model-vers/model-ver/43d88b97-221a-4df9-9830-0de7b4be85e0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221023-04:22:07:814-40697], vertex-id=[434208], Content-Length=[0], Date=[Sun, 23 Oct 2022 04:22:07 GMT], Content-Type=[application/json]} 2022-10-23T04:22:07.532Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-10-23T04:22:07.533Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-23T04:22:07.533Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-23T04:22:07.538Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-23T04:22:07.538Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e575b5ed-4fc9-48da-a745-648e37499b3d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-23T04:22:07.538Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-23T04:22:07.539Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:07.540Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:07.540Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498927538, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:22:07.641Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-23T04:22:07.642Z||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-10-23T04:22:07.642Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:07.661Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:07.661Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-23T04:22:08.552Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-23T04:22:08.553Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbc83a12-8f9c-478c-9743-beb762bde861","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"33f4f24a-74b2-499b-8da8-701d74b07760","serviceDescription":"service","serviceInvariantUUID":"c592ea24-3e2a-4970-b6f2-9f66978905c9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eef845f8-386f-4433-b505-e947857b3aea","resourceInvariantUUID":"b51045b4-4ec9-462d-8dc1-6002eb06c2b2","resourceCustomizationUUID":"77dbe6ed-b539-4111-84c5-555676171ab0","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":"NzdiOGEzOGE1OTZkM2ZiM2ViY2NmMWYwZGI5MmE0NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60c8d3a1-1b05-4aca-bb2e-eeb8e911b8d2","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":"2f685fdd-b050-4b45-b7ae-dd273ccf3ac4","artifactVersion":"2","generatedFromUUID":"a2296096-72e0-4ae8-a039-ec4ea7b75e69"},{"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":"a2296096-72e0-4ae8-a039-ec4ea7b75e69","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":"MTYwNGViMDJiZWUzYWRlNDQ1YzgzY2MyZTZhYTc1ODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5b6a4e5-7b80-4e5c-9fba-b0cda0e9920f","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":"5c4d8907-1ed5-4d6c-af2d-375b75c0f855","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":"b543a572-ff71-4d41-a6f8-40a0d03053af","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":"0b749229-0c5f-4c24-8a8f-5613beb799d1","artifactVersion":"2","generatedFromUUID":"5c4d8907-1ed5-4d6c-af2d-375b75c0f855"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjdkY2Q5YmQyM2M1ZDA2NTE0YzJhMTA5ZjQ0YTY2NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db5851a1-939a-46f2-96bf-5088e460117a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NmQ5ZjYyNTMxYjBhOTE1YWRkNmQ5MjgxNmM4NTdhYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8251f06a-713c-4f32-b4ba-ab7833cd9c6f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-23T04:22:08.553Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:22:08.553Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:08.555Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:08.555Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:22:08.655Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:22:08.656Z||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-10-23T04:22:08.656Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:08.672Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:08.672Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:22:09.556Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:22:09.557Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:09.559Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:09.559Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-23T04:22:09.659Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:22:09.660Z||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-10-23T04:22:09.660Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:09.676Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:09.677Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:22:10.560Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:22:10.560Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:10.562Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:10.562Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-23T04:22:10.662Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:22:10.663Z||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-10-23T04:22:10.663Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:10.677Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:10.677Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:22:11.563Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:22:11.564Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:11.567Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:11.567Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:22:11.667Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:22:11.668Z||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-10-23T04:22:11.668Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:11.684Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:11.685Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:22:12.568Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:22:12.569Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:12.570Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:12.571Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-23T04:22:12.671Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:22:12.672Z||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-10-23T04:22:12.672Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:12.691Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:12.691Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:22:13.571Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:22:13.572Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:13.575Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:13.575Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:22:13.675Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:22:13.675Z||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-10-23T04:22:13.676Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:13.707Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:13.707Z||pool-72-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:22:14.575Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:22:14.576Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:14.578Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:14.578Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-23T04:22:14.679Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:22:14.680Z||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-10-23T04:22:14.680Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:14.695Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:14.695Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:22:15.579Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:22:15.580Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:15.582Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:15.583Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:22:15.683Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:22:15.684Z||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-10-23T04:22:15.685Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:15.700Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:15.701Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:22:16.584Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:22:16.584Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:16.587Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:16.587Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:22:16.687Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:22:16.688Z||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-10-23T04:22:16.688Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:16.704Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:16.705Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:22:17.588Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "33f4f24a-74b2-499b-8da8-701d74b07760", "serviceDescription": "service", "serviceInvariantUUID": "c592ea24-3e2a-4970-b6f2-9f66978905c9", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "77dbe6ed-b539-4111-84c5-555676171ab0", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "eef845f8-386f-4433-b505-e947857b3aea", "resourceInvariantUUID": "b51045b4-4ec9-462d-8dc1-6002eb06c2b2", "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": "2f685fdd-b050-4b45-b7ae-dd273ccf3ac4", "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": "a2296096-72e0-4ae8-a039-ec4ea7b75e69", "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": "MTYwNGViMDJiZWUzYWRlNDQ1YzgzY2MyZTZhYTc1ODI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e5b6a4e5-7b80-4e5c-9fba-b0cda0e9920f", "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": "5c4d8907-1ed5-4d6c-af2d-375b75c0f855", "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": "0b749229-0c5f-4c24-8a8f-5613beb799d1", "generatedFromUUID": "5c4d8907-1ed5-4d6c-af2d-375b75c0f855" }, "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": "0b749229-0c5f-4c24-8a8f-5613beb799d1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NmQ5ZjYyNTMxYjBhOTE1YWRkNmQ5MjgxNmM4NTdhYTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8251f06a-713c-4f32-b4ba-ab7833cd9c6f" } ], "workloadContext": "Production" } 2022-10-23T04:22:17.589Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-23T04:22:17.589Z|e575b5ed-4fc9-48da-a745-648e37499b3d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 33f4f24a-74b2-499b-8da8-701d74b07760 ASDC 2022-10-23T04:22:17.589Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:bbc83a12-8f9c-478c-9743-beb762bde861 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:33f4f24a-74b2-499b-8da8-701d74b07760 ServiceInvariantUUID:c592ea24-3e2a-4970-b6f2-9f66978905c9 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:8251f06a-713c-4f32-b4ba-ab7833cd9c6f ArtifactChecksum:NmQ5ZjYyNTMxYjBhOTE1YWRkNmQ5MjgxNmM4NTdhYTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:77dbe6ed-b539-4111-84c5-555676171ab0 ResourceInvariantUUID:b51045b4-4ec9-462d-8dc1-6002eb06c2b2 ResourceName:basic_cnf ResourceType:VF ResourceUUID:eef845f8-386f-4433-b505-e947857b3aea 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:2f685fdd-b050-4b45-b7ae-dd273ccf3ac4 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:a2296096-72e0-4ae8-a039-ec4ea7b75e69 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:e5b6a4e5-7b80-4e5c-9fba-b0cda0e9920f ArtifactChecksum:MTYwNGViMDJiZWUzYWRlNDQ1YzgzY2MyZTZhYTc1ODI= 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:5c4d8907-1ed5-4d6c-af2d-375b75c0f855 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:0b749229-0c5f-4c24-8a8f-5613beb799d1 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:0b749229-0c5f-4c24-8a8f-5613beb799d1 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-23T04:22:17.590Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 33f4f24a-74b2-499b-8da8-701d74b07760 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-10-23T04:22:17.620Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:22:17.621Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:22:17.621Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:22:17.621Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8251f06a-713c-4f32-b4ba-ab7833cd9c6f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-23T04:22:17.622Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:22:17.622Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-23T04:22:17.771Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:22:17.774Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8251f06a-713c-4f32-b4ba-ab7833cd9c6f 68949 2022-10-23T04:22:17.774Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-23T04:22:17.775Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-23T04:22:17.775Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:22:17.775Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:17.777Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:17.777Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498937774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:22:17.877Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:22:17.878Z||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-10-23T04:22:17.878Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:17.895Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:17.895Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:22:18.778Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:22:18.779Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:22:18.779Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8251f06a-713c-4f32-b4ba-ab7833cd9c6f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-23T04:22:18.780Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-10-23T04:22:18.780Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-23T04:22:18.780Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-23T04:22:18.934Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3324367522980760382/Definitions/service-BasicCnf-template.yml 2022-10-23T04:22:19.979Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-23T04:22:19.979Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-23T04:22:19.979Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-23T04:22:19.979Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-23T04:22:19.980Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:19.980Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:19.980Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-23T04:22:19.980Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:19.980Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-23T04:22:19.980Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:19.981Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:22:19.981Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-23T04:22:19.981Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-23T04:22:19.981Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:22:19.981Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:19.982Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:22:19.982Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-23T04:22:19.982Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-23T04:22:19.982Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:22:19.982Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:19.983Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:22:19.983Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:19.983Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-23T04:22:19.983Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-10-23T04:22:19.983Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-10-23T04:22:19.983Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-23T04:22:19.984Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:19.984Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-23T04:22:19.984Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:19.984Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-23T04:22:19.984Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:22:19.985Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:19.985Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-23T04:22:19.985Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:22:19.985Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:19.985Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-23T04:22:19.986Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:22:19.986Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:19.986Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-23T04:22:19.986Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-23T04:22:19.986Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cfafa44e-f61c-4747-a660-83677217fcfd 2022-10-23T04:22:19.987Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:19.987Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:22:19.987Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:19.987Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:22:19.988Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:19.988Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:22:19.988Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:19.988Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:22:19.989Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:33f4f24a-74b2-499b-8da8-701d74b07760 Model Version:NULL Model InvariantUuid:c592ea24-3e2a-4970-b6f2-9f66978905c9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:2152c50e-0dc1-4f64-98a6-c19b6ef2d45b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b51045b4-4ec9-462d-8dc1-6002eb06c2b2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:77dbe6ed-b539-4111-84c5-555676171ab0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:afff7ada-99ee-4738-88ea-8eaddc0a4197 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:fd92f58d-1a02-496c-9db0-91b09d28eeb9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cfafa44e-f61c-4747-a660-83677217fcfd ModelInvariantUuid:da5b1268-31cf-409d-8efd-a377ca79888d ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:4b6fca13-2d90-4c07-8135-013aaddf0f10 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:68a7ae2b-160a-44fb-879f-a59f9086ec59 ModelInvariantUuid:596efb5e-8560-46ae-bd3d-551b8594ea85 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:6fa135cb-1d66-4153-85f6-46111069a945 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-10-23T04:22:19.996Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: eef845f8-386f-4433-b505-e947857b3aea 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-10-23T04:22:20.000Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-10-23T04:22:20.000Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eef845f8-386f-4433-b505-e947857b3aea 2022-10-23T04:22:20.000Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2f685fdd-b050-4b45-b7ae-dd273ccf3ac4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-23T04:22:20.000Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:22:20.001Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:20.056Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:22:20.057Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2f685fdd-b050-4b45-b7ae-dd273ccf3ac4 12 2022-10-23T04:22:20.057Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:20.057Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:20.057Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:22:20.058Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:20.059Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:20.060Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498940057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:22:20.160Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:22:20.161Z||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-10-23T04:22:20.161Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:20.177Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:20.178Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:22:21.060Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a2296096-72e0-4ae8-a039-ec4ea7b75e69 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-23T04:22:21.061Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:22:21.061Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:21.121Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:22:21.122Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a2296096-72e0-4ae8-a039-ec4ea7b75e69 2688 2022-10-23T04:22:21.122Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:21.122Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:21.122Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:22:21.122Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:21.124Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:21.124Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498941122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-23T04:22:21.224Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:22:21.226Z||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-10-23T04:22:21.227Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:21.242Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:21.243Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:22:22.126Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e5b6a4e5-7b80-4e5c-9fba-b0cda0e9920f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-23T04:22:22.126Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:22:22.127Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:22.182Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:22:22.182Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e5b6a4e5-7b80-4e5c-9fba-b0cda0e9920f 828 2022-10-23T04:22:22.183Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:22.183Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:22.183Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:22:22.183Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:22.195Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:22.195Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498942183, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:22:22.286Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-10-23T04:22:22.287Z||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-10-23T04:22:22.287Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:22.303Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:22.303Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:22:23.197Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "afff7ada-99ee-4738-88ea-8eaddc0a4197", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd92f58d-1a02-496c-9db0-91b09d28eeb9", "vfModuleModelCustomizationUUID": "dd3fee67-0ca9-4bd7-806e-d67bacef4f3c", "isBase": true, "artifacts": [ "a2296096-72e0-4ae8-a039-ec4ea7b75e69", "5c4d8907-1ed5-4d6c-af2d-375b75c0f855", "0b749229-0c5f-4c24-8a8f-5613beb799d1" ], "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-10-23T04:22:23.204Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fd92f58d-1a02-496c-9db0-91b09d28eeb9 VfModuleModelInvariantUUID:afff7ada-99ee-4738-88ea-8eaddc0a4197 VfModuleModelDescription:NULL Artifacts UUID List:{ a2296096-72e0-4ae8-a039-ec4ea7b75e69 , 5c4d8907-1ed5-4d6c-af2d-375b75c0f855 , 0b749229-0c5f-4c24-8a8f-5613beb799d1 } 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-10-23T04:22:23.206Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "afff7ada-99ee-4738-88ea-8eaddc0a4197", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd92f58d-1a02-496c-9db0-91b09d28eeb9", "vfModuleModelCustomizationUUID": "dd3fee67-0ca9-4bd7-806e-d67bacef4f3c", "isBase": true, "artifacts": [ "a2296096-72e0-4ae8-a039-ec4ea7b75e69", "5c4d8907-1ed5-4d6c-af2d-375b75c0f855", "0b749229-0c5f-4c24-8a8f-5613beb799d1" ], "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-10-23T04:22:23.206Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fd92f58d-1a02-496c-9db0-91b09d28eeb9 VfModuleModelInvariantUUID:afff7ada-99ee-4738-88ea-8eaddc0a4197 VfModuleModelDescription:NULL Artifacts UUID List:{ a2296096-72e0-4ae8-a039-ec4ea7b75e69 , 5c4d8907-1ed5-4d6c-af2d-375b75c0f855 , 0b749229-0c5f-4c24-8a8f-5613beb799d1 } 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-10-23T04:22:23.206Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5c4d8907-1ed5-4d6c-af2d-375b75c0f855 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-23T04:22:23.206Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:22:23.206Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:23.277Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:22:23.278Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5c4d8907-1ed5-4d6c-af2d-375b75c0f855 1164 2022-10-23T04:22:23.278Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:23.279Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:23.279Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:22:23.279Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:23.282Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:23.282Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498943278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:22:23.382Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:22:23.383Z||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-10-23T04:22:23.383Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:23.409Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:23.410Z||pool-80-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:22:24.283Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0b749229-0c5f-4c24-8a8f-5613beb799d1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-23T04:22:24.284Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:22:24.285Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:24.335Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:22:24.335Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 0b749229-0c5f-4c24-8a8f-5613beb799d1 200 2022-10-23T04:22:24.336Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:24.336Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:24.337Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:22:24.338Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:24.340Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:24.341Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498944336, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:22:24.440Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:22:24.441Z||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-10-23T04:22:24.442Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:24.459Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:24.460Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:22:25.344Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 33f4f24a-74b2-499b-8da8-701d74b07760 2022-10-23T04:22:25.344Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 eef845f8-386f-4433-b505-e947857b3aea ASDC 2022-10-23T04:22:25.354Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-23T04:22:25.367Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44f8a5f3, org.onap.sdc.toscaparser.api.parameters.Input@4b241c1b, org.onap.sdc.toscaparser.api.parameters.Input@7685ef9, org.onap.sdc.toscaparser.api.parameters.Input@3fa83d02, org.onap.sdc.toscaparser.api.parameters.Input@3efed039] 2022-10-23T04:22:25.368Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:25.368Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:22:25.369Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-10-23T04:22:25.369Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 77dbe6ed-b539-4111-84c5-555676171ab0 2022-10-23T04:22:25.369Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 77dbe6ed-b539-4111-84c5-555676171ab0 matches Tosca VF Customization UUID: 77dbe6ed-b539-4111-84c5-555676171ab0 2022-10-23T04:22:25.369Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 77dbe6ed-b539-4111-84c5-555676171ab0 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-10-23T04:22:25.371Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:25.371Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:22:25.372Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 77dbe6ed-b539-4111-84c5-555676171ab0: {\"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-10-23T04:22:25.372Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e35abc2 2022-10-23T04:22:25.372Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:25.373Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-23T04:22:25.373Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd3fee67-0ca9-4bd7-806e-d67bacef4f3c 2022-10-23T04:22:25.373Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd3fee67-0ca9-4bd7-806e-d67bacef4f3c 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-10-23T04:22:25.376Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:25.376Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-23T04:22:25.376Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:22:25.377Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:25.377Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-23T04:22:25.378Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:22:25.378Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:25.378Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-23T04:22:25.378Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-23T04:22:25.379Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cfafa44e-f61c-4747-a660-83677217fcfd 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-10-23T04:22:25.382Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:25.382Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-23T04:22:25.383Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:22:25.383Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:25.383Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-23T04:22:25.384Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=77dbe6ed-b539-4111-84c5-555676171ab0 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-10-23T04:22:25.386Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:25.386Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:22:25.387Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 33f4f24a-74b2-499b-8da8-701d74b07760: basic_cnf 2022-10-23T04:22:25.387Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:25.387Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:22:25.388Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:25.388Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:22:25.389Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:25.389Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:22:25.390Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:25.390Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:22:25.390Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:22:25.390Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:22:25.391Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:25.459Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf eef845f8-386f-4433-b505-e947857b3aea 1 ASDC deployResourceStructure 2022-10-23T04:22:25.461Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:25.461Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:25.461Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-23T04:22:25.461Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:25.463Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:25.464Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498945460, "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-10-23T04:22:25.563Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:22:25.564Z||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-10-23T04:22:25.564Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:25.582Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:25.583Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:22:26.465Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:26.466Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:26.466Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-23T04:22:26.466Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:26.468Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:26.468Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498946465, "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-10-23T04:22:26.568Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:22:26.569Z||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-10-23T04:22:26.569Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:26.588Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:26.588Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:22:27.469Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:27.470Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:27.470Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:22:27.470Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:27.494Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:27.495Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498947469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:22:27.575Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms 2022-10-23T04:22:27.576Z||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-10-23T04:22:27.576Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:27.599Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:27.600Z||pool-84-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:22:28.496Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:28.497Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:28.498Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:22:28.498Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:28.500Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:28.501Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498948496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-23T04:22:28.601Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:22:28.601Z||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-10-23T04:22:28.602Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:28.616Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:28.616Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:22:29.501Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:29.502Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||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-10-23T04:22:29.502Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:22:29.502Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:29.507Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:29.507Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498949501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-23T04:22:29.607Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:22:29.608Z||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-10-23T04:22:29.608Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:29.634Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:29.635Z||pool-86-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:22:30.508Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-23T04:22:30.508Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-23T04:22:30.508Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:22:30.509Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:22:30.511Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:22:30.511Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498950508, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:22:30.611Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:22:30.612Z||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-10-23T04:22:30.613Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:30.628Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:30.629Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:22:31.512Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbc83a12-8f9c-478c-9743-beb762bde861 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:22:31.523Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbc83a12-8f9c-478c-9743-beb762bde861 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:22:31.526Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:22:31.526Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-23T04:22:31.526Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-23T04:22:31.526Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-23T04:22:31.526Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:22:31.527Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:22:31.527Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:22:31.527Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:22:31.527Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:22:31.527Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:22:31.527Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-23T04:22:31.533Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-23T04:22:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:22:56.418Z||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-10-23T04:22:56.419Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:22:56.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:22:56.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "608b3845-ca75-404e-af10-72824ba52491", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498832435, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:22:56.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:22:56.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:22:56.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:22:56.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:22:56.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:22:56.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-23T04:22:56.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:22:56.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:22:56.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:22:56.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-23T04:22:56.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:22:56.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:22:56.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:22:56.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:22:56.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-23T04:22:56.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498845072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:22:56.451Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:22:56.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498847445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:22:56.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:22:56.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498848672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:22:56.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:22:56.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498849733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:22:56.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:22:56.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498850865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:22:56.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:22:56.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498851869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-23T04:22:56.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:22:56.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498852874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-23T04:22:56.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:22:56.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-23T04:22:56.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498853880, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:22:56.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:23:01.534Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbc83a12-8f9c-478c-9743-beb762bde861 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-10-23T04:23:01.543Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbc83a12-8f9c-478c-9743-beb762bde861 and serviceModelVersionId: 33f4f24a-74b2-499b-8da8-701d74b07760 2022-10-23T04:23:01.543Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c592ea24-3e2a-4970-b6f2-9f66978905c9 2022-10-23T04:23:01.544Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c592ea24-3e2a-4970-b6f2-9f66978905c9/model-vers/model-ver/33f4f24a-74b2-499b-8da8-701d74b07760?depth=0 2022-10-23T04:23:01.548Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-10-23T04:23:01.593Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c592ea24-3e2a-4970-b6f2-9f66978905c9/model-vers/model-ver/33f4f24a-74b2-499b-8da8-701d74b07760?depth=0|INFO|500||Invoke 2022-10-23T04:23:01.593Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c592ea24-3e2a-4970-b6f2-9f66978905c9/model-vers/model-ver/33f4f24a-74b2-499b-8da8-701d74b07760?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c592ea24-3e2a-4970-b6f2-9f66978905c9/model-vers/model-ver/33f4f24a-74b2-499b-8da8-701d74b07760?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bbc83a12-8f9c-478c-9743-beb762bde861], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[acbb18d3-a072-4405-bd89-b1cc8ecbc62b], X-ECOMP-RequestID=[bbc83a12-8f9c-478c-9743-beb762bde861], X-TransactionId=[], X-ONAP-RequestID=[bbc83a12-8f9c-478c-9743-beb762bde861], Content-Type=[application/merge-patch+json]} 2022-10-23T04:23:01.612Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c592ea24-3e2a-4970-b6f2-9f66978905c9/model-vers/model-ver/33f4f24a-74b2-499b-8da8-701d74b07760?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-23T04:23:01.696Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c592ea24-3e2a-4970-b6f2-9f66978905c9/model-vers/model-ver/33f4f24a-74b2-499b-8da8-701d74b07760?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/c592ea24-3e2a-4970-b6f2-9f66978905c9/model-vers/model-ver/33f4f24a-74b2-499b-8da8-701d74b07760?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221023-04:23:01:982-79768], vertex-id=[442392], Content-Length=[0], Date=[Sun, 23 Oct 2022 04:23:01 GMT], Content-Type=[application/json]} 2022-10-23T04:23:01.696Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c592ea24-3e2a-4970-b6f2-9f66978905c9/model-vers/model-ver/33f4f24a-74b2-499b-8da8-701d74b07760?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-23T04:23:01.697Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c592ea24-3e2a-4970-b6f2-9f66978905c9/model-vers/model-ver/33f4f24a-74b2-499b-8da8-701d74b07760?depth=0|INFO|500||InvokeReturn 2022-10-23T04:23:01.697Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-23T04:23:01.698Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-23T04:23:01.705Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-23T04:23:01.705Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbc83a12-8f9c-478c-9743-beb762bde861 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-23T04:23:01.705Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-23T04:23:01.706Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:23:01.707Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:23:01.708Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498981705, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:23:01.808Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:23:01.809Z||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-10-23T04:23:01.809Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:23:01.827Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:23:01.827Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 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-10-23T04:23:02.721Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:23:02.722Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:23:02.722Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:23:13.019Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:23:13.020Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:23:13.021Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:23:13.021Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:23:22.569Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:23:22.570Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:23:22.570Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:23:22.571Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:23:32.118Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:23:32.119Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:23:32.120Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:23:32.120Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:23:41.759Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:23:56.412Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:23:56.415Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:23:56.416Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:23:56.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:23:56.418Z||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-10-23T04:23:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:23:56.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:23:56.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-23T04:23:56.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "19642a12-a9af-4689-9a27-4f1212948033", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498885133, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:23:56.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:23:56.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-23T04:23:56.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:23:56.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-23T04:23:56.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-23T04:23:56.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:23:56.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-23T04:23:56.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-23T04:23:56.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:23:56.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-23T04:23:56.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-23T04:23:56.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:23:56.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-23T04:23:56.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-23T04:23:56.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:23:56.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-23T04:23:56.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-23T04:23:56.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/resourceInstances/pnf3db4b42140050/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:23:56.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-23T04:23:56.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-23T04:23:56.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:23:56.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-23T04:23:56.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-23T04:23:56.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:23:56.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-23T04:23:56.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-23T04:23:56.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498894381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:23:56.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:23:56.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-23T04:23:56.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498896330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjsixx9r5wcwhmhxjvzh/1.0/artifacts/service-DemoPnfGjsixx9r5wcwhmhxjvzh-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:23:56.448Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:24:05.971Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:24:56.409Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:24:56.410Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:24:56.410Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:24:56.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:24:56.418Z||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-10-23T04:24:56.419Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:24:56.455Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:24:56.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e575b5ed-4fc9-48da-a745-648e37499b3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498927538, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:24:56.456Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:24:56.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:24:56.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:24:56.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-23T04:24:56.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:24:56.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:24:56.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498833449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:24:56.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:24:56.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498937774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:24:56.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:24:56.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498940057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:24:56.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:24:56.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498941122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-23T04:24:56.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:24:56.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498942183, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:24:56.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:24:56.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498943278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:24:56.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:24:56.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498944336, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:24:56.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:24:56.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498945460, "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-10-23T04:24:56.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:24:56.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498946465, "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-10-23T04:24:56.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:24:56.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498947469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:24:56.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:24:56.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498948496, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-23T04:24:56.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:24:56.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498949501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-23T04:24:56.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:24:56.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:24:56.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498950508, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:24:56.461Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:25:05.973Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:25:56.408Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:25:56.409Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:25:56.410Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:25:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:25:56.417Z||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-10-23T04:25:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:25:56.940Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:25:56.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:25:56.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbc83a12-8f9c-478c-9743-beb762bde861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666498981705, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:25:56.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:26:05.958Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:26:56.409Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:26:56.411Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:26:56.412Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:26:56.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:26:56.417Z||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-10-23T04:26:56.417Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:27:05.958Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:27:05.960Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:27:56.408Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:27:56.410Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:27:56.410Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:27:56.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:27:56.417Z||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-10-23T04:27:56.417Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:28:05.952Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:28:05.961Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:28:56.409Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:28:56.410Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:28:56.410Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:28:56.418Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:28:56.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:28:56.422Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:29:05.961Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:29:05.969Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:29:56.408Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:29:56.409Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:29:56.409Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:29:56.417Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:29:56.417Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:29:56.417Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:30:05.971Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:30:05.973Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:30:56.409Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:30:56.410Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:30:56.410Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:30:56.417Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:30:56.417Z|608b3845-ca75-404e-af10-72824ba52491|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-10-23T04:30:56.418Z|608b3845-ca75-404e-af10-72824ba52491|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:31:05.963Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:31:05.968Z|608b3845-ca75-404e-af10-72824ba52491|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:31:56.408Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:31:56.409Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:31:56.409Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:31:56.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:31:56.418Z||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-10-23T04:31:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:31:56.738Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:31:56.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "clamp", "timestamp": 1666499490075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "ves-openapi-manager", "timestamp": 1666499495617, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499488080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "policy-id", "timestamp": 1666499488049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "cds", "timestamp": 1666499495574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "clamp", "timestamp": 1666499490075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:31:56.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "ves-openapi-manager", "timestamp": 1666499495617, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499488080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:31:56.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "policy-id", "timestamp": 1666499488049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "cds", "timestamp": 1666499495574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "ves-openapi-manager", "timestamp": 1666499495617, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "clamp", "timestamp": 1666499490075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499488080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-23T04:31:56.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "policy-id", "timestamp": 1666499488049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-23T04:31:56.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "cds", "timestamp": 1666499495574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "clamp", "timestamp": 1666499490075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "ves-openapi-manager", "timestamp": 1666499495617, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499488080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "policy-id", "timestamp": 1666499488049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "cds", "timestamp": 1666499495574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "clamp", "timestamp": 1666499490075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "ves-openapi-manager", "timestamp": 1666499495617, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499488080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-23T04:31:56.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "policy-id", "timestamp": 1666499488049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "cds", "timestamp": 1666499495574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "clamp", "timestamp": 1666499490075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "ves-openapi-manager", "timestamp": 1666499495617, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499488080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-23T04:31:56.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "policy-id", "timestamp": 1666499488049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "cds", "timestamp": 1666499495574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "ves-openapi-manager", "timestamp": 1666499495617, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "clamp", "timestamp": 1666499490075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499488080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-23T04:31:56.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "policy-id", "timestamp": 1666499488049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "cds", "timestamp": 1666499495574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499501153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "ves-openapi-manager", "timestamp": 1666499495617, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "clamp", "timestamp": 1666499490075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499488080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "policy-id", "timestamp": 1666499488049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "cds", "timestamp": 1666499495574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499501153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "clamp", "timestamp": 1666499490075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "ves-openapi-manager", "timestamp": 1666499495617, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499488080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "policy-id", "timestamp": 1666499488049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "cds", "timestamp": 1666499495574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499501153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "ves-openapi-manager", "timestamp": 1666499495617, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "clamp", "timestamp": 1666499490075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:31:56.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499488080, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:31:56.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "policy-id", "timestamp": 1666499488049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:31:56.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "cds", "timestamp": 1666499495574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:31:56.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499501153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499506715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:31:56.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:31:56.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "policy-id", "timestamp": 1666499505440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:31:56.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:31:56.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "cds", "timestamp": 1666499506383, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:31:56.760Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:31:56.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499501153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "policy-id", "timestamp": 1666499506445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:31:56.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:31:56.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499507819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:31:56.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:31:56.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499501153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "policy-id", "timestamp": 1666499507450, "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-10-23T04:31:56.780Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f25e2e2f-8570-435f-b563-a65b0ec415b4 2022-10-23T04:31:56.780Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f25e2e2f-8570-435f-b563-a65b0ec415b4 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-10-23T04:31:56.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499508933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:31:56.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:31:56.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "clamp", "timestamp": 1666499507949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:31:56.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:31:56.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499501153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "cds", "timestamp": 1666499509090, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-23T04:31:56.796Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f25e2e2f-8570-435f-b563-a65b0ec415b4 2022-10-23T04:31:56.796Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f25e2e2f-8570-435f-b563-a65b0ec415b4 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-10-23T04:31:56.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499510004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-23T04:31:56.803Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:31:56.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499501153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499511067, "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-10-23T04:31:56.808Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f25e2e2f-8570-435f-b563-a65b0ec415b4 2022-10-23T04:31:56.809Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f25e2e2f-8570-435f-b563-a65b0ec415b4 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-10-23T04:31:56.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499501153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "multicloud-k8s-id", "timestamp": 1666499512071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:31:56.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:31:56.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499501153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:31:56.817Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499511941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:31:56.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:31:56.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "clamp", "timestamp": 1666499512955, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:31:56.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:31:56.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "aai-ml", "timestamp": 1666499513304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.818Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "clamp", "timestamp": 1666499513959, "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-10-23T04:31:56.822Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f25e2e2f-8570-435f-b563-a65b0ec415b4 2022-10-23T04:31:56.822Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f25e2e2f-8570-435f-b563-a65b0ec415b4 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-10-23T04:31:56.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "aai-ml", "timestamp": 1666499513304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499514267, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:31:56.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:31:56.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "aai-ml", "timestamp": 1666499513304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:56.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:31:56.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:31:56.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499515270, "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-10-23T04:31:56.836Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f25e2e2f-8570-435f-b563-a65b0ec415b4 2022-10-23T04:31:56.836Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f25e2e2f-8570-435f-b563-a65b0ec415b4 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-10-23T04:31:57.042Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:31:57.043Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-23T04:31:57.044Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f25e2e2f-8570-435f-b563-a65b0ec415b4","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"9e73f7d3-a9ff-426e-b513-4a5a3e82f46a","serviceDescription":"service","serviceInvariantUUID":"90ff988d-58e9-4416-af85-b76260c3aa09","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"82d5cb08-1d69-4145-837b-978267e0f46f","resourceInvariantUUID":"0d9a3293-5bf9-4517-bf0a-673683e2da50","resourceCustomizationUUID":"a7ab8cde-f5e5-408f-8ca9-029d9db2b9ba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YTRkY2MyNGQ0MWY5OGU4YmIwMzRjYjQ4MWZiYzlhODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2dbb5bc3-9e4b-455c-9878-b5dcb97259a1","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MGQ2NjY0ZWU1OGQxYjgyMDZkODgwMTdlMzYxMzQwNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb332921-0155-4187-a1bd-9450ab41af25","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"114d77ce-8e68-4133-b6d9-8ae9506d6144","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0276b6dd-73b3-4b99-9695-e96e423fb097","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d7f5079a-02cb-4e37-8101-25d5f7f3dcc3","artifactVersion":"2","generatedFromUUID":"7a436d63-11f1-405c-9f69-3a4fd5b2e512"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"af1f4f3f-c8fe-4c9d-bf8e-11ad465a0e7f","artifactVersion":"2","generatedFromUUID":"114d77ce-8e68-4133-b6d9-8ae9506d6144"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a436d63-11f1-405c-9f69-3a4fd5b2e512","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3ca19a32-6dc2-40b7-80ad-c03f67c555fb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MmI1ZGM1Njc4NGJkNmNkZGUwNDQwNTA3YmMwOGJhYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90410b45-c123-40ac-984f-28d4c9651ccf","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjQyNTZkZmNhNjBmN2JiMTg2OTNjNGVmMGUzOTdmMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c598ac9-1797-4f0d-95b5-95b75374f1ac","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-23T04:31:57.046Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:31:57.047Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:31:57.051Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:31:57.051Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:31:57.151Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:31:57.152Z||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-10-23T04:31:57.152Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:31:57.171Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:31:57.171Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:31:58.052Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:31:58.053Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:31:58.055Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:31:58.055Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:31:58.155Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:31:58.156Z||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-10-23T04:31:58.156Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:31:58.174Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:31:58.174Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:31:59.055Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:31:59.056Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:31:59.059Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:31:59.059Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-23T04:31:59.159Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:31:59.160Z||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-10-23T04:31:59.160Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:31:59.177Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:31:59.178Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:32:00.059Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:32:00.060Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:00.063Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:00.063Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:32:00.163Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:32:00.164Z||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-10-23T04:32:00.164Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:00.178Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:00.179Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:32:01.064Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:32:01.065Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:01.068Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:01.068Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-23T04:32:01.168Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:32:01.169Z||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-10-23T04:32:01.169Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:01.186Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:01.187Z||pool-93-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:32:02.069Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:32:02.070Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:02.072Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:02.072Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-23T04:32:02.172Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:32:02.173Z||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-10-23T04:32:02.173Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:02.192Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:02.193Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:32:03.072Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:32:03.073Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:03.076Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:03.076Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-23T04:32:03.176Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:32:03.177Z||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-10-23T04:32:03.177Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:03.197Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:03.198Z||pool-95-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1} 2022-10-23T04:32:04.077Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:32:04.077Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:04.080Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:04.080Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:32:04.180Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:32:04.181Z||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-10-23T04:32:04.181Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:04.196Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:04.196Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:32:05.081Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:32:05.082Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:05.084Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:05.084Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:32:05.184Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:32:05.185Z||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-10-23T04:32:05.186Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:05.202Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:05.202Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:32:06.085Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:32:06.086Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:06.089Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:06.089Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:32:06.189Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:32:06.190Z||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-10-23T04:32:06.191Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:06.222Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:06.222Z||pool-98-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:32:07.091Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "9e73f7d3-a9ff-426e-b513-4a5a3e82f46a", "serviceDescription": "service", "serviceInvariantUUID": "90ff988d-58e9-4416-af85-b76260c3aa09", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "a7ab8cde-f5e5-408f-8ca9-029d9db2b9ba", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "82d5cb08-1d69-4145-837b-978267e0f46f", "resourceInvariantUUID": "0d9a3293-5bf9-4517-bf0a-673683e2da50", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "MGQ2NjY0ZWU1OGQxYjgyMDZkODgwMTdlMzYxMzQwNzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eb332921-0155-4187-a1bd-9450ab41af25", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "114d77ce-8e68-4133-b6d9-8ae9506d6144", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "af1f4f3f-c8fe-4c9d-bf8e-11ad465a0e7f", "generatedFromUUID": "114d77ce-8e68-4133-b6d9-8ae9506d6144" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d7f5079a-02cb-4e37-8101-25d5f7f3dcc3", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "af1f4f3f-c8fe-4c9d-bf8e-11ad465a0e7f", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7a436d63-11f1-405c-9f69-3a4fd5b2e512", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NjQyNTZkZmNhNjBmN2JiMTg2OTNjNGVmMGUzOTdmMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c598ac9-1797-4f0d-95b5-95b75374f1ac" } ], "workloadContext": "Production" } 2022-10-23T04:32:07.091Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-23T04:32:07.092Z|bbc83a12-8f9c-478c-9743-beb762bde861|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9e73f7d3-a9ff-426e-b513-4a5a3e82f46a ASDC 2022-10-23T04:32:07.093Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f25e2e2f-8570-435f-b563-a65b0ec415b4 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:9e73f7d3-a9ff-426e-b513-4a5a3e82f46a ServiceInvariantUUID:90ff988d-58e9-4416-af85-b76260c3aa09 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:9c598ac9-1797-4f0d-95b5-95b75374f1ac ArtifactChecksum:NjQyNTZkZmNhNjBmN2JiMTg2OTNjNGVmMGUzOTdmMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:a7ab8cde-f5e5-408f-8ca9-029d9db2b9ba ResourceInvariantUUID:0d9a3293-5bf9-4517-bf0a-673683e2da50 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:82d5cb08-1d69-4145-837b-978267e0f46f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:eb332921-0155-4187-a1bd-9450ab41af25 ArtifactChecksum:MGQ2NjY0ZWU1OGQxYjgyMDZkODgwMTdlMzYxMzQwNzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:114d77ce-8e68-4133-b6d9-8ae9506d6144 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:af1f4f3f-c8fe-4c9d-bf8e-11ad465a0e7f ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:d7f5079a-02cb-4e37-8101-25d5f7f3dcc3 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:af1f4f3f-c8fe-4c9d-bf8e-11ad465a0e7f ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:7a436d63-11f1-405c-9f69-3a4fd5b2e512 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-23T04:32:07.093Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e73f7d3-a9ff-426e-b513-4a5a3e82f46a 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-10-23T04:32:07.135Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:32:07.137Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:32:07.137Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:32:07.137Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9c598ac9-1797-4f0d-95b5-95b75374f1ac from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-23T04:32:07.138Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:32:07.138Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-23T04:32:07.221Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:32:07.229Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 9c598ac9-1797-4f0d-95b5-95b75374f1ac 158209 2022-10-23T04:32:07.229Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-23T04:32:07.230Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-23T04:32:07.230Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:32:07.230Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:07.233Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:07.233Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499527229, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:32:07.333Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:32:07.334Z||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-10-23T04:32:07.334Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:07.358Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:07.359Z||pool-99-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:32:08.234Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:32:08.236Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:32:08.236Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9c598ac9-1797-4f0d-95b5-95b75374f1ac, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-23T04:32:08.236Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-10-23T04:32:08.237Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-23T04:32:08.237Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-23T04:32:08.508Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2284849177535584383/Definitions/service-BasicCnfMacro-template.yml 2022-10-23T04:32:09.730Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-23T04:32:09.730Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-23T04:32:09.730Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-23T04:32:09.731Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-23T04:32:09.731Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-23T04:32:09.732Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-23T04:32:09.732Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-23T04:32:09.732Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_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-BasicCnfMacro-csar.csar 2022-10-23T04:32:09.732Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-23T04:32:09.732Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:09.732Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:32:09.733Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-23T04:32:09.733Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-23T04:32:09.733Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:32:09.734Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:09.734Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:32:09.734Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-23T04:32:09.734Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-23T04:32:09.734Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:32:09.734Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:09.734Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:32:09.735Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:09.735Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-23T04:32:09.735Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-10-23T04:32:09.735Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-10-23T04:32:09.735Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-23T04:32:09.735Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:09.735Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-23T04:32:09.736Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:09.736Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-23T04:32:09.736Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:32:09.736Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:09.736Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-23T04:32:09.736Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:32:09.737Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:09.737Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-23T04:32:09.737Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:32:09.737Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:09.737Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-23T04:32:09.737Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:32:09.737Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:09.737Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-23T04:32:09.738Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-10-23T04:32:09.738Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=5f1ce281-f148-4391-b934-6b15b6002eb3 2022-10-23T04:32:09.738Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:09.738Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:32:09.738Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:09.738Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:32:09.738Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:09.739Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:32:09.739Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:09.739Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:32:09.739Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:9e73f7d3-a9ff-426e-b513-4a5a3e82f46a Model Version:NULL Model InvariantUuid:90ff988d-58e9-4416-af85-b76260c3aa09 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:dfc2aeb2-a454-4fd2-9106-98a8cd02da13 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0d9a3293-5bf9-4517-bf0a-673683e2da50 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a7ab8cde-f5e5-408f-8ca9-029d9db2b9ba NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:80c8f016-d370-45c5-80ab-0d387012f2dc ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:06dbad07-832d-4dd4-8fe7-ff981fb11fed ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:9430beca-7f28-4119-bb03-3572b4f342fa ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:1a1aac2e-d0b0-4d79-ada7-94ff21042143 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5f1ce281-f148-4391-b934-6b15b6002eb3 ModelInvariantUuid:31a0434d-8690-440e-aa45-5280214f1475 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:bea68484-23c9-4fbf-ba94-096bf997d5ca ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:b5a214bf-1bd6-4b7b-a5da-3f81987c0d79 ModelInvariantUuid:69a0a7ec-98a4-4dec-95bb-ba2bfb7ea502 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:327edf1c-32ba-4cd0-98ec-72127be98ceb 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-10-23T04:32:09.746Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 82d5cb08-1d69-4145-837b-978267e0f46f 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-10-23T04:32:09.750Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0 2022-10-23T04:32:09.750Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 82d5cb08-1d69-4145-837b-978267e0f46f 2022-10-23T04:32:09.750Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eb332921-0155-4187-a1bd-9450ab41af25 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-23T04:32:09.751Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:32:09.751Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-23T04:32:09.813Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:32:09.814Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json eb332921-0155-4187-a1bd-9450ab41af25 1565 2022-10-23T04:32:09.814Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-10-23T04:32:09.814Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-23T04:32:09.814Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:32:09.814Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:09.816Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:09.817Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499529814, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:32:09.917Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:32:09.917Z||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-10-23T04:32:09.918Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:09.951Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:09.951Z||pool-100-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:32:10.817Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "9430beca-7f28-4119-bb03-3572b4f342fa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1a1aac2e-d0b0-4d79-ada7-94ff21042143", "vfModuleModelCustomizationUUID": "9078ac17-6983-4214-bf60-d3761a059763", "isBase": true, "artifacts": [ "114d77ce-8e68-4133-b6d9-8ae9506d6144", "af1f4f3f-c8fe-4c9d-bf8e-11ad465a0e7f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "80c8f016-d370-45c5-80ab-0d387012f2dc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "06dbad07-832d-4dd4-8fe7-ff981fb11fed", "vfModuleModelCustomizationUUID": "f9de362b-b268-4c46-b42c-a48241448d5e", "isBase": false, "artifacts": [ "7a436d63-11f1-405c-9f69-3a4fd5b2e512" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-23T04:32:10.823Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1a1aac2e-d0b0-4d79-ada7-94ff21042143 VfModuleModelInvariantUUID:9430beca-7f28-4119-bb03-3572b4f342fa VfModuleModelDescription:NULL Artifacts UUID List:{ 114d77ce-8e68-4133-b6d9-8ae9506d6144 , af1f4f3f-c8fe-4c9d-bf8e-11ad465a0e7f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:06dbad07-832d-4dd4-8fe7-ff981fb11fed VfModuleModelInvariantUUID:80c8f016-d370-45c5-80ab-0d387012f2dc VfModuleModelDescription:NULL Artifacts UUID List:{ 7a436d63-11f1-405c-9f69-3a4fd5b2e512 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-10-23T04:32:10.827Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "9430beca-7f28-4119-bb03-3572b4f342fa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1a1aac2e-d0b0-4d79-ada7-94ff21042143", "vfModuleModelCustomizationUUID": "9078ac17-6983-4214-bf60-d3761a059763", "isBase": true, "artifacts": [ "114d77ce-8e68-4133-b6d9-8ae9506d6144", "af1f4f3f-c8fe-4c9d-bf8e-11ad465a0e7f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "80c8f016-d370-45c5-80ab-0d387012f2dc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "06dbad07-832d-4dd4-8fe7-ff981fb11fed", "vfModuleModelCustomizationUUID": "f9de362b-b268-4c46-b42c-a48241448d5e", "isBase": false, "artifacts": [ "7a436d63-11f1-405c-9f69-3a4fd5b2e512" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-23T04:32:10.827Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1a1aac2e-d0b0-4d79-ada7-94ff21042143 VfModuleModelInvariantUUID:9430beca-7f28-4119-bb03-3572b4f342fa VfModuleModelDescription:NULL Artifacts UUID List:{ 114d77ce-8e68-4133-b6d9-8ae9506d6144 , af1f4f3f-c8fe-4c9d-bf8e-11ad465a0e7f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:06dbad07-832d-4dd4-8fe7-ff981fb11fed VfModuleModelInvariantUUID:80c8f016-d370-45c5-80ab-0d387012f2dc VfModuleModelDescription:NULL Artifacts UUID List:{ 7a436d63-11f1-405c-9f69-3a4fd5b2e512 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-10-23T04:32:10.827Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 114d77ce-8e68-4133-b6d9-8ae9506d6144 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-23T04:32:10.827Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:32:10.827Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-23T04:32:10.904Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:32:10.905Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 114d77ce-8e68-4133-b6d9-8ae9506d6144 914 2022-10-23T04:32:10.905Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-10-23T04:32:10.905Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-23T04:32:10.905Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:32:10.906Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:10.907Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:10.908Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499530905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:32:11.008Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:32:11.009Z||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-10-23T04:32:11.009Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:11.026Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:11.026Z||pool-101-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:32:11.908Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d7f5079a-02cb-4e37-8101-25d5f7f3dcc3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-23T04:32:11.909Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:32:11.909Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-23T04:32:11.977Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:32:11.977Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d7f5079a-02cb-4e37-8101-25d5f7f3dcc3 12 2022-10-23T04:32:11.978Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-10-23T04:32:11.978Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-23T04:32:11.978Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:32:11.979Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:11.981Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:11.981Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499531978, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:32:12.081Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:32:12.082Z||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-10-23T04:32:12.082Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:12.098Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:12.098Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:32:12.982Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: af1f4f3f-c8fe-4c9d-bf8e-11ad465a0e7f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-23T04:32:12.982Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:32:12.982Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-23T04:32:13.043Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:32:13.044Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env af1f4f3f-c8fe-4c9d-bf8e-11ad465a0e7f 96 2022-10-23T04:32:13.044Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-10-23T04:32:13.044Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-23T04:32:13.044Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:32:13.044Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:13.046Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:13.046Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499533044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:32:13.147Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:32:13.148Z||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-10-23T04:32:13.148Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:13.164Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:13.164Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:32:14.047Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7a436d63-11f1-405c-9f69-3a4fd5b2e512 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-23T04:32:14.047Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:32:14.048Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-23T04:32:14.101Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:32:14.102Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 7a436d63-11f1-405c-9f69-3a4fd5b2e512 20206 2022-10-23T04:32:14.102Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-10-23T04:32:14.102Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-23T04:32:14.102Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:32:14.103Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:14.104Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:14.105Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499534102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-23T04:32:14.205Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:32:14.206Z||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-10-23T04:32:14.206Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:14.218Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:14.218Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:32:15.108Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9e73f7d3-a9ff-426e-b513-4a5a3e82f46a 2022-10-23T04:32:15.109Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 82d5cb08-1d69-4145-837b-978267e0f46f ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-23T04:32:15.119Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c6d9e39, org.onap.sdc.toscaparser.api.parameters.Input@41aa0cce, org.onap.sdc.toscaparser.api.parameters.Input@483d8ad4, org.onap.sdc.toscaparser.api.parameters.Input@1693419d, org.onap.sdc.toscaparser.api.parameters.Input@667f8920] 2022-10-23T04:32:15.121Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:15.121Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:32:15.121Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-10-23T04:32:15.122Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a7ab8cde-f5e5-408f-8ca9-029d9db2b9ba 2022-10-23T04:32:15.122Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a7ab8cde-f5e5-408f-8ca9-029d9db2b9ba matches Tosca VF Customization UUID: a7ab8cde-f5e5-408f-8ca9-029d9db2b9ba 2022-10-23T04:32:15.122Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a7ab8cde-f5e5-408f-8ca9-029d9db2b9ba 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-10-23T04:32:15.124Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:15.124Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:32:15.125Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a7ab8cde-f5e5-408f-8ca9-029d9db2b9ba: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-10-23T04:32:15.125Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f7e461e 2022-10-23T04:32:15.125Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:15.125Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-23T04:32:15.126Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f9de362b-b268-4c46-b42c-a48241448d5e 2022-10-23T04:32:15.126Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f9de362b-b268-4c46-b42c-a48241448d5e 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-10-23T04:32:15.129Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:15.129Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-23T04:32:15.129Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:32:15.129Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:15.130Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-23T04:32:15.130Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:32:15.130Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:15.130Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-23T04:32:15.130Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a7ab8cde-f5e5-408f-8ca9-029d9db2b9ba 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-10-23T04:32:15.132Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:15.132Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:32:15.132Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9e73f7d3-a9ff-426e-b513-4a5a3e82f46a: basic_cnf_macro 2022-10-23T04:32:15.132Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:15.133Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:32:15.133Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:15.133Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:32:15.133Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:15.133Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:32:15.133Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:15.133Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:32:15.133Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:32:15.134Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:32:15.134Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-23T04:32:15.173Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 82d5cb08-1d69-4145-837b-978267e0f46f 2 ASDC deployResourceStructure 2022-10-23T04:32:15.173Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-10-23T04:32:15.174Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-23T04:32:15.174Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:32:15.174Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:15.176Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:15.176Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499535173, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:32:15.276Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:32:15.277Z||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-10-23T04:32:15.277Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:15.289Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:15.290Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:32:16.177Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-10-23T04:32:16.177Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-23T04:32:16.177Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:32:16.177Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:16.179Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:16.179Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499536176, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-23T04:32:16.279Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:32:16.280Z||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-10-23T04:32:16.280Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:16.315Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:16.315Z||pool-106-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:32:17.181Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-10-23T04:32:17.181Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-10-23T04:32:17.181Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-23T04:32:17.182Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:17.184Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:17.184Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499537181, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-23T04:32:17.285Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:32:17.285Z||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-10-23T04:32:17.286Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:17.300Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:17.300Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:32:18.185Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-10-23T04:32:18.186Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-23T04:32:18.186Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:32:18.187Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:18.188Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:18.189Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499538185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-23T04:32:18.289Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:32:18.290Z||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-10-23T04:32:18.290Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:18.316Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:18.317Z||pool-108-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:32:19.190Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-10-23T04:32:19.191Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-10-23T04:32:19.191Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-23T04:32:19.191Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:19.193Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:19.194Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499539190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-23T04:32:19.294Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:32:19.295Z||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-10-23T04:32:19.295Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:19.312Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:19.312Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:32:20.195Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-23T04:32:20.195Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-23T04:32:20.196Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:32:20.196Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:32:20.198Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:32:20.199Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499540195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:32:20.299Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:32:20.299Z||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-10-23T04:32:20.299Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:20.313Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:20.314Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:32:21.200Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:32:21.211Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:32:21.214Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:32:21.214Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-23T04:32:21.214Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-23T04:32:51.214Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:32:51.228Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:32:51.231Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:32:51.231Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-23T04:32:51.231Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-23T04:32:56.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:32:56.418Z||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-10-23T04:32:56.419Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:32:56.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:32:56.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:32:56.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "aai-ml", "timestamp": 1666499513304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:32:56.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:33:21.231Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:33:21.245Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:33:21.247Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:33:21.247Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-23T04:33:21.247Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-23T04:33:51.248Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:33:51.259Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:33:51.262Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:33:51.262Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-23T04:33:51.262Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-23T04:33:56.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:33:56.419Z||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-10-23T04:33:56.419Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:33:56.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:33:56.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-23T04:33:56.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:33:56.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:21.262Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:34:21.275Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:34:21.278Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:34:21.278Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-23T04:34:21.278Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-23T04:34:51.278Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:34:51.290Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:34:51.293Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:34:51.293Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-23T04:34:51.293Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-23T04:34:56.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:34:56.418Z||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-10-23T04:34:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:34:56.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:34:56.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "aai-ml", "timestamp": 1666499513304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:34:56.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "aai-ml", "timestamp": 1666499513304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-23T04:34:56.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "aai-ml", "timestamp": 1666499513304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "aai-ml", "timestamp": 1666499513304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-23T04:34:56.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "aai-ml", "timestamp": 1666499513304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-23T04:34:56.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "aai-ml", "timestamp": 1666499513304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "aai-ml", "timestamp": 1666499524069, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499516408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:34:56.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499527229, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499529814, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "aai-ml", "timestamp": 1666499531134, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:34:56.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499530905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "aai-ml", "timestamp": 1666499532137, "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-10-23T04:34:56.479Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f25e2e2f-8570-435f-b563-a65b0ec415b4 2022-10-23T04:34:56.479Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f25e2e2f-8570-435f-b563-a65b0ec415b4 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-10-23T04:34:56.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499531978, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.488Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499533044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.489Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499534102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.489Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499535173, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:34:56.489Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499536176, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-23T04:34:56.489Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499537181, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-23T04:34:56.490Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499538185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-23T04:34:56.490Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499539190, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-23T04:34:56.490Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499540195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:34:56.490Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "ves-openapi-manager", "timestamp": 1666499535617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "cds", "timestamp": 1666499540575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "ves-openapi-manager", "timestamp": 1666499535617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "cds", "timestamp": 1666499540575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "aai-ml", "timestamp": 1666499543304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "ves-openapi-manager", "timestamp": 1666499535617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "cds", "timestamp": 1666499540575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "aai-ml", "timestamp": 1666499543304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "cds", "timestamp": 1666499540575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "ves-openapi-manager", "timestamp": 1666499535617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "aai-ml", "timestamp": 1666499543304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "ves-openapi-manager", "timestamp": 1666499535617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "cds", "timestamp": 1666499540575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "aai-ml", "timestamp": 1666499543304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "ves-openapi-manager", "timestamp": 1666499535617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "cds", "timestamp": 1666499540575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "aai-ml", "timestamp": 1666499543304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "ves-openapi-manager", "timestamp": 1666499535617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "cds", "timestamp": 1666499540575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:34:56.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "aai-ml", "timestamp": 1666499543304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "ves-openapi-manager", "timestamp": 1666499535617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "cds", "timestamp": 1666499540575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:34:56.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-23T04:34:56.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "aai-ml", "timestamp": 1666499543304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "cds", "timestamp": 1666499550820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "aai-ml", "timestamp": 1666499543304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:34:56.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-23T04:34:56.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "cds", "timestamp": 1666499552088, "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-10-23T04:34:56.514Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aaee5768-68ce-4e6c-985f-29110ebd14bd 2022-10-23T04:34:56.514Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaee5768-68ce-4e6c-985f-29110ebd14bd 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-10-23T04:34:56.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-23T04:34:56.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "aai-ml", "timestamp": 1666499552024, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:34:56.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:34:56.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "ves-openapi-manager", "timestamp": 1666499555617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "cds", "timestamp": 1666499555574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "multicloud-k8s-id", "timestamp": 1666499556848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:34:56.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "ves-openapi-manager", "timestamp": 1666499555617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "cds", "timestamp": 1666499555574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "multicloud-k8s-id", "timestamp": 1666499557908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "policy-id", "timestamp": 1666499556773, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "ves-openapi-manager", "timestamp": 1666499555617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "cds", "timestamp": 1666499555574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "multicloud-k8s-id", "timestamp": 1666499558979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:34:56.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "policy-id", "timestamp": 1666499557777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:34:56.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "aai-ml", "timestamp": 1666499558525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:34:56.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "ves-openapi-manager", "timestamp": 1666499555617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "cds", "timestamp": 1666499555574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "multicloud-k8s-id", "timestamp": 1666499560010, "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-10-23T04:34:56.540Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aaee5768-68ce-4e6c-985f-29110ebd14bd 2022-10-23T04:34:56.540Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaee5768-68ce-4e6c-985f-29110ebd14bd 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-10-23T04:34:56.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "policy-id", "timestamp": 1666499558785, "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-10-23T04:34:56.555Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aaee5768-68ce-4e6c-985f-29110ebd14bd 2022-10-23T04:34:56.555Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaee5768-68ce-4e6c-985f-29110ebd14bd 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-10-23T04:34:56.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "aai-ml", "timestamp": 1666499559529, "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-10-23T04:34:56.566Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aaee5768-68ce-4e6c-985f-29110ebd14bd 2022-10-23T04:34:56.566Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaee5768-68ce-4e6c-985f-29110ebd14bd 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-10-23T04:34:56.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "ves-openapi-manager", "timestamp": 1666499555617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "cds", "timestamp": 1666499555574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "multicloud-k8s-id", "timestamp": 1666499561026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:34:56.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "ves-openapi-manager", "timestamp": 1666499555617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "cds", "timestamp": 1666499555574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "clamp", "timestamp": 1666499560956, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.576Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "ves-openapi-manager", "timestamp": 1666499555617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-23T04:34:56.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "cds", "timestamp": 1666499555574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "ves-openapi-manager", "timestamp": 1666499555617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "cds", "timestamp": 1666499555574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "ves-openapi-manager", "timestamp": 1666499555617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "cds", "timestamp": 1666499555574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:34:56.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "clamp", "timestamp": 1666499563982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:34:56.581Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "ves-openapi-manager", "timestamp": 1666499565459, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.581Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "cds", "timestamp": 1666499565344, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.581Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "clamp", "timestamp": 1666499565020, "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-10-23T04:34:56.591Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aaee5768-68ce-4e6c-985f-29110ebd14bd 2022-10-23T04:34:56.591Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaee5768-68ce-4e6c-985f-29110ebd14bd 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-10-23T04:34:56.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "ves-openapi-manager", "timestamp": 1666499566487, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-23T04:34:56.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "cds", "timestamp": 1666499566573, "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-10-23T04:34:56.613Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9db438b-68bb-4ae7-b504-060c41c65feb 2022-10-23T04:34:56.613Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9db438b-68bb-4ae7-b504-060c41c65feb 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-10-23T04:34:56.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "ves-openapi-manager", "timestamp": 1666499567514, "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-10-23T04:34:56.626Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a9db438b-68bb-4ae7-b504-060c41c65feb 2022-10-23T04:34:56.627Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9db438b-68bb-4ae7-b504-060c41c65feb 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-10-23T04:34:56.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "policy-id", "timestamp": 1666499548049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:34:56.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "multicloud-k8s-id", "timestamp": 1666499548080, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:34:56.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "policy-id", "timestamp": 1666499568888, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:34:56.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "policy-id", "timestamp": 1666499569892, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:34:56.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499569920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:34:56.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "policy-id", "timestamp": 1666499570895, "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-10-23T04:34:56.642Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9db438b-68bb-4ae7-b504-060c41c65feb 2022-10-23T04:34:56.642Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9db438b-68bb-4ae7-b504-060c41c65feb 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-10-23T04:34:56.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499572135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:34:56.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:34:56.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499573138, "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-10-23T04:34:56.654Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aaee5768-68ce-4e6c-985f-29110ebd14bd 2022-10-23T04:34:56.654Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaee5768-68ce-4e6c-985f-29110ebd14bd 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-10-23T04:34:56.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "aai-ml", "timestamp": 1666499573304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "clamp", "timestamp": 1666499550075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:34:56.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "aai-ml", "timestamp": 1666499573304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:34:56.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-23T04:34:56.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "aai-ml", "timestamp": 1666499573304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:34:56.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-23T04:35:21.293Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:35:21.304Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:35:21.306Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:35:21.306Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-23T04:35:21.306Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-23T04:35:21.307Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-23T04:35:21.307Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:35:21.307Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:35:21.307Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:35:21.308Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:35:21.308Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:35:21.308Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:35:21.308Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-23T04:35:21.313Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-23T04:35:51.314Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 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-10-23T04:35:51.321Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f25e2e2f-8570-435f-b563-a65b0ec415b4 and serviceModelVersionId: 9e73f7d3-a9ff-426e-b513-4a5a3e82f46a 2022-10-23T04:35:51.321Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 90ff988d-58e9-4416-af85-b76260c3aa09 2022-10-23T04:35:51.322Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/90ff988d-58e9-4416-af85-b76260c3aa09/model-vers/model-ver/9e73f7d3-a9ff-426e-b513-4a5a3e82f46a?depth=0 2022-10-23T04:35:51.328Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-10-23T04:35:51.381Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90ff988d-58e9-4416-af85-b76260c3aa09/model-vers/model-ver/9e73f7d3-a9ff-426e-b513-4a5a3e82f46a?depth=0|INFO|500||Invoke 2022-10-23T04:35:51.382Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90ff988d-58e9-4416-af85-b76260c3aa09/model-vers/model-ver/9e73f7d3-a9ff-426e-b513-4a5a3e82f46a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90ff988d-58e9-4416-af85-b76260c3aa09/model-vers/model-ver/9e73f7d3-a9ff-426e-b513-4a5a3e82f46a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f25e2e2f-8570-435f-b563-a65b0ec415b4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[02c5a80e-bf2e-415d-be19-dd387c690d44], X-ECOMP-RequestID=[f25e2e2f-8570-435f-b563-a65b0ec415b4], X-TransactionId=[], X-ONAP-RequestID=[f25e2e2f-8570-435f-b563-a65b0ec415b4], Content-Type=[application/merge-patch+json]} 2022-10-23T04:35:51.405Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90ff988d-58e9-4416-af85-b76260c3aa09/model-vers/model-ver/9e73f7d3-a9ff-426e-b513-4a5a3e82f46a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-23T04:35:51.512Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90ff988d-58e9-4416-af85-b76260c3aa09/model-vers/model-ver/9e73f7d3-a9ff-426e-b513-4a5a3e82f46a?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/90ff988d-58e9-4416-af85-b76260c3aa09/model-vers/model-ver/9e73f7d3-a9ff-426e-b513-4a5a3e82f46a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221023-04:35:51:782-11721], vertex-id=[450712], Content-Length=[0], Date=[Sun, 23 Oct 2022 04:35:51 GMT], Content-Type=[application/json]} 2022-10-23T04:35:51.513Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90ff988d-58e9-4416-af85-b76260c3aa09/model-vers/model-ver/9e73f7d3-a9ff-426e-b513-4a5a3e82f46a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-23T04:35:51.514Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90ff988d-58e9-4416-af85-b76260c3aa09/model-vers/model-ver/9e73f7d3-a9ff-426e-b513-4a5a3e82f46a?depth=0|INFO|500||InvokeReturn 2022-10-23T04:35:51.516Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-23T04:35:51.516Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-23T04:35:51.522Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-23T04:35:51.522Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f25e2e2f-8570-435f-b563-a65b0ec415b4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-23T04:35:51.522Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-23T04:35:51.523Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:35:51.525Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:35:51.526Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499751522, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:35:51.626Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:35:51.627Z||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-10-23T04:35:51.627Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:35:51.645Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:35:51.646Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-23T04:35:52.540Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:35:52.541Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:35:52.541Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:35:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:35:56.418Z||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-10-23T04:35:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:35:56.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:35:56.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:35:56.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:35:56.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "aai-ml", "timestamp": 1666499573304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:35:56.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:35:56.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:35:56.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:35:56.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "aai-ml", "timestamp": 1666499573304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:35:56.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:35:56.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:35:56.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:35:56.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "aai-ml", "timestamp": 1666499573304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:35:56.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:35:56.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:35:56.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:35:56.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "aai-ml", "timestamp": 1666499573304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:35:56.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:35:56.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:35:56.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:35:56.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "aai-ml", "timestamp": 1666499573304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:35:56.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:35:56.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:35:56.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:35:56.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "aai-ml", "timestamp": 1666499573304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:35:56.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:35:56.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499561153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:35:56.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:35:56.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "aai-ml", "timestamp": 1666499583058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:35:56.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:35:56.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499583238, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:35:56.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:35:56.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499585006, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:35:56.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:35:56.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "clamp", "timestamp": 1666499585959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:35:56.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:35:56.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666499586014, "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-10-23T04:35:56.468Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9db438b-68bb-4ae7-b504-060c41c65feb 2022-10-23T04:35:56.468Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9db438b-68bb-4ae7-b504-060c41c65feb 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-10-23T04:35:56.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "aai-ml", "timestamp": 1666499587490, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:35:56.478Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:35:56.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "clamp", "timestamp": 1666499587967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:35:56.478Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:35:56.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "aai-ml", "timestamp": 1666499588493, "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-10-23T04:35:56.483Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9db438b-68bb-4ae7-b504-060c41c65feb 2022-10-23T04:35:56.483Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9db438b-68bb-4ae7-b504-060c41c65feb 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-10-23T04:35:56.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "clamp", "timestamp": 1666499588970, "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-10-23T04:35:56.498Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9db438b-68bb-4ae7-b504-060c41c65feb 2022-10-23T04:35:56.499Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9db438b-68bb-4ae7-b504-060c41c65feb 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-10-23T04:35:56.973Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:35:56.974Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-23T04:35:56.974Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"aaee5768-68ce-4e6c-985f-29110ebd14bd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fdf11146-3538-4cd7-9a60-3e803fed35bd","serviceDescription":"service","serviceInvariantUUID":"13ccc7e1-19ab-4e7b-b1ee-071924a6210a","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a659afbf-78f6-4b18-8ff6-d1e99655f907","resourceInvariantUUID":"9f369543-bcbe-4e7c-aee6-8d64fbf65253","resourceCustomizationUUID":"e0e021da-63a6-4f94-b1d3-daea17d0ebbf","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":"YzdiOGMxOTgyM2M4Y2Y3YTNiZWQ5YzA3N2RiNTNkNTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"52beca18-5a70-4c82-b70c-61856ac89283","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":"ZDZjZDJlYTc5MjFjNmYyNjBlMDk3MWFmNzk3NmJlZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f6209d54-9d27-4dd3-9dd9-6df4ddf9e03f","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":"5408314e-55fc-4808-a8bf-e8f5e03b2660","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":"9b747e1e-2417-4b64-97c2-b75e94713ae9","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":"c5fdc612-1b59-44de-b880-a5012c884b5a","artifactVersion":"2","generatedFromUUID":"5408314e-55fc-4808-a8bf-e8f5e03b2660"},{"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":"MjVlOWY1ZjllYmM4NDRhNTFjNjIzZjA1YWRiNWM1ZTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f3cbe63f-a9b2-4181-888e-0466490dfada","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":"OTIzY2VjZTQzNTY1MDQ4MTM0NTY0ZTVlYTc5MjBkZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"956ded3b-c713-49fb-9fc5-32b578fde703","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTQ0NjlhMTlhNTgyZTNjYzBiNDczOTFjZTg3ZDBkMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f09b058-5476-4ce6-936f-7a47947511fc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-23T04:35:56.976Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:35:56.977Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:35:56.979Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:35:56.979Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:35:57.079Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:35:57.080Z||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-10-23T04:35:57.080Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:35:57.093Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:35:57.093Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:35:57.979Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:35:57.981Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:35:57.983Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:35:57.983Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:35:58.083Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:35:58.084Z||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-10-23T04:35:58.084Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:35:58.099Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:35:58.099Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:35:58.984Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:35:58.985Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:35:58.987Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:35:58.987Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-23T04:35:59.088Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:35:59.089Z||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-10-23T04:35:59.089Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:35:59.102Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:35:59.103Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:35:59.988Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:35:59.989Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:35:59.991Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:35:59.992Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:36:00.092Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:00.093Z||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-10-23T04:36:00.093Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:00.109Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:00.110Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:00.992Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:36:00.993Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:00.995Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:00.995Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-23T04:36:01.095Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:01.096Z||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-10-23T04:36:01.096Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:01.112Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:01.113Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:01.995Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:36:01.996Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:01.998Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:01.998Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:36:02.098Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:02.099Z||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-10-23T04:36:02.099Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:02.115Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:02.116Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:02.999Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:36:03.004Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:03.006Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:03.006Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:36:03.106Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:03.107Z||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-10-23T04:36:03.107Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:03.125Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:03.125Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:36:04.007Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:36:04.007Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:04.010Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:04.010Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:36:04.110Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:04.111Z||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-10-23T04:36:04.111Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:04.128Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:04.129Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:05.011Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "fdf11146-3538-4cd7-9a60-3e803fed35bd", "serviceDescription": "service", "serviceInvariantUUID": "13ccc7e1-19ab-4e7b-b1ee-071924a6210a", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "e0e021da-63a6-4f94-b1d3-daea17d0ebbf", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a659afbf-78f6-4b18-8ff6-d1e99655f907", "resourceInvariantUUID": "9f369543-bcbe-4e7c-aee6-8d64fbf65253", "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": "ZDZjZDJlYTc5MjFjNmYyNjBlMDk3MWFmNzk3NmJlZjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f6209d54-9d27-4dd3-9dd9-6df4ddf9e03f", "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": "5408314e-55fc-4808-a8bf-e8f5e03b2660", "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": "c5fdc612-1b59-44de-b880-a5012c884b5a", "generatedFromUUID": "5408314e-55fc-4808-a8bf-e8f5e03b2660" }, "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": "c5fdc612-1b59-44de-b880-a5012c884b5a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OTQ0NjlhMTlhNTgyZTNjYzBiNDczOTFjZTg3ZDBkMjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3f09b058-5476-4ce6-936f-7a47947511fc" } ], "workloadContext": "Production" } 2022-10-23T04:36:05.011Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-23T04:36:05.012Z|f25e2e2f-8570-435f-b563-a65b0ec415b4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fdf11146-3538-4cd7-9a60-3e803fed35bd ASDC 2022-10-23T04:36:05.013Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:aaee5768-68ce-4e6c-985f-29110ebd14bd ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:fdf11146-3538-4cd7-9a60-3e803fed35bd ServiceInvariantUUID:13ccc7e1-19ab-4e7b-b1ee-071924a6210a 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:3f09b058-5476-4ce6-936f-7a47947511fc ArtifactChecksum:OTQ0NjlhMTlhNTgyZTNjYzBiNDczOTFjZTg3ZDBkMjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:e0e021da-63a6-4f94-b1d3-daea17d0ebbf ResourceInvariantUUID:9f369543-bcbe-4e7c-aee6-8d64fbf65253 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:a659afbf-78f6-4b18-8ff6-d1e99655f907 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:f6209d54-9d27-4dd3-9dd9-6df4ddf9e03f ArtifactChecksum:ZDZjZDJlYTc5MjFjNmYyNjBlMDk3MWFmNzk3NmJlZjM= 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:5408314e-55fc-4808-a8bf-e8f5e03b2660 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:c5fdc612-1b59-44de-b880-a5012c884b5a 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:c5fdc612-1b59-44de-b880-a5012c884b5a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-23T04:36:05.013Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fdf11146-3538-4cd7-9a60-3e803fed35bd 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-10-23T04:36:05.068Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:36:05.069Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:36:05.069Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:36:05.069Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3f09b058-5476-4ce6-936f-7a47947511fc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-23T04:36:05.070Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:36:05.070Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-23T04:36:05.215Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:36:05.219Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3f09b058-5476-4ce6-936f-7a47947511fc 78818 2022-10-23T04:36:05.220Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-23T04:36:05.220Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-23T04:36:05.220Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:36:05.221Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:05.222Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:05.223Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499765220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:36:05.323Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:05.324Z||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-10-23T04:36:05.324Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:05.349Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:05.349Z||pool-120-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:36:06.223Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:36:06.224Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:36:06.225Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3f09b058-5476-4ce6-936f-7a47947511fc, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-23T04:36:06.225Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-10-23T04:36:06.226Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-23T04:36:06.226Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-23T04:36:06.378Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15372912981263195289/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-10-23T04:36:07.441Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-23T04:36:07.441Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-23T04:36:07.441Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-23T04:36:07.441Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-23T04:36:07.441Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||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-10-23T04:36:07.441Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||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-10-23T04:36:07.441Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-23T04:36:07.441Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||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-10-23T04:36:07.441Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-23T04:36:07.441Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-23T04:36:07.442Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-23T04:36:07.442Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||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-10-23T04:36:07.442Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-23T04:36:07.442Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-23T04:36:07.442Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:07.442Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:07.442Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-23T04:36:07.442Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-23T04:36:07.446Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:36:07.447Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:07.447Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:07.447Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-23T04:36:07.447Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-23T04:36:07.447Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:36:07.447Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:07.447Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:07.447Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:07.448Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-23T04:36:07.448Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-23T04:36:07.448Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-23T04:36:07.448Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-23T04:36:07.448Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-23T04:36:07.448Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-23T04:36:07.448Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:07.448Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-23T04:36:07.448Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:07.449Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-23T04:36:07.449Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:36:07.449Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:07.449Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-23T04:36:07.449Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:36:07.449Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:07.449Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-23T04:36:07.449Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:36:07.449Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:07.450Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-23T04:36:07.450Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-23T04:36:07.450Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-23T04:36:07.450Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b3a0d16b-7b1d-4216-9209-d28ea7c6b2f1 2022-10-23T04:36:07.450Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:07.450Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:07.450Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:07.450Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:07.451Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:07.451Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:07.451Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:07.451Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:07.451Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:fdf11146-3538-4cd7-9a60-3e803fed35bd Model Version:NULL Model InvariantUuid:13ccc7e1-19ab-4e7b-b1ee-071924a6210a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:2095393c-64ec-46c2-8df4-bb6b2537b0da Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9f369543-bcbe-4e7c-aee6-8d64fbf65253 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e0e021da-63a6-4f94-b1d3-daea17d0ebbf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3ed7fa14-6464-4c78-ad48-85a7efca9648 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:cccf8a45-36c6-4af2-bdff-da46a2fd025b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b3a0d16b-7b1d-4216-9209-d28ea7c6b2f1 ModelInvariantUuid:7c443c85-87e0-43f8-b6c8-ba30edbe0588 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:0eb0bfa9-ff62-4047-9004-f4ca5d425fd8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:2b7df5ff-4807-4aa5-b349-42f6585d8137 ModelInvariantUuid:626fd4f6-c845-42b1-82bb-a571ad133b8d ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:dc742f09-5662-46e8-8f34-7999cf60f2fc 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-10-23T04:36:07.458Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a659afbf-78f6-4b18-8ff6-d1e99655f907 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-10-23T04:36:07.461Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2022-10-23T04:36:07.461Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a659afbf-78f6-4b18-8ff6-d1e99655f907 2022-10-23T04:36:07.461Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f6209d54-9d27-4dd3-9dd9-6df4ddf9e03f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-23T04:36:07.461Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:36:07.461Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-23T04:36:07.516Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:36:07.516Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f6209d54-9d27-4dd3-9dd9-6df4ddf9e03f 792 2022-10-23T04:36:07.517Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-10-23T04:36:07.517Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-23T04:36:07.517Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:36:07.517Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:07.519Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:07.519Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499767517, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:36:07.620Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:07.621Z||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-10-23T04:36:07.621Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:07.637Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:07.637Z||pool-121-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:08.519Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3ed7fa14-6464-4c78-ad48-85a7efca9648", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cccf8a45-36c6-4af2-bdff-da46a2fd025b", "vfModuleModelCustomizationUUID": "c0fe02de-3f01-4237-b533-1d7deecf49d2", "isBase": true, "artifacts": [ "5408314e-55fc-4808-a8bf-e8f5e03b2660", "c5fdc612-1b59-44de-b880-a5012c884b5a" ], "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-10-23T04:36:08.524Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cccf8a45-36c6-4af2-bdff-da46a2fd025b VfModuleModelInvariantUUID:3ed7fa14-6464-4c78-ad48-85a7efca9648 VfModuleModelDescription:NULL Artifacts UUID List:{ 5408314e-55fc-4808-a8bf-e8f5e03b2660 , c5fdc612-1b59-44de-b880-a5012c884b5a } 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-10-23T04:36:08.526Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3ed7fa14-6464-4c78-ad48-85a7efca9648", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cccf8a45-36c6-4af2-bdff-da46a2fd025b", "vfModuleModelCustomizationUUID": "c0fe02de-3f01-4237-b533-1d7deecf49d2", "isBase": true, "artifacts": [ "5408314e-55fc-4808-a8bf-e8f5e03b2660", "c5fdc612-1b59-44de-b880-a5012c884b5a" ], "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-10-23T04:36:08.526Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cccf8a45-36c6-4af2-bdff-da46a2fd025b VfModuleModelInvariantUUID:3ed7fa14-6464-4c78-ad48-85a7efca9648 VfModuleModelDescription:NULL Artifacts UUID List:{ 5408314e-55fc-4808-a8bf-e8f5e03b2660 , c5fdc612-1b59-44de-b880-a5012c884b5a } 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-10-23T04:36:08.527Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5408314e-55fc-4808-a8bf-e8f5e03b2660 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-23T04:36:08.527Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:36:08.527Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-23T04:36:08.582Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:36:08.583Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 5408314e-55fc-4808-a8bf-e8f5e03b2660 5033 2022-10-23T04:36:08.583Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-23T04:36:08.584Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-23T04:36:08.584Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:36:08.584Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:08.586Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:08.586Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499768583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:36:08.686Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:36:08.687Z||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-10-23T04:36:08.688Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:08.707Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:08.707Z||pool-122-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:36:09.589Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c5fdc612-1b59-44de-b880-a5012c884b5a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-23T04:36:09.590Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:36:09.590Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-23T04:36:09.650Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:36:09.651Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c5fdc612-1b59-44de-b880-a5012c884b5a 903 2022-10-23T04:36:09.651Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-23T04:36:09.651Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-23T04:36:09.651Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:36:09.651Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:09.654Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:09.654Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499769651, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:36:09.753Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:36:09.754Z||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-10-23T04:36:09.755Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:09.767Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:09.767Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:10.654Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: fdf11146-3538-4cd7-9a60-3e803fed35bd 2022-10-23T04:36:10.655Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a659afbf-78f6-4b18-8ff6-d1e99655f907 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-10-23T04:36:10.667Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bb46bab, org.onap.sdc.toscaparser.api.parameters.Input@6a748b05, org.onap.sdc.toscaparser.api.parameters.Input@3d2c2493, org.onap.sdc.toscaparser.api.parameters.Input@1063ad1c, org.onap.sdc.toscaparser.api.parameters.Input@18827588] 2022-10-23T04:36:10.669Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:10.669Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:10.669Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-10-23T04:36:10.670Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e0e021da-63a6-4f94-b1d3-daea17d0ebbf 2022-10-23T04:36:10.670Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e0e021da-63a6-4f94-b1d3-daea17d0ebbf matches Tosca VF Customization UUID: e0e021da-63a6-4f94-b1d3-daea17d0ebbf 2022-10-23T04:36:10.670Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e0e021da-63a6-4f94-b1d3-daea17d0ebbf 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-10-23T04:36:10.674Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:10.674Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:10.676Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e0e021da-63a6-4f94-b1d3-daea17d0ebbf: {\"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-10-23T04:36:10.676Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73200ca 2022-10-23T04:36:10.677Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:10.677Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-23T04:36:10.677Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c0fe02de-3f01-4237-b533-1d7deecf49d2 2022-10-23T04:36:10.678Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c0fe02de-3f01-4237-b533-1d7deecf49d2 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-10-23T04:36:10.680Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:10.681Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-23T04:36:10.681Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:36:10.682Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:10.682Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-23T04:36:10.683Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:36:10.683Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:10.684Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-23T04:36:10.684Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-23T04:36:10.684Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-23T04:36:10.685Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b3a0d16b-7b1d-4216-9209-d28ea7c6b2f1 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-10-23T04:36:10.687Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:10.688Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-23T04:36:10.688Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-23T04:36:10.689Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:10.689Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-23T04:36:10.689Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e0e021da-63a6-4f94-b1d3-daea17d0ebbf 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-10-23T04:36:10.691Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:10.692Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:10.692Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid fdf11146-3538-4cd7-9a60-3e803fed35bd: basic_vm_macro 2022-10-23T04:36:10.692Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:10.692Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:10.693Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:10.693Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:10.693Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:10.693Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:10.694Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:10.694Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:10.694Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:10.695Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:10.695Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-23T04:36:10.781Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a659afbf-78f6-4b18-8ff6-d1e99655f907 1 ASDC deployResourceStructure 2022-10-23T04:36:10.782Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-10-23T04:36:10.782Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-23T04:36:10.783Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:36:10.783Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:10.785Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:10.785Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499770782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:36:10.885Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:36:10.886Z||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-10-23T04:36:10.886Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:10.901Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:10.901Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:11.787Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-23T04:36:11.788Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-23T04:36:11.788Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:36:11.789Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:11.791Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:11.791Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499771787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-23T04:36:11.891Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:11.892Z||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-10-23T04:36:11.892Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:11.907Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:11.907Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:12.794Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-23T04:36:12.794Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-23T04:36:12.795Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:36:12.795Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:12.798Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:12.798Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499772794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-23T04:36:12.898Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:12.899Z||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-10-23T04:36:12.899Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:12.915Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:12.916Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:13.799Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-23T04:36:13.799Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-23T04:36:13.800Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:36:13.800Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:13.802Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:13.803Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499773799, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:36:13.903Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:36:13.903Z||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-10-23T04:36:13.903Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:13.920Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:13.920Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:14.803Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaee5768-68ce-4e6c-985f-29110ebd14bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:36:14.818Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaee5768-68ce-4e6c-985f-29110ebd14bd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:36:14.821Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:36:14.821Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-23T04:36:14.821Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-23T04:36:14.821Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-23T04:36:14.821Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:36:14.822Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:36:14.822Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:36:14.822Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:36:14.822Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:36:14.823Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:36:14.823Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-23T04:36:14.828Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-23T04:36:44.829Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aaee5768-68ce-4e6c-985f-29110ebd14bd 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-10-23T04:36:44.844Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aaee5768-68ce-4e6c-985f-29110ebd14bd and serviceModelVersionId: fdf11146-3538-4cd7-9a60-3e803fed35bd 2022-10-23T04:36:44.845Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13ccc7e1-19ab-4e7b-b1ee-071924a6210a 2022-10-23T04:36:44.846Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13ccc7e1-19ab-4e7b-b1ee-071924a6210a/model-vers/model-ver/fdf11146-3538-4cd7-9a60-3e803fed35bd?depth=0 2022-10-23T04:36:44.854Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-10-23T04:36:44.913Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13ccc7e1-19ab-4e7b-b1ee-071924a6210a/model-vers/model-ver/fdf11146-3538-4cd7-9a60-3e803fed35bd?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-10-23T04:36:44.915Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13ccc7e1-19ab-4e7b-b1ee-071924a6210a/model-vers/model-ver/fdf11146-3538-4cd7-9a60-3e803fed35bd?depth=0|INFO|500||Invoke 2022-10-23T04:36:44.936Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13ccc7e1-19ab-4e7b-b1ee-071924a6210a/model-vers/model-ver/fdf11146-3538-4cd7-9a60-3e803fed35bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-23T04:36:45.029Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13ccc7e1-19ab-4e7b-b1ee-071924a6210a/model-vers/model-ver/fdf11146-3538-4cd7-9a60-3e803fed35bd?depth=0|INFO|500||InvokeReturn 2022-10-23T04:36:45.029Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13ccc7e1-19ab-4e7b-b1ee-071924a6210a/model-vers/model-ver/fdf11146-3538-4cd7-9a60-3e803fed35bd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221023-04:36:45:313-35293], vertex-id=[516120], Content-Length=[0], Date=[Sun, 23 Oct 2022 04:36:45 GMT], Content-Type=[application/json]} 2022-10-23T04:36:45.029Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-10-23T04:36:45.030Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-23T04:36:45.030Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-23T04:36:45.037Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-23T04:36:45.037Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aaee5768-68ce-4e6c-985f-29110ebd14bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-23T04:36:45.038Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-23T04:36:45.038Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:45.043Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:45.043Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499805037, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:36:45.143Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:45.144Z||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-10-23T04:36:45.144Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:45.161Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:45.162Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 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-10-23T04:36:46.059Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-23T04:36:46.059Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9db438b-68bb-4ae7-b504-060c41c65feb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"2e37d98a-220a-4ee1-a877-13e315e1391e","serviceDescription":"service","serviceInvariantUUID":"6aaa29c2-8742-422f-bee2-7cd42d5c611f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"57c5bc81-b7c1-4b31-86b3-102418a26e54","resourceInvariantUUID":"00c44891-8ca2-4e31-985f-ea1c91ab791c","resourceCustomizationUUID":"d500111e-8696-495b-a3e8-65a72f966cc1","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":"MjYyZWIzMDM3M2U5Mzc1OWE4YWM0NDQ4MTkzMzU2MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b2bb348-c85e-4467-bd1c-5e5fd2f32e5f","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":"abbb3c2b-d9ce-4c58-a2db-160e2c909513","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":"c894308d-09ef-4e25-9d1d-0799b62c2240","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":"MzIwOGJlZWVkMjEwNTRkY2VkNzc5NTNlY2VkMjgyYmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b0de1b72-57b8-49bf-9e26-edac60737365","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":"f2753e96-005d-4a8f-8586-5453c1a3a022","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":"269beec9-ffee-433d-9b59-81b733c1de6c","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":"b3ebfaf8-49de-47df-bc70-4dad07cfe35d","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":"ZjdkYWQyNWJkZWY4NmM4MTQyYWY4MjUyNGQzZTNlN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"21e8e0bd-8ad0-4c1f-acd8-553f999ddb8b","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDY5ODcxNDIyZWMzYjk4NWFkNzMyOGRkNjc4MGIzY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1bbc8d1-c764-4a9f-b5e1-5649f58acf89","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-23T04:36:46.059Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:36:46.060Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:46.062Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:46.062Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:36:46.162Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:46.163Z||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-10-23T04:36:46.163Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:46.179Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:46.180Z||pool-129-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:36:47.067Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:36:47.068Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:47.070Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:47.070Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:36:47.171Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:47.172Z||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-10-23T04:36:47.173Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:47.187Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:47.188Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:48.077Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:36:48.078Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:48.080Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:48.080Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:36:48.180Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:48.181Z||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-10-23T04:36:48.181Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:48.195Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:48.195Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:49.081Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:36:49.081Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:49.083Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:49.084Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:36:49.184Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:49.185Z||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-10-23T04:36:49.185Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:49.201Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:49.201Z||pool-132-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:50.084Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:36:50.085Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:50.086Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:50.087Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:36:50.187Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:50.188Z||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-10-23T04:36:50.188Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:50.205Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:50.205Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:36:51.087Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:36:51.088Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:51.090Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:51.090Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:36:51.190Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:51.191Z||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-10-23T04:36:51.191Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:51.207Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:51.207Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:52.091Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:36:52.092Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:52.095Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:52.095Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:36:52.195Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:52.196Z||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-10-23T04:36:52.196Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:52.211Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:52.211Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:53.095Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:36:53.096Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:53.099Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:53.100Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:36:53.200Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:53.201Z||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-10-23T04:36:53.201Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:53.219Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:53.219Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:36:54.100Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-23T04:36:54.101Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:54.103Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:54.103Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:36:54.204Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:54.204Z||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-10-23T04:36:54.205Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:54.224Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:54.225Z||pool-137-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:55.104Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "2e37d98a-220a-4ee1-a877-13e315e1391e", "serviceDescription": "service", "serviceInvariantUUID": "6aaa29c2-8742-422f-bee2-7cd42d5c611f", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "d500111e-8696-495b-a3e8-65a72f966cc1", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "57c5bc81-b7c1-4b31-86b3-102418a26e54", "resourceInvariantUUID": "00c44891-8ca2-4e31-985f-ea1c91ab791c", "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": "NDY5ODcxNDIyZWMzYjk4NWFkNzMyOGRkNjc4MGIzY2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d1bbc8d1-c764-4a9f-b5e1-5649f58acf89" } ], "workloadContext": "Production" } 2022-10-23T04:36:55.105Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-23T04:36:55.105Z|aaee5768-68ce-4e6c-985f-29110ebd14bd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2e37d98a-220a-4ee1-a877-13e315e1391e ASDC 2022-10-23T04:36:55.105Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:a9db438b-68bb-4ae7-b504-060c41c65feb ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:2e37d98a-220a-4ee1-a877-13e315e1391e ServiceInvariantUUID:6aaa29c2-8742-422f-bee2-7cd42d5c611f 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:d1bbc8d1-c764-4a9f-b5e1-5649f58acf89 ArtifactChecksum:NDY5ODcxNDIyZWMzYjk4NWFkNzMyOGRkNjc4MGIzY2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:d500111e-8696-495b-a3e8-65a72f966cc1 ResourceInvariantUUID:00c44891-8ca2-4e31-985f-ea1c91ab791c ResourceName:test-pnf ResourceType:PNF ResourceUUID:57c5bc81-b7c1-4b31-86b3-102418a26e54 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-23T04:36:55.105Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e37d98a-220a-4ee1-a877-13e315e1391e 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-10-23T04:36:55.131Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:36:55.132Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:36:55.132Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:36:55.132Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d1bbc8d1-c764-4a9f-b5e1-5649f58acf89 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-23T04:36:55.132Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-23T04:36:55.132Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-23T04:36:55.283Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-23T04:36:55.289Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d1bbc8d1-c764-4a9f-b5e1-5649f58acf89 105677 2022-10-23T04:36:55.290Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-23T04:36:55.290Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-23T04:36:55.290Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-23T04:36:55.291Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:55.293Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:55.293Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499815290, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:36:55.393Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:55.394Z||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-10-23T04:36:55.394Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:55.414Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:55.414Z||pool-138-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-23T04:36:56.294Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-23T04:36:56.295Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-23T04:36:56.296Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d1bbc8d1-c764-4a9f-b5e1-5649f58acf89, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-23T04:36:56.296Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-10-23T04:36:56.297Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-23T04:36:56.297Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-23T04:36:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:36:56.418Z||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-10-23T04:36:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:56.476Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4639939940802664420/Definitions/service-TestPnfMacro-template.yml 2022-10-23T04:36:56.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:56.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:36:56.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f25e2e2f-8570-435f-b563-a65b0ec415b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499751522, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:36:56.480Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:36:57.256Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-23T04:36:57.256Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-23T04:36:57.257Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-23T04:36:57.257Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-23T04:36:57.257Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-23T04:36:57.257Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-23T04:36:57.257Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-23T04:36:57.257Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-23T04:36:57.257Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-23T04:36:57.257Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-23T04:36:57.257Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-23T04:36:57.257Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-23T04:36:57.258Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:57.258Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:57.258Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-23T04:36:57.258Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-23T04:36:57.258Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:36:57.258Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:57.259Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:57.259Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-23T04:36:57.259Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-23T04:36:57.259Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-23T04:36:57.259Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:57.259Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:57.259Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:57.259Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:57.260Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:57.260Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:57.260Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:57.260Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:57.260Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:57.260Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:57.260Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:2e37d98a-220a-4ee1-a877-13e315e1391e Model Version:NULL Model InvariantUuid:6aaa29c2-8742-422f-bee2-7cd42d5c611f 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-10-23T04:36:57.266Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 57c5bc81-b7c1-4b31-86b3-102418a26e54 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-10-23T04:36:57.269Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||test-pnf 0 2022-10-23T04:36:57.269Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 57c5bc81-b7c1-4b31-86b3-102418a26e54 2022-10-23T04:36:57.270Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 2e37d98a-220a-4ee1-a877-13e315e1391e 2022-10-23T04:36:57.270Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2e37d98a-220a-4ee1-a877-13e315e1391e 2022-10-23T04:36:57.270Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 57c5bc81-b7c1-4b31-86b3-102418a26e54 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-10-23T04:36:57.274Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@311ae780, org.onap.sdc.toscaparser.api.parameters.Input@6906573a, org.onap.sdc.toscaparser.api.parameters.Input@7a40a526, org.onap.sdc.toscaparser.api.parameters.Input@3ad5a020, org.onap.sdc.toscaparser.api.parameters.Input@5c15661d] 2022-10-23T04:36:57.275Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:57.275Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:57.275Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2e37d98a-220a-4ee1-a877-13e315e1391e: test-pnf 2022-10-23T04:36:57.275Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||Processing PNF resource: 57c5bc81-b7c1-4b31-86b3-102418a26e54 2022-10-23T04:36:57.275Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-23T04:36:57.276Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-23T04:36:57.276Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||Resource customization UUID: d500111e-8696-495b-a3e8-65a72f966cc1 is the same as notified resource customizationUUID: d500111e-8696-495b-a3e8-65a72f966cc1 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-10-23T04:36:57.312Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 57c5bc81-b7c1-4b31-86b3-102418a26e54 0 ASDC deployResourceStructure 2022-10-23T04:36:57.312Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-23T04:36:57.312Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-23T04:36:57.312Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-23T04:36:57.313Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:36:57.314Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:36:57.315Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499817312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:36:57.415Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-23T04:36:57.415Z||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-10-23T04:36:57.416Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:36:57.433Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:36:57.434Z||pool-139-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-23T04:36:58.316Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9db438b-68bb-4ae7-b504-060c41c65feb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-23T04:36:58.329Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9db438b-68bb-4ae7-b504-060c41c65feb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-23T04:36:58.332Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-23T04:36:58.332Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-23T04:36:58.333Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-23T04:36:58.333Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-23T04:36:58.333Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:36:58.333Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:36:58.333Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:36:58.333Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:36:58.334Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:36:58.334Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:36:58.334Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-23T04:36:58.334Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-23T04:36:58.339Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-23T04:37:28.339Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9db438b-68bb-4ae7-b504-060c41c65feb 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-10-23T04:37:28.346Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9db438b-68bb-4ae7-b504-060c41c65feb and serviceModelVersionId: 2e37d98a-220a-4ee1-a877-13e315e1391e 2022-10-23T04:37:28.346Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6aaa29c2-8742-422f-bee2-7cd42d5c611f 2022-10-23T04:37:28.347Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6aaa29c2-8742-422f-bee2-7cd42d5c611f/model-vers/model-ver/2e37d98a-220a-4ee1-a877-13e315e1391e?depth=0 2022-10-23T04:37:28.351Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-10-23T04:37:28.401Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aaa29c2-8742-422f-bee2-7cd42d5c611f/model-vers/model-ver/2e37d98a-220a-4ee1-a877-13e315e1391e?depth=0|INFO|500||Invoke 2022-10-23T04:37:28.402Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aaa29c2-8742-422f-bee2-7cd42d5c611f/model-vers/model-ver/2e37d98a-220a-4ee1-a877-13e315e1391e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aaa29c2-8742-422f-bee2-7cd42d5c611f/model-vers/model-ver/2e37d98a-220a-4ee1-a877-13e315e1391e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9db438b-68bb-4ae7-b504-060c41c65feb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cd54ea11-e207-4440-82a2-cd2800fa7e3e], X-ECOMP-RequestID=[a9db438b-68bb-4ae7-b504-060c41c65feb], X-TransactionId=[], X-ONAP-RequestID=[a9db438b-68bb-4ae7-b504-060c41c65feb], Content-Type=[application/merge-patch+json]} 2022-10-23T04:37:28.423Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aaa29c2-8742-422f-bee2-7cd42d5c611f/model-vers/model-ver/2e37d98a-220a-4ee1-a877-13e315e1391e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-23T04:37:28.507Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aaa29c2-8742-422f-bee2-7cd42d5c611f/model-vers/model-ver/2e37d98a-220a-4ee1-a877-13e315e1391e?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/6aaa29c2-8742-422f-bee2-7cd42d5c611f/model-vers/model-ver/2e37d98a-220a-4ee1-a877-13e315e1391e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221023-04:37:28:798-28775], vertex-id=[290832], Content-Length=[0], Date=[Sun, 23 Oct 2022 04:37:28 GMT], Content-Type=[application/json]} 2022-10-23T04:37:28.507Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aaa29c2-8742-422f-bee2-7cd42d5c611f/model-vers/model-ver/2e37d98a-220a-4ee1-a877-13e315e1391e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-23T04:37:28.508Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aaa29c2-8742-422f-bee2-7cd42d5c611f/model-vers/model-ver/2e37d98a-220a-4ee1-a877-13e315e1391e?depth=0|INFO|500||InvokeReturn 2022-10-23T04:37:28.508Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-23T04:37:28.508Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-23T04:37:28.520Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-23T04:37:28.520Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9db438b-68bb-4ae7-b504-060c41c65feb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-23T04:37:28.521Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-23T04:37:28.521Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-23T04:37:28.524Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-23T04:37:28.524Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499848520, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:37:28.624Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-23T04:37:28.625Z||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-10-23T04:37:28.625Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:37:28.646Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:37:28.647Z||pool-140-thread-1|||||INFO|500||cambria reply ok (23 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-10-23T04:37:29.537Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:37:29.538Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:37:29.538Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:37:39.092Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:37:39.093Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:37:39.094Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:37:39.094Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:37:48.635Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:37:48.636Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:37:48.636Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:37:48.636Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:37:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:37:56.418Z||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-10-23T04:37:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:37:56.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:37:56.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:37:56.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-23T04:37:56.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-23T04:37:56.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:37:56.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-23T04:37:56.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:37:56.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:37:56.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:37:56.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499765220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:37:56.485Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:37:56.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499767517, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-23T04:37:56.485Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:37:56.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499768583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-23T04:37:56.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:37:56.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499769651, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-23T04:37:56.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:37:56.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499770782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-23T04:37:56.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:37:56.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499771787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-23T04:37:56.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:37:56.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499772794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-23T04:37:56.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:37:56.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499773799, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:37:56.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:37:56.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaee5768-68ce-4e6c-985f-29110ebd14bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499805037, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:37:56.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:37:56.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:37:56.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-23T04:37:56.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-23T04:37:56.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-23T04:37:56.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-23T04:37:56.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:37:56.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-23T04:37:56.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-23T04:37:56.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499752540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-23T04:37:56.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-23T04:37:56.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-23T04:37:56.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499815290, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-23T04:37:56.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:37:58.170Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:37:58.171Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:37:58.171Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:37:58.171Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:38:07.725Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:38:07.726Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:38:07.726Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:38:07.726Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:38:17.269Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:38:56.408Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:38:56.409Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-23T04:38:56.409Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:38:56.417Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:38:56.418Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:38:56.418Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:38:56.969Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:38:56.969Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-23T04:38:56.969Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499817312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-23T04:38:56.971Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:38:56.971Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-23T04:38:56.971Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9db438b-68bb-4ae7-b504-060c41c65feb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666499848520, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-23T04:38:56.971Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-23T04:39:05.993Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:39:56.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:39:56.409Z||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-10-23T04:39:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:39:56.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:39:56.418Z||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-10-23T04:39:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:40:05.959Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:40:05.959Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:40:56.408Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:40:56.409Z||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-10-23T04:40:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:40:56.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:40:56.418Z||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-10-23T04:40:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:41:05.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:41:05.991Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:41:56.408Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:41:56.409Z||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-10-23T04:41:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:41:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:41:56.418Z||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-10-23T04:41:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:42:05.957Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:42:05.957Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:42:56.408Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:42:56.409Z||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-10-23T04:42:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:42:56.417Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:42:56.418Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:42:56.419Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:43:05.988Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:43:05.989Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:43:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:43:56.409Z||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-10-23T04:43:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:43:56.417Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:43:56.418Z|7a3bb014-1148-409e-9061-9fd58722e17c|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-10-23T04:43:56.418Z|7a3bb014-1148-409e-9061-9fd58722e17c|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:44:05.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:44:05.964Z|7a3bb014-1148-409e-9061-9fd58722e17c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:44:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:44:56.409Z||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-10-23T04:44:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:44:56.418Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:44:56.418Z||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-10-23T04:44:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:45:05.957Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:45:05.994Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:45:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:45:56.409Z||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-10-23T04:45:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:45:56.417Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:45:56.418Z|a9db438b-68bb-4ae7-b504-060c41c65feb|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-10-23T04:45:56.418Z|a9db438b-68bb-4ae7-b504-060c41c65feb|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:46:05.947Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:46:05.956Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:46:56.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:46:56.410Z||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-10-23T04:46:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:46:56.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:46:56.418Z||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-10-23T04:46:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:47:05.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:47:05.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:47:56.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:47:56.411Z||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-10-23T04:47:56.411Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:47:56.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:47:56.418Z||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-10-23T04:47:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:48:05.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:48:05.960Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:48:56.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:48:56.409Z||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-10-23T04:48:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:48:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:48:56.418Z||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-10-23T04:48:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:49:05.976Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:49:05.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:49:56.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:49:56.409Z||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-10-23T04:49:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:49:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:49:56.417Z||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-10-23T04:49:56.417Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:50:05.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:50:05.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:50:56.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:50:56.409Z||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-10-23T04:50:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:50:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:50:56.418Z||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-10-23T04:50:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:51:05.986Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:51:05.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:51:56.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:51:56.409Z||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-10-23T04:51:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:51:56.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:51:56.418Z||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-10-23T04:51:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:52:05.979Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:52:05.979Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:52:56.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:52:56.409Z||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-10-23T04:52:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:52:56.417Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:52:56.417Z|a9db438b-68bb-4ae7-b504-060c41c65feb|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-10-23T04:52:56.417Z|a9db438b-68bb-4ae7-b504-060c41c65feb|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:53:05.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:53:05.988Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:53:56.408Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:53:56.409Z||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-10-23T04:53:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:53:56.417Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:53:56.417Z|a9db438b-68bb-4ae7-b504-060c41c65feb|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-10-23T04:53:56.417Z|a9db438b-68bb-4ae7-b504-060c41c65feb|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:54:05.976Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:54:05.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:54:56.409Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:54:56.410Z||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-10-23T04:54:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:54:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:54:56.417Z||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-10-23T04:54:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:55:05.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:55:05.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:55:56.408Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:55:56.409Z||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-10-23T04:55:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:55:56.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:55:56.417Z||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-10-23T04:55:56.417Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:56:05.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:56:05.986Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:56:56.408Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:56:56.410Z||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-10-23T04:56:56.410Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:56:56.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:56:56.418Z||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-10-23T04:56:56.418Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:57:05.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:57:05.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:57:56.408Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:57:56.409Z||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-10-23T04:57:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:57:56.417Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:57:56.418Z|a9db438b-68bb-4ae7-b504-060c41c65feb|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-10-23T04:57:56.418Z|a9db438b-68bb-4ae7-b504-060c41c65feb|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:58:05.971Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:58:05.971Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:58:56.408Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:58:56.409Z||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-10-23T04:58:56.409Z||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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:58:56.417Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-23T04:58:56.418Z|a9db438b-68bb-4ae7-b504-060c41c65feb|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-10-23T04:58:56.418Z|a9db438b-68bb-4ae7-b504-060c41c65feb|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 64t1vQ1NoM5jkGGX) ... 2022-10-23T04:59:06.010Z|a9db438b-68bb-4ae7-b504-060c41c65feb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-23T04:59:06.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK